Tagged Questions
1
vote
1answer
135 views
Database strategy for connected but disparate applications
I'm working on a series of inter-related but separate web applications, all situated on the same host:
Super Admin
|
---Site Network Admin
| |
| ---Site
| |
| ---Site
| |
| ---Site
|
...
6
votes
1answer
656 views
What are some easy-to-implement scaffolding systems?
Often when stating a new project I'll require a "quick 'n' dirty" content management solution.
Ideally something that can read my database schema and generated HTML forms.
Previously I've used; ...