Example #1
0
File: orm.php Project: pihizi/qf
function O($name, $criteria = NULL, $no_fetch = FALSE)
{
    return ORM_Model::factory($name, $criteria, $no_fetch);
}