Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2.  
  3. namespace commonmodels;
  4.  
  5. use yiidbActiveRecord;
  6.  
  7. class User extends ActiveRecord
  8. {
  9. ...
  10. }
  11.  
  12. use commonmodelsUser;
  13.  
  14. User::find()->...
  15.  
  16. commonmodelsUser::find()->...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement