Welcome Guest, Not a member yet? Register   Sign In
Is it okay to use require_once for libraries which aren't CI 'compatible'?
#3

[eluser]porquero[/eluser]
The correct method is:

$this->load->library('class name');

See more:

http://ellislab.com/codeigniter/user-gui...aries.html

Is not neccesary that a library compatible with CI. Only use it.
Must be a class only.


Messages In This Thread
Is it okay to use require_once for libraries which aren't CI 'compatible'? - by El Forum - 03-02-2012, 01:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB