CMS with Flash
- Started
- Last post
- 1 Response
- Mel
Soon enough I will be tackling new ground. I will be creating a Flash site with content called from a DB, sent via a CMS. Has anyone had experience building such websites? Any donwfalls? Any suggestions on best practices? Languages to use? etc. Any feedback would be interesting, thanks.
- 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.