Re: Error 404

2009-02-23 Thread yusuf widi
have you activated the apache mod_rewrite? the directory for cake application also have to be AllowOveride to All. On Tue, Feb 24, 2009 at 6:51 AM, jc_mich wrote: > > > Hi > I created an application according to MVC rules, my .htaccess files look > like the specifications in > > http://bakery.ca

Re: Top 10 Framework

2009-02-02 Thread yusuf widi
ation is not even half as nice as in Cake - > > > > > relations are made by hand in every model, controller, view. a > little > > > > > bit annoying. But it is fast as hell. I implemented a little > project > > > > > database which I also made in cake and (

Top 10 Framework

2009-02-01 Thread yusuf widi
Hi guyz... i got this somewhere on the net... http://www.phpframeworks.com/top-10-php-frameworks/ Why they put cake php on the fifth place? i dont think we were worse than those framework... :) does anyone here have already done some research with those framework's which is have higher place than

Re: HABTM on a HABTM

2009-01-29 Thread yusuf widi
array( 'className' => 'Area', 'foreignKey' => 'parent_id', 'dependent' => true ) ); ?> this stuff works well with me... On Thu, Jan 29, 2009 at 6:35 PM, AD7six wrote: > > > > On Jan 29, 9:58 am, Miles J wrote: > > It seems that my belon

Re: XAMPP for linux

2009-01-29 Thread yusuf widi
xampp for linux can be find on apachefriend.com but you know that ubuntu cd have already contains php, apache and mysql? On Thu, Jan 29, 2009 at 8:44 PM, leo wrote: > > try the xampp or ubuntu websites > > On Jan 29, 12:18 pm, Sergi Pasoev wrote: > > Hi! > > > > Plese, tell me where to download

Re: CakePHP Model Advice

2009-01-28 Thread yusuf widi
no, it is ok if your ingredient model is empty... try to give recursive parameter with '2' when you use find method. by default recursive parameter is null. read more about recursive is on the api.cakephp.org http://api.cakephp.org/class/model#method-Modelfind On Thu, Jan 29, 2009 at 4:46 AM, ma