I have seen xml start with <? cause these type of problems if short tags are on. If an application ever requires short tags it is best to just do a global search and replace.
Short tags don't make life easier. On Nov 17, 2011 4:37 AM, "Paul Vaughan" <[email protected]> wrote: > Quite! My opinion too. > > I'll do my best to locate it. It was older, around 2009 IIRC, but I've > seen **so many** chunks of code and tutorials on Cake recently that I'm not > sure I'll be able to find it. > > FWIW, I recently read (but misplaced) a blog post by someone who forked > PHP and added in some useful features, an example of which was get rid of > <? completely, but use <?php= as a shortcut to <?php echo. > > P. > > > On 17 November 2011 10:25, phpMagpie <[email protected]> wrote: > >> I've never read anyone extolling the virtues of short commands. Can you >> dig out a link to the tutorial in question? >> >> To create portable code you should always use the 'verbose' commands so >> it will work on any server setup. >> >> HTH, Paul. >> >> -- >> Our newest site for the community: CakePHP Video Tutorials >> http://tv.cakephp.org >> Check out the new CakePHP Questions site http://ask.cakephp.org and help >> others with their CakePHP related questions. >> >> >> To unsubscribe from this group, send email to >> [email protected] For more options, visit this group >> at http://groups.google.com/group/cake-php >> > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
