Sometimes its because u have a primarykey diferent from 'id' if im not
wrong your PK is 'fldUserID' , make sure u specified it on the model
like $primaryKey = 'fldUserID';  , sometimes i use instead of

$this->Ciuser->id = $id;
$this->Ciuser->read();

-----

$this->Ciuser->read(null,$id);

hope this helps :)


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to