`

Zend Studio 文件头和方法注释设置

阅读更多
打开zendstudio
Window->preferences->General->PHP->Editor->Templates
然后 New 新建如下的注释模板
文件头注释
/**
* 文件描述
*
* @author      Jianghao <ifox*****@gmail.com>
* @date ${date} ${time}
* @version 1.0.0
* @copyright  Copyright 2012 joincoding.com
*/

方法注释
/**
* Enter description here ...
* ${cursor}${tags}
* @param ${unknowtype}
* @return ${return_type}
* @author jianghao
* @date ${date}${time}
* @version v1.0.0
*/
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics