Re: Which MVC is right for our corp?

2008-10-06 Thread Anuj Chauhan
yes , in cake you can connect as many connection you want form database.php in config folder when you need to write call slave(write) connection and for reading or fetching data call another. Regards, Anuj Chauhan. On Tue, Oct 7, 2008 at 10:42 AM, mrconfused <[EMAIL PROTECTED]>

Re: Transaction in cakephp is just for one table?

2008-09-10 Thread Anuj Chauhan
CakePHP->commit() > else > CakePHP->rollback() > > > I need the CakePHP->rollback to undo all change regardless of any > model I changed. rollback(&$model) just rollback the change made on > this model, am I right? > > > > Anuj Chauhan wrote: &g

Re: Transaction in cakephp is just for one table?

2008-09-09 Thread Anuj Chauhan
Hi, There is also a function rollback(&$model). make check with your all queries if any of them get fails then rollback() it and begin transaction again. you can also modify rollback() function accordingly if it needs always. Thanks, Anuj Chauhan. On Wed, Sep 10, 2008 at 11:42 AM, [E

Re: Webservices --- StrikeIron.com

2008-07-17 Thread Anuj Chauhan
you can also put this in vendors folder in apps. in your app file you may call this by vendor("filename"); Anuj On Fri, Jul 18, 2008 at 10:05 AM, Dr. Tarique Sani <[EMAIL PROTECTED]> wrote: > > > On Fri, Jul 18, 2008 at 9:37 AM, Dave <[EMAIL PROTECTED]> wrote: > >> >> Where do I put the webser

Re: flash() produces wrong URL

2007-09-14 Thread Anuj Chauhan
write $this->flash("text","/article/4545/"); instead od $this->flash("text,"/article/4545/"); On 9/14/07, Sergei <[EMAIL PROTECTED]> wrote: > > > Hello, > > I've encountered situation where > > $this->flash("text,"/article/4545/"); > > produces wrong url on the production web server (not o

how to integrate cakephp with wordpress and wikimedia

2007-08-23 Thread Anuj Chauhan
i am new in cake .. i want to know how to integrate wordpess blog and wikimedia in cakephp --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups