Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $tx = new Transaction('credit');
- $tx->attributes = $data;
- $tx->save();
- $tx = new Transaction('debit');
- $tx->attributes = $data;
- $tx->save();
- $tx = Transaction::model()->find($criteria);
- $tx->void();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement