Welcome Guest, Not a member yet? Register   Sign In
hierarchy system in mysql with php
#6

[eluser]TheFuzzy0ne[/eluser]
I don't use the loader. I include the mpttree.php file:
Code:
include(APPPATH.'models/mpttree.php');

and initialise it within scope of my model:
Code:
$this->mptt = new MPTTree();
$this->mptt->set_table($this->table);


Messages In This Thread
hierarchy system in mysql with php - by El Forum - 06-05-2009, 03:09 AM
hierarchy system in mysql with php - by El Forum - 06-05-2009, 03:21 AM
hierarchy system in mysql with php - by El Forum - 06-05-2009, 04:11 AM
hierarchy system in mysql with php - by El Forum - 06-07-2009, 12:59 PM
hierarchy system in mysql with php - by El Forum - 06-07-2009, 01:01 PM
hierarchy system in mysql with php - by El Forum - 06-07-2009, 01:08 PM
hierarchy system in mysql with php - by El Forum - 06-07-2009, 03:22 PM
hierarchy system in mysql with php - by El Forum - 06-07-2009, 04:30 PM
hierarchy system in mysql with php - by El Forum - 06-08-2009, 06:40 AM
hierarchy system in mysql with php - by El Forum - 06-08-2009, 09:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB