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.
管理コントローラーのフロントエンド(カタログ/モデル/アカウント/アドレス)にあるモデルクラスをロードしたい。そのモデルを管理者のモデル フォルダにコピーすることで実行できますが、モデル クラスをコピーせずに実行したいと考えています。
それを行う方法はありますか?またはローダークラスを変更する必要があります。なにか提案を?
前もって感謝します..
アドレス メソッドはadmin/model/sale/customer.php、管理者のファイルを介してカタログ側で利用できます。代わりにそれを使用するだけです
admin/model/sale/customer.php
$this->load->model('sale/customer'); $addresses = $this->model_sale_customer->getAddresses(12345);