Sjoerd Maessen blog

PHP and webdevelopment

Archive for the ‘alternative’ tag

PHP alternative, lazy syntax

with 3 comments

Alternative, lazy what?

Consider the next example:

';
     echo ''.$oItem->title.'';
     echo '';
} ?>

We could write the above like this: Read the rest of this entry »

Written by Sjoerd Maessen

April 12th, 2010 at 7:22 pm

Posted in syntax

Tagged with ,