first commit
This commit is contained in:
29
ZeedFramework/library/Com/Entity/User/Detail.php
Normal file
29
ZeedFramework/library/Com/Entity/User/Detail.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
/**
|
||||
* iNewS Project
|
||||
*
|
||||
* LICENSE
|
||||
*
|
||||
* http://www.inews.com.cn/license/inews
|
||||
*
|
||||
* @category iNewS
|
||||
* @package ChangeMe
|
||||
* @subpackage ChangeMe
|
||||
* @copyright Copyright (c) 2008 Zeed Technologies PRC Inc. (http://www.inews.com.cn)
|
||||
* @author Nroe ( GTalk: gnroed@gmail.com )
|
||||
* @since Apr 8, 2010
|
||||
* @version SVN: $Id: User.php 5268 2010-05-28 08:13:43Z xsharp $
|
||||
*/
|
||||
|
||||
class Com_Entity_User_Detail extends Zeed_Object
|
||||
{
|
||||
public $userid;
|
||||
public $birthday;
|
||||
public $phone;
|
||||
public $address;
|
||||
public $zipcode;
|
||||
public $verifiedEmail;
|
||||
public $source;
|
||||
}
|
||||
|
||||
// End ^ LF ^ encoding
|
||||
Reference in New Issue
Block a user