You can use Model::set( ) either with an array or single value, i.e.
$this->User->Radcheck->set('op', 'testop');Internally, the model stores it's data in an array, but there are multiple ways of setting and getting values. Also, you only have to run create( ) once. All that does is clear out the model so you can write a new record. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
