thinkphp はどのように独自の Action
GlobalAction.class.php
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->class GlobalAction extends Action { public function _initialize() { } }
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->class IndexAction extends GlobalAction { }