CMS with Flash
CMS with Flash
Out of context: Reply #1
- Started
- Last post
- 1 Response
- unfittoprint0
done a few: php + mysql.
all of them have a common core of 'modules' besides some specific 'client modules'.
used a template approach, where each module [administrators, news, mailling list, categories, items] is called from the main.php page.
each module has 3 'states': 'add', 'edit' and 'delete', depending on the user's intention.
separate what is common, regarding functions, classes, variables to what his specific to each CMS 'module'.
U can use phpMyAdmin to easily mange your db, and correct any mistakes during development.