Re: How execute method in all pages

2007-05-22 Thread SeanCallan
One way of implementing this would be as followed: app/app_controller.php menu(); } function menu(){ // SELECIONA TODAS AS CATEGORIAS RAIZ $conditions = array("subCategoria" => "0"); //$this -> set("dadosMenu", $this -> Categoria -> read()); $this -> set("dadosMenu", $this -> Categoria - >fin

Re: CakeController could not be found ?

2006-07-14 Thread SeanCallan
You sir, are good. It was actually a form that was causing the problems and as soon as you mentioned I had an additional /cake/ I was able to locate the problem and infact it is just as you said. Problem fixed and I'm good to go, much appreciated! --~--~-~--~~~---~-

CakeController could not be found ?

2006-07-13 Thread SeanCallan
Hey guys, I've been using CakePHP no problem on my development machine, but the minute I loaded it to my webserver I get this error. 'Missing controller You are seeing this error because controller CakeController could not be found. Fatal: Unable to load controller CakeController' I added in th

Re: A little help please?

2006-07-10 Thread SeanCallan
Fantastic! Thanks for the help, I added in the hasMany and belongsTo and everything works perfectly! Thanks again AD7six --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send

A little help please?

2006-07-09 Thread SeanCallan
Hey guys, today's the first day I started learning CakePHP. I've got extensive experience with PHP and MySQL but some of the components of Cake are throwing me for a loop so maybe someone on here can help clarify. First off I'm just trying to write a quick gallery script that lets users create a