mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
26d7620f1b
Revision: [1855] Forgot to merge changes between the PHP 5 and PHP 4 model classes Revision: [1854] Added fix to Model class so that setting var $useTable = false; will not try to create a datasource connection. Added fix to basics.php in the file_put_contents function that would give a Warning :failed to open stream: File exists. This fix allows the file to be wrote to if it already exists. Added fix for undefined notice in DboSource::generateAssociationQuery(); Added Model::$keyToTable to map foreign keys to thier proper tables so scaffold could work with them properly. Fixed Controller::__generateAssociation() to use Model::$keyToTable. Fixed layout issue with show view in scaffold. Revision: [1853] Added DataSource::buildSchemaQuery() which must be implemented in the child classes. This will be used to import a table schema. Added DboMysql::buildSchemaQuery() Added fix for Ticket #304 by reverting change made in [1825]. Reopened Ticket #286 Added fix for Ticket #310 Revision: [1852] Added fix for PHP Fatal error: Call to a member function on a non-object in... Controller::generateFieldNames() in PHP 4 when using a HABTM association. git-svn-id: https://svn.cakephp.org/repo/trunk/cake@1856 3807eeeb-6ff5-0310-8944-8be069107fe0 |
||
---|---|---|
.. | ||
helpers | ||
templates | ||
helper.php | ||
view.php |