Forum Moderators: coopster

Message Too Old, No Replies

Developing with PHP/MySQL

What PHP lib's/classes do you use?

         

hiker_jjw

5:04 pm on Dec 5, 2002 (gmt 0)



Just so I don't end up recreating the wheel, what PHP libraries and/or modules do you use when developing PHP scripts?

I've seen applications such as osCommerce and phpNuke. I use phpMyAdmin on a daily basis and absolutely love it. I assume I could pull code from these applications, but I thought I'd ask about typical libraries/packages first.

Thanks in Advance!

twisty

5:16 pm on Dec 5, 2002 (gmt 0)

10+ Year Member



There's loads! Personally I use the Pear libraries for database abstraction and the Smarty template engine.

Nick_W

5:22 pm on Dec 5, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Smarty is about the only thing I use on everything. The rest is down to what you're buliding....

Nick

hiker_jjw

6:48 pm on Dec 8, 2002 (gmt 0)



Thanks, I'll look into Smarty.