Welcome Guest, Not a member yet? Register   Sign In
IgnitedRecord and Matchbox incompatible?
#2

[eluser]m4rw3r[/eluser]
It seems like the Loader of Matchbox doesn't have support for libraries in subdirs (I haven't tried Matchbox).

One fix is to upgrade the loader so it can handle that (but I don't know if Matchbox has support for this) and here is another one:

Create this file:
Code:
<?php
require_once 'ignitedrecord/ignitedrecord.php';

/* End of file ignitedrecord.php */
/* Location: ./application/libraries/ignitedrecord.php */
Then you load IgnitedRecord with $this->load->library('ignitedrecord'); (no subdir).


Messages In This Thread
IgnitedRecord and Matchbox incompatible? - by El Forum - 11-28-2008, 11:23 AM
IgnitedRecord and Matchbox incompatible? - by El Forum - 11-28-2008, 04:40 PM
IgnitedRecord and Matchbox incompatible? - by El Forum - 11-28-2008, 04:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB