All Questions
Tagged with php database-development
2 questions
1
vote
1
answer
192
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
|
---...
7
votes
1
answer
1k
views
What are some easy-to-implement scaffolding systems? [closed]
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; ...