I have to implement a dynamic website for my client. There will be a dropdown menu(i use only css for that), where they want to add and edit stuff regularly. They also want to basicly add new pages on the site and link them to this menu. So what kind of content i should add to mysql database? Do you think it's reasonable to add this whole menu system to mysql database and just to add new database rows to be a new object for a menu? It's propably not too reasonable to put all the content to the database so decided to keep all pages(content) out of the database. Is that a reasonable solution?
Any tips would be preciated!
Thanks!