Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<?php
App::uses('AppModel', 'Model');
/**
 * Useractive Model
 *
 */
class Useractive extends AppModel {

/**
 * Use table
 *
 * @var mixed False or table name
 */
        public $useTable = 'useractive';

/**
 * Primary key field
 *
 * @var string
 */
        public $primaryKey = 'last_active';

/**
 * Display field
 *
 * @var string
 */
        public $displayField = 'user_id';

}