Welcome Guest, Not a member yet? Register   Sign In
Hieratic Category Query
#14

[eluser]lightnb[/eluser]
I might be getting closer...

I'm now getting:

Quote:An Error Was Encountered

Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1

UPDATE Forums_Categories SET LeftID = LeftID + 2 WHERE LeftID >=

and using this code in the controller:
Code:
$this->load->model('Nested_sets_model', 'cats');
$this->cats->setControlParams('Forums_Categories', 'LeftID', 'RightID');      
              
$parentNode = $this->cats->getNodeFromId($this->validation->ParentCat);
        
$fields_array = array("categoryname"=>$this->validation->NewCatName);
$this->cats->appendNewChild($parentNode,$fields_array);

It looks like the query isn't getting finished?


Messages In This Thread
Hieratic Category Query - by El Forum - 03-14-2008, 04:12 AM
Hieratic Category Query - by El Forum - 03-14-2008, 06:53 AM
Hieratic Category Query - by El Forum - 03-14-2008, 08:11 AM
Hieratic Category Query - by El Forum - 03-14-2008, 05:23 PM
Hieratic Category Query - by El Forum - 03-15-2008, 12:58 AM
Hieratic Category Query - by El Forum - 03-15-2008, 12:59 AM
Hieratic Category Query - by El Forum - 03-15-2008, 01:16 AM
Hieratic Category Query - by El Forum - 03-15-2008, 09:04 AM
Hieratic Category Query - by El Forum - 03-15-2008, 04:01 PM
Hieratic Category Query - by El Forum - 03-15-2008, 05:19 PM
Hieratic Category Query - by El Forum - 03-15-2008, 06:18 PM
Hieratic Category Query - by El Forum - 03-15-2008, 06:50 PM
Hieratic Category Query - by El Forum - 03-15-2008, 07:18 PM
Hieratic Category Query - by El Forum - 03-15-2008, 09:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB