#5591: Dynamic With Models broken after changeset [7732]
---------------------------------------+------------------------------------
Reporter: jose.zap | Type: Bug
Status: new | Priority: High
Milestone: 1.2.x.x | Component: Model
Version: RC3 | Severity: Major
Keywords: model dynamicWith hbtm | Php_version: n/a
Cake_version: |
---------------------------------------+------------------------------------
After updating to changeset [7732] I got two errors:
Notice (8): Undefined variable: dynamicWith
[CORE/cake/libs/model/model.php, line 677]
and
Notice (8): Undefined property: Curso::$Dictado
[CORE/cake/libs/model/model.php, line 2595]
Where Dictado is the with key for one of the "Curso" assocs.
I'll attach a patch that fixes the problem.
--
Ticket URL: <https://trac.cakephp.org/ticket/5591>
CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/>
Cake is a rapid development framework for PHP which uses commonly known design
patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC.
Our primary goal is to provide a structured framework that enables PHP users at
all levels to rapidly develop robust web applications, without any loss to
flexibility.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"tickets cakephp" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/tickets-cakephp?hl=en
-~----------~----~----~----~------~----~------~--~---