mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-14 13:39:51 +00:00
![]() Deprecated using $this->(ModelName) if an associations is created with an alias. example with alias: var $hasMany = array('Assoc' => array('className' => 'ModelName')); correct usage: $this->Assoc->modelMethods(); example without alias: var $hasMany = array('ModelName'); correct usage: $this->ModelName->modelMethods(); Fixed instances of 'className' that was still used in the core. git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5608 3807eeeb-6ff5-0310-8944-8be069107fe0 |
||
---|---|---|
.. | ||
config | ||
console | ||
libs | ||
locale | ||
tests | ||
app_controller.php | ||
app_helper.php | ||
app_model.php | ||
basics.php | ||
bootstrap.php | ||
dispatcher.php | ||
LICENSE.txt | ||
VERSION.txt |