Tagged Questions
0
votes
1answer
62 views
Dynamic forms and models in rails
I have been trying to figure out how eBay would create their forms in rails. (FYI I know that they don't use rails). So far I have come to the conclusion that their could be two models
Posts ...
1
vote
2answers
453 views
SQL querying to find record for last 3 months
Hello I am a newbie when it comes to sql so please bear with me.
So I have two tables one is a Transaction table and the other is a Category table.
The Transaction table consists of transaction ...
1
vote
1answer
46 views
Can I create a few tables in one table, mysql? [closed]
I have one database with 6 tables.
One of the table is named category and it has 5 or 6 categories in it.
For example: Movie category that has the comedy, drama, thriller, horror, romance sub ...
0
votes
0answers
46 views
Calling categories to another joomla website running on the same DB,
I have two different websites installed on the same database but with different tables both running on Joomla 2.5, and I would like to call in the website B some of my website A categories to display ...
0
votes
1answer
123 views
Allow users to create their own categories and add items to it
I want to allow any user to create a category using a text field. I want to let them create any number of categories they want, with any name they want. The problem is I have no idea how to set up the ...
7
votes
4answers
2k views
Does allowing a category to have multiple parents make sense? Are there alternatives?
Short question: How should product categories that appear under multiple categories be managed? Is it a bad practice to do so at all?
Background info:
We have a product database with categories likes ...
3
votes
7answers
2k views
How do I create nested categories in a Database?
I am making a videos website where categories will be nested:
e.g. Programming-> C Language - > MIT Videos -> Video 1
Programming -> C Language -> Stanford Video - > Video 1
Programming -> ...
0
votes
2answers
108 views
How do you mod rewrite one level categories to two level categories?
Say on my old site I have one level categories of products, with one category being "BMW Cars".. inside of that, I have some products : "328i" , "M3", "M5", "X5"... so basically it is a big mix of ...