Re: An object oriented database in PHP?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux