how do i do that?
Php Create Nested Sets Function Class Tutorial
Php Create Nested Sets Function Class Tutorial
Post Description:
Post Tags: php, create, nested, sets, function, class, tutorial, free php support, php scripts, php questions, php answers, programming, codes, scripts
This Post Has Been Viewed 468 Times Since Mon Feb 11, 2008 6:14 pm Posted By lucas with 1 replies
Next Post »» How To Make PHP/Mysql Nested Menu Example
Post Description:
Post Tags: php, create, nested, sets, function, class, tutorial, free php support, php scripts, php questions, php answers, programming, codes, scripts
This Post Has Been Viewed 468 Times Since Mon Feb 11, 2008 6:14 pm Posted By lucas with 1 replies
Next Post »» How To Make PHP/Mysql Nested Menu Example
| Php Create Nested Sets Function Class Tutorial |
i want to learn how to create nested sets in php. i have a menu i want to make and have categories and subcategories.
how do i do that?
how do i do that?
Leave Your Comments
Share
URL:
You can use this HTML code to put it on your website to show your friends this wallpaper. Use this code on your profile like myspace, friendster, Facebook or others. Just Copy and Paste it in your HTML on your websites Fourms BBCODE:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
|
Comments and replies About Php Create Nested Sets Function Class Tutorial
:: 1 :: Reply #40791 Reply By hostman On Mon Feb 11, 2008 6:15 pm
if i were you, you can download
Joe Celko Nested Sets
http://www.phpclasses.org/browse/package/1374.html
This class is meant to manage tree database structure using Jeo Celko's nested sets approach.
You can add node with 7 queries, delete a node with subnodes with 4 queries and move node with 11 queries.
The number of queries per action does not depend on the number of sub-nodes, so it is a scalable solution.
Joe Celko Nested Sets
http://www.phpclasses.org/browse/package/1374.html
This class is meant to manage tree database structure using Jeo Celko's nested sets approach.
You can add node with 7 queries, delete a node with subnodes with 4 queries and move node with 11 queries.
The number of queries per action does not depend on the number of sub-nodes, so it is a scalable solution.
