On Jun 19, 2:17 pm, Davor Ilic <[email protected]> wrote: > the add.php here i haven´t defiend more than this <?php > > class Add extends App {
class Add extends AppModel Looking at your controller code, though, I have to say that it seems like you're making things more difficult than they need to be. I believe you'd be much better off scrapping this controller and model and, instead, add your themes, widgets, etc. using separate (themes, widgets, etc.) controllers and models. For each "thing" create a model, then a controller with which to add, edit, delete, etc. that "thing". 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
