Welcome Guest, Not a member yet? Register   Sign In
Can't autoload file in Packages
#1

Hi.
This is the my config
application/config/autoload.php
PHP Code:
$autoload['packages'] = array(APPPATH.'third_party/my_package'); 

in application/third_party/core/config/autoload.php
i config:
PHP Code:
require_once(APPPATH.'third_party/my_package/libraries/my_lib.php'); 

My file exitst but can't loaded file my_lib.php

pls help me.
(sr my eng)
Reply


Messages In This Thread
Can't autoload file in Packages - by HTLove - 08-07-2015, 09:05 PM
RE: Can't autoload file in Packages - by HTLove - 09-05-2015, 04:15 AM
RE: Can't autoload file in Packages - by InsiteFX - 09-05-2015, 04:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB