Soon there will also be a language system with all languages out there
If you have any ideas for more features, please feel free to contact me; nobrain@null.net
Plugins are usually required for closed-source projects or large scaled open-source projects.
What exactly is your primary use for it? I'm sure, if anyone even uses this, that they'll just edit the code instead of writing a plugin for different features they want.
Using no php accelerators? No APC, Memcached, xCache ? This won't be fast at all. Querying for everything = slow.
Also, why are you supporting MySQL? It's deprecated and essentially has been for years. You're creating more work for your self, adding bloat to your CMS and supporting something which is dead. And of course it includes no prepared statements which is a huge security risk as mysql_real_escape_string does not cut it.
Good luck guys, this looks great.
Thanks!
GammaMVC updates:
- MySQL has been planned to be replaced with MSSQL
- Still thinking about the Plugin system and what impact it would have around people working together and making plugins for one main system. It could even help people learn to code since the system of making Plugins would be extremely simple and with full documentation.
- APC caching class should be written within the next week or 2.
Theme updates:
- Bootstrap 2 - Thinking about where the login box would be placed, currently it looks a bit weird. There will be no darker theme, unless I plan on doing it as an update in the future.
- Gamma - Decided it would be based around a Windows 8 styled theme using Metro CSS
- Mabbo - Should be started within the next week or 2, it will be need to downloaded and modified to work with GammaMVC.
- PhoenixPHP - Scrapped because, well... no one likes it at all.
- Housekeeping - If you have seen the Google Web Store then you pretty much know what the Housekeeping will look like.
- Habbo Theme - Needs to be ripped, if anyone can do that for me and save me the trouble of ripping every single file. Please mail me the files; nobrain@null.net
Theme Priority:
- Bootstrap 2
- Gamma
- Housekeeping
- Habbo
- Mabbo
Stay tuned for more updates!
Changing MySQL to mssql in what purpus? You can connect with a mssql library to an MySQL server. Those are two diffrent kind of services...
Use mysqli instead or pdo...