Smarty
状態:不明
閲覧数:3,868
投稿日:2009-04-21
更新日:2010-08-06
レンタルサーバー側で、予めインストールしてくれている。
http://sb.xrea.com/showthread.php?p=78085#post78085
Smartyのパスは全サーバー共通で、
/usr/local/lib/php/Smarty
なので、実際に利用する際は、下記記述だけで可。
require_once("/usr/local/lib/php/Smarty/Smarty.class.php");
http://sb.xrea.com/showthread.php?p=78085#post78085
Smartyのパスは全サーバー共通で、
/usr/local/lib/php/Smarty
なので、実際に利用する際は、下記記述だけで可。
require_once("/usr/local/lib/php/Smarty/Smarty.class.php");