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.
私は最近、Smarty を少し試しています (この種のものを使用するのは初めてです)。
get_users()という Smarty 用の関数を作成したので、.tpl に{get_users}します。
これらの「get_users」の foreach を実行したいので、次のようになります
{foreach get_users as $user} magic {/foreach}
さて、私の質問は..これが機能していないため、この問題にどのようにアプローチすればよいですか?
ありがとう!