hmvc-codeigniter

CodeIgniter HMVC object_to_array() error

微笑、不失礼 提交于 2019-12-20 08:35:45
问题 HMVC : https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc/downloads After downloading CI and copying over the HMVC, I'm getting the following error: An uncaught Exception was encountered Type: Error Message: Call to undefined method MY_Loader::_ci_object_to_array() Filename: /Users/k1ut2/Sites/nine.dev/application/third_party/MX/Loader.php Line Number: 300 Backtrace: File: /Users/k1ut2/Sites/nine.dev/application/controllers/Welcome.php Line: 23 Function: view File: /Users

CodeIgniter HMVC object_to_array() error

只谈情不闲聊 提交于 2019-12-02 17:41:05
HMVC : https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc/downloads After downloading CI and copying over the HMVC, I'm getting the following error: An uncaught Exception was encountered Type: Error Message: Call to undefined method MY_Loader::_ci_object_to_array() Filename: /Users/k1ut2/Sites/nine.dev/application/third_party/MX/Loader.php Line Number: 300 Backtrace: File: /Users/k1ut2/Sites/nine.dev/application/controllers/Welcome.php Line: 23 Function: view File: /Users/k1ut2/Sites/nine.dev/index.php Line: 315 Function: require_once Just adding this here as the Link