Answer the question
In order to leave comments, you need to log in
Why in the names of variables in the code of some engines in the names of classes they write small letters first?
Why do they do this in class names: a ClassSome, with OtherClass, o LoginClass, and so on? (class names outlined abstractly).
Example:
require_once($sPathToFramework . '/bootstrap/start.php');
/**
* Подключаем загрузчик конфигов
*/
require_once($sPathToFramework . '/config/loader.php');
/**
* Определяем дополнительные параметры роутинга
*/
$aRouterParams = array(
'callback_after_parse_url' => array(
function () {
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question