Graham Charters wrote:

> 
> There have been a few occasions where I've wanted a quick and easy way
> to access a single database table as part of an SCA component
> implementation.  I'm just adding the finishing touches (at least to
> the point where it might do something useful) to a binding called
> simpledb.  This gives you a CRUD (create, retrieve, update and delete)
> service interface over a database table.  It's a bit Active Record
> like, but more simplistic.  

Sounds interesting. So, this works with just a single table, with the 
ORM being a 1-1 correspondence between columns and properties? And does 
it depend on PDO, or ..? (Or I could just wait for the code :-)).


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"phpsoa" group.
To post to this group, send email to phpsoa@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.co.uk/group/phpsoa?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to