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/ORM Documentation/index.php.

Comments

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

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 ;)

    by Peter Goodman on Jul 4, 2007 @ 8:59am

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)

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.

    by Peter Goodman on Jul 5, 2007 @ 8:31am

Nice, your Model/Definition Code is very nice, where did you get the idea from?

Mainly from geoffrey's old php4 framework, with a few additions such as a slightly different relations system than he used.

    by Peter Goodman on Jul 5, 2007 @ 10:12am

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.

Add a Comment