function RunClass($ClassName)
{
require($_SERVER['DOCUMENT_ROOT'] . '/core/classes/' . $ClassName . '.php');
}
spl_autoload_register('RunClass');
private function __construct()
{
$this->_con = new mysqli('localhost', 'root', '', 'DB');
}
برچسب:
نویسنده: آیلین رضوانی