Re: [PHP] Templates, PHP Frameworks, and DB Abstraction?

2006-07-01 Thread Martin Marques

On Fri, 30 Jun 2006, Jay Paulson wrote:


I'd like to get some feedback on what the list thinks is a good template
engine other than smarty.


PEARs HTML_Template_IT... or mix it with other HTML_Template*


I'd also like to do some quick prototyping using a PHP framework does anyone
have any recommendations for one that is easy to pick up and run with?


The only important one I know of is Horde (http://www.horde.org).


Finally, does anyone have any suggestions for a good PHP database
abstraction library?


For PHP 5 I've heard wonderfull things about PDO, but the documentation 
sucks.


I personally am working with PEAR::DB which has been merged with MDB to 
make MDB2 (this would be a good start point).


--
 21:50:04 up 2 days,  9:07,  0 users,  load average: 0.92, 0.37, 0.18
-
Lic. Martín Marqués |   SELECT 'mmarques' || 
Centro de Telemática|   '@' || 'unl.edu.ar';

Universidad Nacional|   DBA, Programador,
del Litoral |   Administrador
-
-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Templates, PHP Frameworks, and DB Abstraction?

2006-07-01 Thread Martin Marques

On Fri, 30 Jun 2006, KermodeBear wrote:


http://pear.php.net/package/DB/


This one has no more development, besides bug fixes. It was merged to 
create the one below.



http://pear.php.net/package/MDB2/


--
 21:50:04 up 2 days,  9:07,  0 users,  load average: 0.92, 0.37, 0.18
-
Lic. Martín Marqués |   SELECT 'mmarques' || 
Centro de Telemática|   '@' || 'unl.edu.ar';

Universidad Nacional|   DBA, Programador,
del Litoral |   Administrador
-
-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Templates, PHP Frameworks, and DB Abstraction?

2006-06-30 Thread KermodeBear
 Finally, does anyone have any suggestions for a good PHP database
 abstraction library?

PHP5 has PDO for database abstraction; check the manual for information on
that one. If you're stuck with PHP4 then PEAR has several offerings:
http://pear.php.net/package/DB/
http://pear.php.net/package/MDB2/

I've used PEAR DB and never had problems with it.

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