Re: Validation Problem

2008-04-23 Thread plinto
Thanks, I understand what you are saying but what I need is to be able to edit mutliple items at once. For example if I have to edit 20 countries, clicking on every one, editing it and saving it would take me alot more time then selecting the ones I need to edit and having them presented in 1 page

Validation Problem

2008-04-22 Thread plinto
Hello, I am making a table that is a form where every item added has a checkbox and the form has 2 submit buttons, 1 is to edit e 1 to delete. _ __|__ | Italy X | Us X | Canada __ | Edit | Delete | The

Different layouts for different groups of users

2007-11-14 Thread plinto
Hi, I am not very good at this Acl, aro and aco stuff and am having a hard time getting it to work right. One of my problems is to set a different layout for the differnt types of users. My aro table has 2 parents, "Administrators" and "Users", and all the users, my question is: how can set one la

Re: Problem with belongsTo

2007-11-01 Thread plinto
Thanks, everything works now On Oct 29, 11:24 pm, Grant Cox <[EMAIL PROTECTED]> wrote: > Don't have a class called Model - this will conflict with the core > Model. > > Otherwise it looks ok. Are you sure there are associated records to > retrieve? Put your DEBUG to 2 in /app/config/core.php to

Problem with belongsTo

2007-10-29 Thread plinto
Hi, I am having a problem with, i think, $belongsTo, it seems set up right (I do the exact same thing for another model and it works perfectly) but I am not getting the results of the two tables that are associated. If anyone can help, thanks! Here is the code I use: Tables --

Problem with belongsTo

2007-10-29 Thread plinto
Hi, I am having a problem with, i think, $belongsTo, it seems set up right (I do the exact same thing for another model and it works perfectly) but I am not getting the results of the two tables that are associated. If anyone can help, thanks! Here is the code I use: Tables --