RE: IRC log mirroring to GG?

2007-07-24 Thread Christian \"Jippi\" Winther
Why should the IRC logs be spammed onto GG ? I don't see the point in that :) --- Christian "Jippi" Winther http://docs.cakephp.nu (Unofficial CakePHP API) http://logs.cakephp.nu (Unofficial CakePHP IRC log) -Original Message- From: cake-php@googlegroups.com [mailto:[

RE: IRC log mirroring to GG?

2007-07-24 Thread Christian \"Jippi\" Winther
See my signature :) --- Christian "Jippi" Winther http://docs.cakephp.nu (Unofficial CakePHP API) http://logs.cakephp.nu (Unofficial CakePHP IRC log) -Original Message- From: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of R. Rajesh Jeba Anbiah Sent: 24. ju

ionCube's encoder and CakePHP

2007-07-20 Thread Christian \"Jippi\" Winther
Hello Does ionCube's encoder works okay with CakePHP ? /Regards Christian Winther Nb. This is ment as a phun ! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group,

RE: Helpers inside Helpers

2007-07-17 Thread Christian \"Jippi\" Winther
output = $this->Form->input(...); } } Remember the '$this->' Its not a view where it get injected as a local variable :) --- Christian "Jippi" Winther http://docs.cakephp.nu (Unofficial CakePHP API) http://logs.cakephp.nu (Unofficial CakePHP IRC log) --

RE: Too much cake magic in ff browser?

2007-07-15 Thread Christian \"Jippi\" Winther
Do you use requestAction ? :) --- Christian "Jippi" Winther http://docs.cakephp.nu (Unofficial CakePHP API) http://logs.cakephp.nu (Unofficial CakePHP IRC log) -Original Message- From: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Grzegorz Pawlik Sent: 15.

RE: Tip O' the Day

2007-07-12 Thread Christian \"Jippi\" Winther
Hehe, good snippet indeed - sounds like forward404If() from symfony ;) --- Christian "Jippi" Winther http://docs.cakephp.nu (Unofficial CakePHP API) http://logs.cakephp.nu (Unofficial CakePHP IRC log) -Original Message- From: cake-php@googlegroups.com [mailto:[EMAIL PRO

RE: Does cakephp support transaction now?

2007-07-08 Thread Christian \"Jippi\" Winther
$this->ModelName->begin(); $this->ModelName->commit(); $this->ModelName->rollback(); Since the overloaded php4/5 model base class is using the magic method __call that just pass unknown commands for the model directly to the SQL server as a command --- Christian &qu