A
A
Anton R.2019-09-26 16:48:52
OOP
Anton R., 2019-09-26 16:48:52

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

1 answer(s)
G
Grigory, 2019-09-26
@anton_reut

I think this should help
Hungarian notation

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question