[PHP] Re: An object oriented database in PHP?

2004-12-21 Thread symbulos partners
Jason Barnett wrote:

 Symbulos Partners wrote:
 Has anybody implemented an object oriented database in PHP yet?
 
 Boy you are new ;)
 
 Check out the PEAR DB package for several OO implementations.

Is PEAR DB not a OO DB API?

Is there a OO DB embedded?
-- 
symbulos partners
-.-
symbulos - ethical services for your organisation
http://www.symbulos.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: An object oriented database in PHP?

2004-12-20 Thread Jason Barnett
Symbulos Partners wrote:
Has anybody implemented an object oriented database in PHP yet?
Boy you are new ;)
Check out the PEAR DB package for several OO implementations.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: An object oriented database in PHP?

2004-12-20 Thread Manuel Lemos
Hello,
on 12/20/2004 04:18 PM Symbulos Partners said the following:
Has anybody implemented an object oriented database in PHP yet?
What you seem to be looking for is something like Metastorage which 
implements Object-relational mappings API.

Metastorage lets you describe a model of classes of objects with 
variables, relationships, validation rules and the types of functions 
that you need to manipulate your application objects.

Then it generates a very compact and fast API made of classes that let 
you store and retrieve objects in any SQL based database, among other 
operations that your application may need. It also generates the 
database schema and a special class that you can use to install your 
model database schema just with a single function call.

You may learn more about Metastorage here:
http://www.meta-language.net/metastorage.html
Here you can also see some screenshots that illustrate some features.
http://www.meta-language.net/screenshots.html
--
Regards,
Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php