mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
f247cae56c
Merging: Revision: [1647] Commit to fix auto render using requestAction() Revision: [1646] Added fix for the date select forms in scaffold when using date field type in the database. Added fix for Ticket #132. Added @ to stop warning in php if a call to gethostbyaddr fails with a bad ip sent. Performance increased more with changes the View::_loadHelpers. Each helper would load the config file whan an instance was created and parse, change now reads it once. Fixed previous fix I added to only load helpers once, this time it works. Change the constructor in View to use __construct() like other classes in the core. Added $this->autoRender = false; in PagesController::display() after $this->render() is called. PHP 5 would work fine without it, PHP 4 would display a view under the rendered layout. git-svn-id: https://svn.cakephp.org/repo/trunk/cake@1648 3807eeeb-6ff5-0310-8944-8be069107fe0 |
||
---|---|---|
.. | ||
helpers | ||
templates | ||
helper.php | ||
view.php |