Hey Jon...
Actually I am running this on a windows server so the folders should
be writable with no problems.
I only have the Containable Behavior on all the models (AppModel) and
Tree in both ARO and ACO (ACL) models. I believe this is not a
problem.
Here below is an example of the associated models to the this
controller's main model.
var $hasOne = array("MODEL");
var $hasMany =
array("MODEL","MODEL","MODEL","MODEL","MODEL","MODEL","MODEL","MODEL","MODEL","MODEL","MODEL","MODEL","MODEL","MODEL"=>array("order"=>"MODEL.created
ASC"));
var $belongsTo = array(
'MODEL', MODEL', 'MODEL', 'MODEL', 'MODEL',
'Source' => array(
'className' => 'Source',
'foreignKey' => 'source_id'
),
'SubSource' => array(
'className' => 'Source',
'foreignKey' => 'sub_source_id'
),
'Staff' => array(
'className' => 'Staff',
'foreignKey' => 'staff_id'
),
'DelegatedTo' => array(
'className' => 'Staff',
'foreignKey' => 'delegated_to'
) );
So as you can see there a a number of few models attached. And I am
still expecting this to increase... but this shouldn't be a problem
too cuz I am using containable
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this message because you are subscribed to the Google Groups
"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/cake-php?hl=en