Welcome Guest, Not a member yet? Register   Sign In
include in library
#7

[eluser]esra[/eluser]
These should work:

Code:
$CI =& get_instance();
$CI->load->helper('url');
require( base_url().'include/calendar/datepicker.php');

Code:
$CI =& get_instance();
require($CI->config->item('base_url').'include/calendar/datepicker.php').

Code:
$CI =& get_instance();
require(BASEPATH.'include/calendar/datepicker.php').


Messages In This Thread
include in library - by El Forum - 01-01-2008, 07:30 PM
include in library - by El Forum - 01-01-2008, 08:42 PM
include in library - by El Forum - 01-01-2008, 09:02 PM
include in library - by El Forum - 01-01-2008, 09:39 PM
include in library - by El Forum - 01-01-2008, 09:45 PM
include in library - by El Forum - 01-01-2008, 10:53 PM
include in library - by El Forum - 01-02-2008, 06:06 AM
include in library - by El Forum - 01-02-2008, 09:10 AM
include in library - by El Forum - 01-02-2008, 03:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB