root/projects/textcubeapi/trunk/app/models/user.php @ 580

Revision 580, 160 bytes (checked in by daybreaker, 22 months ago)

프로젝트 파일 추가

Line 
1<?php
2class User extends AppModel {
3    var $name = 'User';
4    var $validate = array();
5
6    var $hasMany = array('Key' => array('className' => 'Key'));
7
8    // TODO
9}
10?>
Note: See TracBrowser for help on using the browser.