PHP app installer
The last 2 to 3 days I’ve been working on a system that can be easely integrated into any application so that it can install itself on a server. I’ve added some ideas to suit myself, one is that data is installed to 2 databases. One for the users and one for the data of the users.
Why? Because you can scale a lot easier if parts are in other databases. And it includes some of my projects that I want to start, see Google, users tend to user a website more when they are registerated but what if, like google, I register for Gmail and I can have Google docs with the same account but not the annoying registration? That is what I want to do.
Great and Free? …..I’m not yet at that stage
TODO:
- The things that are left for me to do is basically that I scale everything more
- Maybe port to smarty all the vars and everything
- Maybe make a installer creator script for the people who want to implement my script.
- Do something to the mysql files
- Make more comments in the code
- Document the script
- …
I’ve finished a second version which is basically far better and preforms better then the old one.
Inserted smarty into the system and multiple language support also.
Forget the docs who needs them anyway? Didn’t really took the time to document it:p
The database has been scaled down to a single database and the sql files have been scaled down to one file that’s it really. Oh almost forgot this, got some oop in it, not really strong, just one class that does it all.