[fw-general] Recreate .zfproject.xml

2010-04-23 Thread Ross Little
Hi Guys Just a quick message... I'm using git to version control a zend framework but, a mistake in retrospect, I didn't have git version control the .zfproject.xml file. Now I've pulled a fresh copy of the project from git, is there anyway to recreate the .zfproject.xml so that I can use

[fw-general] Re: PDO or Mysqli?

2010-02-17 Thread Ross Little
bump... -- View this message in context: http://n4.nabble.com/PDO-or-Mysqli-tp1556941p1559054.html Sent from the Zend Framework mailing list archive at Nabble.com.

[fw-general] PDO or Mysqli?

2010-02-16 Thread Ross Little
Hi Guys I'm relatively new to ZF, but it seems that just about every tutorial out there uses the Mysqli adapter but everywhere else, I read about how much more secure and efficient the PDO adapter is. Is this true? In order to take advantage of PDO, do I only need to change my

[fw-general] Easy way to page generation times

2010-02-16 Thread Ross Little
Hi Guys I'm developing a web app using the Zend Framework and want to be able to measure my page load times so that I can tweak my database queries and caching to maximum effect. Essentially, all I'm looking for is a string at the bottom of every page saying: page generated in Cheers guys