2014-10-17から1日間の記事一覧

Smartyで階層を分けた時にいちいちつまずいた恥ずかしい初心者あるある

Smartyをルート階層に置き、ルート階層以外のところで使用することになった。 project / | +-- blog / index.php | ●●.php | ●●.php | ●●.php +-- smarty / Config_File.class.php | debug.tpl | Smarty.class.php | Smarty_Compiler.class.phpこんな感じ。S…