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.
変数$LISTENTITYn ListViewEntries.tplがどこで生成されるか知っている人はいますか?私はこのvtigerCRMを初めて使用し、学習段階にあります。
ありがとう、バラン
これはかなり遅いかもしれませんが、$ LISTENTITYの場合、変数はモジュールのListView.phpファイルで宣言されます。たとえば、Accountsモジュールを表示している場合は、modules / Accounts/ListView.phpになります。コード宣言は次のとおりです。
$smarty->assign("LISTENTITY", $listview_entries);
実際、すべてのsmarty変数は同じように割り当てられます。お役に立てれば!