I would like to create a cake cms for my website:
http://www.inmedia.dk/
Text and images should be stored in the database. Does anyone have a
clue about how I should approach this? I am thinking about creating a
login form - if a user has validated I will display a modify/delete
bottom below each element (text/image) - this logic will be placed in
each view!! (are this ok?) There will only be one admin user. So far I
have created the following controllers:

ccases  (customer cases),
ccases_pictures (ccase_id, file_id)
text (all text, e.g. about us, contact, description etc),
files,

How do I put all this together? Should I create a page controller with
one action for each tab? (forside, om-os, det-kan-vi, cases, kontakt)
(translated: home, about-us, skills, cases, contact)

Best regards.
Asbjørn Morell.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to