Google
My Amazon Recomendations
Twitter
- Australia's leading Web Agency needs a new PROJECT MANAGER to join our fun, fast-paced production team. http://t.co/k2RakXdM
- MVC3 ASP.NET – Strongly Typed View Fundamentals –“ you get out what you put in” http://lnkd.in/CDk98e
- MVC3 ASP.NET - Strongly Typed View Fundamentals -" you get out what... http://lnkd.in/Ecf92J
- @siennamedia check these guys out
- http://www.guvera.com/friend/520
Need Work Done? Contact me
Helpful vids
Categories
PHP Archive
-
Hide php errors on production copy
If you are certain your solution is thoroughly tested and ready for production deployment add this line of code to the top your code: <?php error_reporting(0); ?> In the event you are using a framework (such as Zend), place this at the top of your index.php parser. -
Format date with zend framework – PHP date format
Today I found a handy class within in the Zend library to format date in whichever style you require: $myDate = new Zend_Date(strtotime('2010-07-13')); $myDate->toString("dd.MM.YYYY"); Perfect.. parse done Note though the formatting of the string is a little different to that of the PHP date class ones, here are the Zend ones: <?php /** * Returns [...]




