Re: bind model for saveAssociated

2013-03-20 Thread Hank
Did you ever find a solution to this? On Tuesday, November 20, 2012 12:35:55 PM UTC-8, Sebastien Beausoleil wrote: > > Hi, > > Is it possible to bind on the fly a model to another to saveAssociated > those to at the same time? > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on

Re: Record-level permissions with ACL in CakePHP 2.0

2012-01-26 Thread Hank
The actual tutorial on ACL begins at: http://www.ibm.com/developerworks/opensource/tutorials/os-php-cake2/section5.html I wouldn't use too much code as it is dated however conceptually the ACL section of this tutorial is spot on. Refer to the api. -- Our newest site for the community: CakePHP

Re: Tree Helper Cake 2.0

2012-01-22 Thread Hank
Oh the irony.. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegr

Re: Problem with hasOne Relation

2010-10-04 Thread Hank
echo $form->create('UserProfile'); to echo $form->create('UserProfile',array('controller' => 'users', 'action' => 'editUser')); On Oct 3, 11:01 am, Raphi wrote: > Hi there, > > I'm new to Cake and now I seem to have a little understanding problem. > The situation is this: > > I have a UsersCont

Re: Cake PHP Vs Prado Vs Symfony

2006-11-10 Thread Hank Marquardt
Right ... which is why I wasn't following that Symfony was better for ajaxy apps.On 11/10/06, nate <[EMAIL PROTECTED] > wrote:Well, regardless of what you're doing, Symfony requires you to write more code than Cake, so that automatically makes it less suited, withor without Ajax.  Also, Cake has a

Re: Cake PHP Vs Prado Vs Symfony

2006-11-10 Thread Hank Marquardt
On 11/10/06, Mariano Iglesias <[EMAIL PROTECTED]> wrote: However I chose Cake over Symfony because there's something about it (Ibelieve it's how the code is structured) that makes me feel cake is moreready for prime time corporate applications while symfony is more for building small primarily ajax