![]() |
Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
User model class. More...
Inheritance diagram for user:
Collaboration diagram for user:Public Member Functions | |
| __construct ($id) | |
| Constructs a user instance. | |
Static Public Member Functions | |
| static | get ($opts=array()) |
| Get all user objects. | |
| static | getFromAuth ($user, $pwd) |
| Get user object from username and password. | |
User model class.
Model fields:
| user::__construct | ( | $ | id | ) |
| static user::get | ( | $ | opts = array() | ) | [static] |
| static user::getFromAuth | ( | $ | user, |
| $ | pwd | ||
| ) | [static] |