Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はクラスのシェルドンを持っています
Class sheldon { public static $text = 1 }
smarty では、次のようにこの変数にアクセスしようとしています
~$sheldon::$text`
しかし、それは機能せず、「構文エラー:認識されないタグ:」というエラーが表示されます
これを修正するにはどうすればよいですか?
{assign var=foo value=sheldon::$text} {$foo}