cakephp2-php8/cake
phpnut f1de783295 Fixing bug when instances of an HABTM association was automatically created.
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
2007-08-29 20:47:03 +00:00
..
config Merging changes into the trunk: 2007-07-09 06:47:28 +00:00
console updating bake view task 2007-08-27 20:54:11 +00:00
libs Fixing bug when instances of an HABTM association was automatically created. 2007-08-29 20:47:03 +00:00
locale Removing all language file svn these are now located at http://cakeforge.org/projects/translations/ 2007-02-04 03:01:02 +00:00
tests updating schema and tests 2007-08-29 08:32:18 +00:00
app_controller.php Correcting all headers in the files 2007-02-02 10:39:45 +00:00
app_helper.php Correcting all headers in the files 2007-02-02 10:39:45 +00:00
app_model.php Correcting all headers in the files 2007-02-02 10:39:45 +00:00
basics.php Implementing prefix-based routing, and transitioning configuration away from global constants 2007-08-16 05:44:06 +00:00
bootstrap.php Implementing automatic UUID for primary keys if the field is CHAR(36). 2007-08-20 01:58:44 +00:00
dispatcher.php Adding deprecation warning for $beforeFilter property usage 2007-08-18 23:47:09 +00:00
LICENSE.txt Correcting all headers in the files 2007-02-02 10:39:45 +00:00
VERSION.txt Merging changes into the trunk: 2007-07-09 06:47:28 +00:00