mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
32df3156a7
it's a lot easier for adding new translations to think: is it for the end user? use 'cake' as the domain is it for the developer use 'cake_dev' as the domain is it for the console use 'cake_console' as the domain also neatly avoids the "this message is an error, and it's in cake_developer, why?" - question (because cake_error was intended for anything which is used in trigger_error/exceptions, not a variable named $error |
||
---|---|---|
.. | ||
error400.ctp | ||
error500.ctp | ||
missing_action.ctp | ||
missing_behavior_class.ctp | ||
missing_behavior_file.ctp | ||
missing_component_class.ctp | ||
missing_component_file.ctp | ||
missing_connection.ctp | ||
missing_controller.ctp | ||
missing_database.ctp | ||
missing_datasource_config.ctp | ||
missing_datasource_file.ctp | ||
missing_helper_class.ctp | ||
missing_helper_file.ctp | ||
missing_layout.ctp | ||
missing_table.ctp | ||
missing_view.ctp | ||
private_action.ctp | ||
scaffold_error.ctp |