cakephp2-php8/cake/libs/model
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
..
behaviors AD7six: Changed to use single quoted strings 2007-08-11 15:04:23 +00:00
datasources Fixing bug when instances of an HABTM association was automatically created. 2007-08-29 20:47:03 +00:00
behavior.php Adding missing headers 2007-02-09 18:18:01 +00:00
connection_manager.php Adding ConnectionManager::sourceList() to return the list of DataSources (Ticket #2274) 2007-08-11 21:52:23 +00:00
db_acl.php Adding ACL node locator fix for AclNode::node() (Ticket #2976) 2007-08-27 03:16:49 +00:00
model.php Fixing bug when instances of an HABTM association was automatically created. 2007-08-29 20:47:03 +00:00
schema.php updating schema and tests 2007-08-29 08:32:18 +00:00