Input Id Array in the view

2010-07-09 Thread Matt Y
Is there a limit on the number of times you can nest input fields within an array? For example can I not create an input like this. echo $form-input('1.2.3.4.5.6.7.8.id') and be able to refer to it like this. $this-data[1][2][3][4][5][6][7][8][id] Thanks for your help. Check out the new

Using query in the model

2010-06-15 Thread Matt Y
So I have searched for this, but the cookbook does not help me with my problem. I have been trying to write functions in my models that use the query() function that updates some HABTM tables i have copied many pieces of code to try and make this happen but have had no luck. I have tried

ACL + AUTH Problems/Trouble shooting

2010-06-09 Thread Matt Y
for a working implementation that I could view, or some pointers that are commonly missed yet rarely discussed, I would appreciate your help. Thanks, Matt Y Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because