hi, i've customized some functions into tasks in cakephp's libs and
have been succesful, relationships, views, forms, helpers even
datepicker.

now that i'm trying to do is this:

creating some function like "mass", take any array containing all
tables in DB to be baked and load only once all schemas and
relationships  and save into a class var like this:

$this->allModels = $this->mass();

then a cycle to bake all but that this does not load again schema
related to the model, something like this:

                foreach($this->allModelsas $model) {
                        // ??
                        $this->all_exec();
                }

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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to