私のメインページでは、次のものだけを使用してカテゴリのリストを取得しています。
$results = $this->model_catalog_category->getCategories();
同じロジックを使用してメーカー リストを取得します。
$results = $this->model_catalog_manufacturer->getManufacturers();
しかし、今回はエラーが発生します:
致命的なエラー: C:\wamp\www\ecommerce\catalog\view\theme\pinshop\template\common\home.tpl の非オブジェクトに対するメンバー関数 getManufacturers() の呼び出し
だから、home.tpl では内容model_catalog_manufacturer
が定義されていないと思います。どうすればこれを解決できますか?