Hey all !
I'm currently doing my training period, and the company I'm working in is aking me to make an online catalog of their products.
Basically, here is what they want :
- They have a MySQL database with a table containing the products, another containing some informations of one specific element of the products.
- They want the catalog to be accessible only to registered members, and the catalog must be different for some members (they got products that look alike some other products, and they want these specific products to be accessible only to people that don't have a similar product in their catalog.
I'm looking for some kind of examples, something to start with, since I'm not a god at programming. Sorry if it's bad explained, it was pretty hard for me to understand what they wanted, so...
Thanks in advance !
Need help for making a catalog
Started by blink41, May 04 2010 09:17 AM
3 replies to this topic
#1
Posted 04 May 2010 - 09:17 AM
|
|
|
#2
Posted 06 May 2010 - 11:09 AM
if u dont know nothing, u cant make that project.it will be hard for u.
your phases.
databases
category table
product table
users table
programme area
if some products are private for some customers
u should open a field in your database as user_style 1,2,3
and it will be in products table too.
then u will control it
if (user_style=1) show 1 user style products...
your phases.
databases
category table
product table
users table
programme area
if some products are private for some customers
u should open a field in your database as user_style 1,2,3
and it will be in products table too.
then u will control it
if (user_style=1) show 1 user style products...
#3
Posted 06 May 2010 - 11:18 AM
Thanks for your answer adm, I've been thinking about it today, and your answer is similar to what I wanted to do.
Thanks again !
Thanks again !
#4
Posted 06 May 2010 - 11:34 AM
start.
write your phases then people show a way for u.
write your phases then people show a way for u.


Sign In
Create Account


Back to top









