TalkPHP is more than just a resource for PHP related information. Here at TalkPHP, we pride ourselves on our friendly, active and experienced community. From beginners to professionals, everyone will find something to talk about at TalkPHP.
This article shows you how to take advantage of the Zend_Validate class from the Zend Framework to ensure that all input to your PHP applications is what you are expecting.
[View Full Article]
Posted by Alan @ CIT on 01-12-2008 in Tips & Tricks
Well I'd like to see how inventive you all are in outputting data to the screen without using echo or print or C hooks (Alan)
Here goes my try
function newecho($text)
{
$path = $...
[View Thread]
While most web developpers continue to use ASP/JSP/PHP tags as the core language of their templates, the Zope community came with a refreshing idea named TAL. The idea was to move presentation acti...
[View Full Article]