Re: Model Associations and Validations

2008-04-02 Thread Chris Hartjes
On Wed, Apr 2, 2008 at 4:55 PM, bmopro <[EMAIL PROTECTED]> wrote: > > When i use the edit action in my user model i have the following to > grab the users info from the table... > $this->User->findById($id) > This returns an array that is HUGE! > It includes all my validation contained in my

Model Associations and Validations

2008-04-02 Thread bmopro
When i use the edit action in my user model i have the following to grab the users info from the table... $this->User->findById($id) This returns an array that is HUGE! It includes all my validation contained in my User model, and all of the associations. Obviously i just need the users info to e