I would like to create a table which has column like title,target and I would list all elements on top of the page as links. Is there a huge drawback of doing this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are making a menu for your own pages, that could be a bad idea.
If you store all your pages with some ID on the database, you can just make a reference to them on the menu.
But if you plan to be able to make links to another pages, than I see no problem in storing urls on the database.