2016-11-19 使用 PHPStorm 的 Live Templates 封装常用代码 PHP Template Groupfore123foreach ($ITERABLE$ as $VAR_VALUE$) { $END$} forek123foreach ($ITERABLE$ as $VAR_KEY$ => $VAR_VALUE$) { $END$} prif123private function $NAME$($PARAMETERS$){ $END$} prisf123private static function $NAME$($PARAMETERS$){ $END$} prof123protected function $NAME$($PARAMETERS$){ $END$} prosf123protected static function $NAME$($PARAMETERS$){ $END$} pubf123public function $NAME$($PARAMETERS$){ $END$} pubsf123public static function $NAME$($PARAMETERS$){ $END$} thr1throw new $END$ tryc12345try { $ITERABLE$} catch (\$Exception$ $e) { $END$} ## Newer 关于 PHP 函数 array_map 的一些想法 Older Yii 框架之工具篇