News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Lars Strojny's Blog:
NOWDOC + double quotes = HEREDOC
0 comments :: posted Tuesday April 15, 2008 @ 10:25:09
voice your opinion now!

Lars Strojny has posted about a the new element that's been introduced in the PHP 5.3 branch - NOWDOC:

PHP 5.3 introduces a new syntax element, NOWDOC. If you know HEREDOC, NOWDOC is easy to understand: it is in fact HEREDOC taken literally. Whily variables are expanded in HEREDOC, in NOWDOC they are not.

NOWDOC is basically a HEREDOC except for one thing - no parsing is done inside of it, making it good for echoing out PHP code (that would otherwise need to be escaped all over).

tagged with: heredoc nowdoc parse block content


Christopher Jones' Blog:
PHP 5.3 "NOWDOCS" make SQL escaping easier
0 comments :: posted Thursday February 14, 2008 @ 11:18:00
voice your opinion now!

Christopher Jones has posted about an update to the development for PHP 5.3 that makes escaping SQL even easier in scripts - NOWDOCS.

Escaping quotes or other meta characters in SQL can be painful unless you get lucky with your quoting style. [...] Even with PHP's "Heredoc" syntax something will need escaping, but with PHP 5.3's new "Nowdoc" syntax no escaping is needed.

The only difference between HEREDOC and NOWDOC is that the initial keyword (like the first END in this statement: <<<'END' text here END;) that can make worrying about complex quoting rules a thing of the past.

tagged with: nowdocs sql escape nowdoc heredoc php5 quote


application zend cakephp developer book zendframework code framework PEAR database release job mysql ajax security pecl conference releases PHP5 package

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework