Welcome Guest, Not a member yet? Register   Sign In
Common constants file for multiple projects
#4

Try it this way and see if autoload will work:

PHP Code:
include_once(APPPATH."config/constantes_globales.php"); 

This means that index.php has to run before calling the include file.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Common constants file for multiple projects - by InsiteFX - 05-23-2016, 07:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB