OSDN Git Service

add $smarty_block_plugin skelton. (thx: Konet-san)
authorichii386 <ichii386@2ef88817-412d-0410-a32c-8029a115e976>
Tue, 17 Oct 2006 13:46:23 +0000 (13:46 +0000)
committerichii386 <ichii386@2ef88817-412d-0410-a32c-8029a115e976>
Tue, 17 Oct 2006 13:46:23 +0000 (13:46 +0000)
skel/app.controller.php

index c296270..097fdfd 100644 (file)
@@ -217,6 +217,19 @@ class {$project_id}_Controller extends Ethna_Controller
     );
 
     /**
+     *  @var    array   smarty blockÄêµÁ
+     */
+    var $smarty_block_plugin = array(
+        /*
+         *  TODO: ¤³¤³¤Ë¥æ¡¼¥¶ÄêµÁ¤Îsmarty block°ìÍ÷¤òµ­½Ò¤·¤Æ¤¯¤À¤µ¤¤
+         *
+         *  µ­½ÒÎ㡧
+         *
+         *  'smarty_block_foo_bar',
+         */
+    );
+
+    /**
      *  @var    array   smarty prefilterÄêµÁ
      */
     var $smarty_prefilter_plugin = array(