 | Remonter
| |
 | overrides/
| |
 | index.html [source] [8 lignes] | |
 | init_add_crumbs.php [source] [69 lignes] | create the breadcrumb trail see {@link http://www.zen-cart.com/wiki/index.php/Developers_API_Tutorials#InitSystem wikitutorials} for more details. |
 | init_cart_handler.php [source] [38 lignes] | initialise and handle cart actions see {@link http://www.zen-cart.com/wiki/index.php/Developers_API_Tutorials#InitSystem wikitutorials} for more details. |
 | init_category_path.php [source] [42 lignes] | pre-calculate the category path see {@link http://www.zen-cart.com/wiki/index.php/Developers_API_Tutorials#InitSystem wikitutorials} for more details. |
 | init_currencies.php [source] [22 lignes] | initialise currencies see {@link http://www.zen-cart.com/wiki/index.php/Developers_API_Tutorials#InitSystem wikitutorials} for more details. |
 | init_customer_auth.php [source] [146 lignes] | customer authorisation based on DOWN_FOR_MAINTENANCE and CUSTOMERS_APPROVAL_AUTHORIZATION settings see {@link http://www.zen-cart.com/wiki/index.php/Developers_API_Tutorials#InitSystem wikitutorials} for more details. |
 | init_database.php [source] [39 lignes] | Initialise database driver and connect see {@link http://www.zen-cart.com/wiki/index.php/Developers_API_Tutorials#InitSystem wikitutorials} for more details. |
 | init_db_config_read.php [source] [44 lignes] | read the configuration settings from the db see {@link http://www.zen-cart.com/wiki/index.php/Developers_API_Tutorials#InitSystem wikitutorials} for more details. |
 | init_file_db_names.php [source] [73 lignes] | load the filename/database table names and he compatiblity functions see {@link http://www.zen-cart.com/wiki/index.php/Developers_API_Tutorials#InitSystem wikitutorials} for more details. |
 | init_general_funcs.php [source] [35 lignes] | load the system wide functions see {@link http://www.zen-cart.com/wiki/index.php/Developers_API_Tutorials#InitSystem wikitutorials} for more details. |
 | init_gzip.php [source] [32 lignes] | if gzip_compression is enabled, start to buffer the output see {@link http://www.zen-cart.com/wiki/index.php/Developers_API_Tutorials#InitSystem wikitutorials} for more details. |
 | init_header.php [source] [138 lignes] | header code, mainly concerned with adding to messagestack. |
 | init_languages.php [source] [31 lignes] | initialise language handling see {@link http://www.zen-cart.com/wiki/index.php/Developers_API_Tutorials#InitSystem wikitutorials} for more details. |
 | init_sanitize.php [source] [130 lignes] | sanitize the GET parameters see {@link http://www.zen-cart.com/wiki/index.php/Developers_API_Tutorials#InitSystem wikitutorials} for more details. |
 | init_sefu.php [source] [35 lignes] | set the HTTP GET parameters manually if search_engine_friendly_urls is enabled see {@link http://www.zen-cart.com/wiki/index.php/Developers_API_Tutorials#InitSystem wikitutorials} for more details. |
 | init_sessions.php [source] [125 lignes] | session handling see {@link http://www.zen-cart.com/wiki/index.php/Developers_API_Tutorials#InitSystem wikitutorials} for more details. |
 | init_special_funcs.php [source] [58 lignes] | load the system wide functions see {@link http://www.zen-cart.com/wiki/index.php/Developers_API_Tutorials#InitSystem wikitutorials} for more details. |
 | init_templates.php [source] [84 lignes] | initialise template system variables see {@link http://www.zen-cart.com/wiki/index.php/Developers_API_Tutorials#InitSystem wikitutorials} for more details. Determines current template name for current language, from database Then loads template-specific language file, followed by master/default language file ie: includes/languages/classic/english.php followed by includes/languages/english.php |
 | init_tlds.php [source] [19 lignes] | set some top level domain variables see {@link http://www.zen-cart.com/wiki/index.php/Developers_API_Tutorials#InitSystem wikitutorials} for more details. |