The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Object Relational Mapper for PHP5 Using PDO

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jackson Miller

Posts: 222
Nickname: jaxn
Registered: Oct, 2004

Jackson Miller is a software developer in Nashvillle, TN currently working at CentreSource.com
Object Relational Mapper for PHP5 Using PDO Posted: Oct 20, 2004 9:49 AM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Jackson Miller.
Original Post: Object Relational Mapper for PHP5 Using PDO
Feed Title: Jaxn.org
Feed URL: http://jaxn.org
Feed Description: PHP thoughts on architecture and application design. Includes development information about Core Enterprise PHP.
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Jackson Miller
Latest Posts From Jaxn.org

Advertisement
I have begun work on an object relational mapper for PHP5. I am aware that several similar projects exist, but unfortunately none of the existing solutions use PDO. I want a good ORM built on top of PDO for performance reasons. Also, I like being able to develop quickly, but I am willing to take a little more time coding the data objects so that I don't have to take a runtime performance hit (though I would like to see reverse engineering later). Those are the goals of this project.
Continue reading "Object Relational Mapper for PHP5 Using PDO"

Read: Object Relational Mapper for PHP5 Using PDO

Topic: semantic search Previous Topic   Next Topic Topic: More on AspectPHP

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use