Ryan Gantt
- Registered on: 2011-01-23
- Last connection: 2011-01-28
Activity
Reported issues: 0
2011-01-28
- 11:31 PM PHP ActiveRecord Help: RE: Troubles with finders
- User::find( $id ) throws an exception if the row with primary key == $id doesn't exist, so why should the functionali...
- The following code:
$user = User::find( 'first', array( 'conditions' => array( 'email=?', $this->params->login_ema...
2011-01-26
- 09:34 PM PHP ActiveRecord Help: RE: Troubles with after_save callback
- Are callbacks working just fine for everyone else???
2011-01-23
- 06:22 PM PHP ActiveRecord Help: RE: Troubles with after_save callback
- Also to note is that wrapping the name of the callback in array() doesn't help either, e.g.
static $after_save = a... - Hey team,
I'm having trouble running an after_save callback in my model. Here is the model code in question:
<?...
Also available in: Atom