+ add model.php for no model of module.

This commit is contained in:
wangyidong
2011-05-16 04:20:43 +00:00
parent cb371adefd
commit 554ff32e2b
3 changed files with 45 additions and 0 deletions

15
module/api/model.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
/**
* The model file of api module of ZenTaoCMS.
*
* @copyright Copyright 2009-2010 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package api
* @version $Id$
* @link http://www.zentao.net
*/
class apiModel extends model
{
}