I have been working in php for 6 months now, and I feel ready to tackle a framework of my own.
I have started creating the ORM mapper, but I need someone to check the code for me, and tell me if I am on the right track, or if something can be done in a better way.
I know there are a few great frameworks out there already, but this is just a project to learn the ins and outs of php.
The source code can be found here
http://www.drivehq.com/folder/p6766709.aspx
There is a zip file called TestORM.zip
The ORM is still in it's very early stage, but its working as it should so far (although there are some bugs in there).
For the ORM to work, you will need to create a MySQL database and create a table in there called usertypes (You can always change this, but you will need to change the mappings in the TestObject as well then).
My usertypes table has 2 fields
id [int] and code [varchar(50)]
I really hope someone can help me
If anyone needs some more info on this project, please feel free to contact me and I wil try and explain what I have done.
Many Thanks and Regards


