Re: [PHP] Re: Data Access Object (DAO) with PHP

2004-12-12 Thread adwin wijaya
Thank you for DAO class that you recommended to me. I would like to read the Pear and Metalstorage documentation ( tried it) first before deciding which one I would like to use ;) -- === Best Regards Adwin Wijaya www.kuya-kuya.net www.e-rhema.net === --

[PHP] Re: Data Access Object (DAO) with PHP

2004-12-11 Thread Shen Kong
Hi, do you mean ADODB? PEAR::DB? or DBX ? Adwin Wijaya : Hi, Is there any mature DAO class for PHP (free) ? thx -- -- ShenKong (shenkong(at)php.net) -- http://www.openphp.cn -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Data Access Object (DAO) with PHP

2004-12-11 Thread Shen Kong
Hi, mybe you mean PDO: http://pecl.php.net/package/PDO http://www.zend.com/expert_qa/qas.php?id=93single=1 http://www.zend.com/expert_qa/qas.php?id=98single=1 Adwin Wijaya : Shen Kong wrote: Hi, do you mean ADODB? PEAR::DB? or DBX ? -- more advance than that i think. It is a class that will be

[PHP] Re: Data Access Object (DAO) with PHP

2004-12-11 Thread Greg Beaver
Adwin Wijaya wrote: Hi, Is there any mature DAO class for PHP (free) ? http://pear.php.net/DB_DataObject Greg -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Data Access Object (DAO) with PHP

2004-12-11 Thread Manuel Lemos
Hello, Adwin Wijaya wrote: Is there any mature DAO class for PHP (free) ? You may want to check Metastorage. It is not really a DAO class but rather a DAO class generator. It tends to generate code that is much more efficient than DAO base classes as the generated code only includes the

Re: [PHP] Re: Data Access Object (DAO) with PHP

2004-12-11 Thread adwin wijaya
Shen Kong wrote: Hi, do you mean ADODB? PEAR::DB? or DBX ? -- more advance than that i think. It is a class that will be created to access database as object like the one in Java. -- === Best Regards Adwin Wijaya www.kuya-kuya.net www.e-rhema.net === --