On 5 Jun, 13:39, Caroline Maynard <[EMAIL PROTECTED]> wrote:
> 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 :-)).
Yes, your summary of the ORM is correct. And, yes, it depends on
PDO. It's been written to support MySQL and DB2 (need to test I
haven't broken this with my latest changes). It's not particularly
well factored at the moment for adding support for other databases :-
( .
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"phpsoa" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---