Simple ORM Documentation
Today I wrote up the documentation for the simple ORM system in my PHP5 framework and for the CodeIgniter PHP framework as well. You can check out the documentation at: http://ioreader.com/code/php/ORM Documentation/index.php.
Comments
-
Thasmo!!!!! Yes, I am not that fond of CodeIgniter either; however, I need to use it for work so I tried to make the best of things ;)
posted by Peter Goodman on Jul 4, 2007 at 8:59am -
Mainly from geoffrey's old php4 framework, with a few additions such as a slightly different relations system than he used.
posted by Peter Goodman on Jul 5, 2007 at 10:12am -
Nice, your Model/Definition Code is very nice, where did you get the idea from?
posted by Thasmo on Jul 5, 2007 at 9:25am -
Hehe, yes, right now I am just re-creating the wordpress front end using my framework. When I'm done it should generally be okay to use.
posted by Peter Goodman on Jul 5, 2007 at 8:31am -
Wohoo, very cool Peter. I checked out CodeIgniter lately, but it's code seemed rather outdated mostly. I'm stumbling myself with creating an innovative, simple to use and fast PHP5 MVC framework, but as I have time some new lines of code join my framework. Btw, very interesting blog! =o) So long, Thasmo
posted by Thasmo on Jul 4, 2007 at 5:52am -
Sadly I got no internet connection at home at present; living in Salzburg now. Found work as a web producer/designer. Are you goin' to release your framework under a open source license? I'm reading your posts with a lot of interest. ;o) Go on! ;o)
posted by Thasmo on Jul 5, 2007 at 5:23am -
I see. I'm also using Geoff's FA as scheme and kind of template for the stuff I'm working on. I'm just gettin' the clue of the very cool SPL, magic methods, overloading, Dispatchers and stuff... But your DB-thingy tops it all. Heh.
posted by Thasmo on Jul 6, 2007 at 5:30am
Comment
