Re: How to build form with multiple records?

2007-08-11 Thread bforchhammer
Hey guys, I just had a look at the core files and patched something up this afternoon... Now I can build multi-record forms as Travis suggested by using some kind of loop and $form->input("Model.".$id.".field"); works pretty well, only validation and saving of course still needs to be handled by m

Re: bake.php bakes wrong singular-urls instead of plural ones... why?

2007-03-06 Thread bforchhammer
I'm too slow... :( https://trac.cakephp.org/ticket/2205 (... and i "fixed" it at the wrong place) thx, I'll try to do better next time... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to

Re: bake.php bakes wrong singular-urls instead of plural ones... why?

2007-03-06 Thread bforchhammer
I'm using the nightly build (v1.1.x.x)... wrong urls appear both in controller and views, and always for the related controllers, e.g. links for adding a new user when editing a group are wrong... I can reproduce the error easily; does anyone else have the same problem when using bake.php? (I can'

bake.php bakes wrong singular-urls instead of plural ones... why?

2007-03-05 Thread bforchhammer
Hi, I'm pretty new to cakephp, so probably I've just missed something, I hope you can help me... I created a few database tabels according to the naming conventions in plural (e.g. groups and users) and used commandline bake to create the models (Group and User) and basic controller + views... A