码迷,mamicode.com
首页 > Web开发 > 详细

Zend Studio 中创建简单的phpfile模板和xhtml类phpfile模板

时间:2015-08-25 18:29:24      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:

<!--简单的phpfile模板,带有创建时间和作者-->
<?php
/**
* ==============================================
* @date: ${date}
* @author: ${user}
* @version: 1.0
* ==============================================
*/




${cursor}
?>




<!--xhtml类phpfile模板,同样具有创作时间和作者-->
<?php
/**
* ==============================================
* @date: ${date}
* @author: ${user}
* @version: 1.0
* ==============================================
*/

${cursor}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>


</body>
</html>

Zend Studio 中创建简单的phpfile模板和xhtml类phpfile模板

标签:

原文地址:http://www.cnblogs.com/xiaomingzaixian/p/4757613.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!