Ядро: различия между версиями
Перейти к навигации
Перейти к поиску
Qexy (обсуждение | вклад) (Новая страница: «'''Ядро''' - основной элемент движка, обрабатывающий все функции. Файл: engine/core.class.php») |
Qexy (обсуждение | вклад) |
||
(не показано 11 промежуточных версий этого же участника) | |||
Строка 2: | Строка 2: | ||
Файл: engine/core.class.php | Файл: engine/core.class.php | ||
+ | |||
+ | == Список функций == | ||
+ | |||
+ | === Публичные свойства === | ||
+ | * [[core-config|config]] | ||
+ | * [[core-bc|bc]] | ||
+ | * [[core-title|title]] | ||
+ | * [[core-header|header]] | ||
+ | * [[core-r_block|r_block]] | ||
+ | * [[core-l_block|l_block]] | ||
+ | * [[core-menu|menu]] | ||
+ | * [[core-def_header|def_header]] | ||
+ | * [[core-db|db]] | ||
+ | * [[core-user|user]] | ||
+ | * [[core-lng|lng]] | ||
+ | * [[core-lng_m|lng_m]] | ||
+ | * [[core-lng_b|lng_b]] | ||
+ | * [[core-csrf_time|csrf_time]] | ||
+ | * [[core-captcha|captcha]] | ||
+ | |||
+ | === Приватные свойства === | ||
+ | - | ||
+ | |||
+ | === Публичные методы === | ||
+ | * [[core-__construct()|__construct()]] | ||
+ | * [[core-gen_csrf_secure()|gen_csrf_secure()]] | ||
+ | * [[core-js_notify()|js_notify()]] | ||
+ | * [[core-notify()|notify()]] | ||
+ | * [[core-base_url()|base_url()]] | ||
+ | * [[core-pagination()|pagination()]] | ||
+ | * [[core-load_bb_class()|load_bb_class()]] | ||
+ | * [[core-csrf_check()|csrf_check()]] | ||
+ | * [[core-random()|random()]] | ||
+ | * [[core-gen_bc()|gen_bc()]] | ||
+ | * [[core-check_cfg()|check_cfg()]] | ||
+ | * [[core-load_mode()|load_mode()]] | ||
+ | * [[core-gen_password()|gen_password()]] | ||
+ | * [[core-load_def_mode()|load_def_mode()]] | ||
+ | * [[core-load_def_blocks()|load_def_blocks()]] | ||
+ | * [[core-sp()|sp()]] | ||
+ | * [[core-advice()|advice()]] | ||
+ | * [[core-find_in_formats()|find_in_formats()]] | ||
+ | * [[core-imageflip()|imageflip()]] | ||
+ | * [[core-get_array_formats()|get_array_formats()]] | ||
+ | * [[core-send_mail()|send_mail()]] | ||
+ | * [[core-captcha_check()|captcha_check()]] | ||
+ | * [[core-captcha()|captcha()]] | ||
+ | * [[core-safestr()|safestr()]] | ||
+ | * [[core-filter_int_array()|filter_int_array()]] | ||
+ | * [[core-is_access()|is_access()]] | ||
+ | * [[core-search()|search()]] | ||
+ | * [[core-perm_list()|perm_list()]] | ||
+ | * [[core-validate_perm()|validate_perm()]] | ||
+ | * [[core-file_manager()|file_manager()]] | ||
+ | |||
+ | === Приватные методы === | ||
+ | * [[core-gen_bc_list()|gen_bc_list()]] | ||
+ | * [[core-load_language()|load_language()]] | ||
+ | * [[core-search_array()|search_array()]] |
Текущая версия на 11:40, 29 февраля 2016
Ядро - основной элемент движка, обрабатывающий все функции.
Файл: engine/core.class.php
Содержание
Список функций
Публичные свойства
Приватные свойства
-
Публичные методы
- __construct()
- gen_csrf_secure()
- js_notify()
- notify()
- base_url()
- pagination()
- load_bb_class()
- csrf_check()
- random()
- gen_bc()
- check_cfg()
- load_mode()
- gen_password()
- load_def_mode()
- load_def_blocks()
- sp()
- advice()
- find_in_formats()
- imageflip()
- get_array_formats()
- send_mail()
- captcha_check()
- captcha()
- safestr()
- filter_int_array()
- is_access()
- search()
- perm_list()
- validate_perm()
- file_manager()