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
*/

猜你喜欢

转载自jianghao19890829.iteye.com/blog/1688545
今日推荐