phpvms / phpvms_v2

Virtual Airline Management (not maintained)
http://www.phpvms.net
BSD 3-Clause "New" or "Revised" License
41 stars 46 forks source link

AR/ORM implementation to simplify DB code... #52

Closed nabeelio closed 12 years ago

deorsum commented 12 years ago

Look into Propel if you haven't already. PHP5 strict however.

nabeelio commented 12 years ago

I've pretty much dropped this; too much "legacy" code to update in terms of views and templates, and asking people to update every template is too much. Internally it won't be much of an issue and everything's been streamlined as much as I can make it, I believe. Variable names have been standardized and all of the functions for saving into the database are now dictionary array key/value based, no more functions with 50 parameters... kinda sucks, but when I started this project, there was no good ORM around :(