RE: Get all USER info

2009-03-28 Thread Dave Maharaj :: WidePixels.com
: Get all USER info Do you mean like this? $this->User->find( 'first', array( 'conditions' => array( 'User.id' => $user_id ), 'contain' => array(

Re: Get all USER info

2009-03-28 Thread brian
Do you mean like this? $this->User->find( 'first', array( 'conditions' => array( 'User.id' => $user_id ), 'contain' => array( 'Post', 'Message'

RE: Get all USER info (code)

2009-03-27 Thread Dave Maharaj :: WidePixels.com
Sorry forgot the code: Now the slug is in the USERS table not the PROFILES... I had the slug in the PROFILES table first and I had it working the way I wanted but moved it to USERS table and now its not working. This is in the profiles_controller var $uses = array('Profile', 'User'); funct