kritbit

kritbit Git Source Tree


Root/web/application/models/users.php

1
2
3
4
5
6
7
8
9
10
<?php
 
namespace application\models;
 
use system\engine\HF_Model;
 
class Users extends HF_Model
{
    public $email;
}

Archive Download this file

Branches

Number of commits:
Page rendered in 0.08421s using 11 queries.