* convert to unix format.

This commit is contained in:
wangchunsheng
2013-01-18 01:58:14 +00:00
parent acf877aeb8
commit 8f0d651d9c
398 changed files with 54781 additions and 54781 deletions
+20 -20
View File
@@ -1,20 +1,20 @@
<?php
/**
* The model file of misc module of ZenTaoPMS.
*
* @copyright Copyright 2009-2013 青岛易软天创网络科技有限公司 (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 misc
* @version $Id$
* @link http://www.zentao.net
*/
?>
<?php
class miscModel extends model
{
public function hello()
{
return 'hello world from hello()<br />';
}
}
<?php
/**
* The model file of misc module of ZenTaoPMS.
*
* @copyright Copyright 2009-2013 青岛易软天创网络科技有限公司 (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 misc
* @version $Id$
* @link http://www.zentao.net
*/
?>
<?php
class miscModel extends model
{
public function hello()
{
return 'hello world from hello()<br />';
}
}