[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.2

Find parent-child relationship with database calls

Asked by termlimit in PHP Scripting Language

Tags: parent, child, find, relationship

I am having trouble setting up my database to allow to effectively delete cat/subcat relationships.

For my database I have the following setup:
the table name is galleryCategory
Fields:
categoryId
categoryName
categoryDescription
categoryParent
categoryGlobalParent

The theory behind this was that I would be able to flow from one to the next when creating the gallery for the front end.  Now the problem I am having deals with deleting a subcategory underneath another subcategory.  For example let's say that we have the following relationship:
1
-2
--3
---4
----8

I want to delete category 3 which has children 4 and 8 under it.  With my current setup I am racking my brain trying to find an effective and easy to implement solution to search the database for all the children in the database under category 3.  I tried to implement the categoryGlobalParent field to make it easier to narrow down but I still have yet to find a solution to this problem.

If I want to delete all of the categories under the main (1 in the example above) it is easy as I can use the global parent to run through all of them.  But the problem is when I am in the middle, how can I find all the id's  without knowing the number of categories below it to begin with?

What I tried doing, without success as I don't know how to do it, was to find all of the categories with the same global parent.  With that I knew how many total times I would have to do my loop.  The problem I am having is that I do not know how to place an unknown number of rows under one field into different variables.  Does anyone know of a simple way to do this?

Right now I have this:

categoryId:
[4]
[5]
[8]

I want to place each one of them either in a variable or an array so that I can access their values at a later time.

Thanks for the help.
-T
[+][-]06/05/07 06:04 PM, ID: 19221910Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06/05/07 06:13 PM, ID: 19221944Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: PHP Scripting Language
Tags: parent, child, find, relationship
Sign Up Now!
Solution Provided By: mattjp88
Participating Experts: 1
Solution Grade: A
 
[+][-]06/05/07 08:36 PM, ID: 19222542Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06/05/07 10:36 PM, ID: 19222888Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-89