Advertisement
gilbertoalbino

Active Record create method call

Jun 22nd, 2012
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. User::create(
  2.     array(
  3.         'user_login' => 'gilberto',
  4.         'user_password' => 'test123'
  5.     )
  6. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement