Its only 6 more characters to write <?php echo :P
On Mar 14, 1:47 pm, anak newbie <[email protected]> wrote: > Perhaps someday it's can be fixed without open_short_tags enable. > > IMHO, using open_short_tags giving clear templates code as well . > > On Sat, 2010-03-13 at 14:36 -0800, Miles J wrote: > > That's the only way to fix it. Its an ini setting. > > > On Mar 13, 11:07 am, John Andersen <[email protected]> wrote: > > > Please apply the solution you already know about, enable the short > > > tags in the php.ini file! > > > There is as far as I know, no other solution ... except for you to go > > > through all your source code and change from the short tag to the <? > > > php tag :) > > > Enjoy, > > > John > > > > On Mar 14, 6:36 am, anak newbie <[email protected]> wrote: > > > > > Hello all, > > > > > Today i am upgrading my server to PHP 5.3 and see something trouble. > > > > > My cakePHP get ugly and i see that open short tags doesn't work. > > > > > like <?=$post['Post']['title']?> > > > > > I have many open short tags on everywhere. > > > > > I know solution is to enable open , short tags on php.ini > > > > > My question can it solved without short tags on php.ini ? > > > > > Thanks > > > Check out the new CakePHP Questions sitehttp://cakeqs.organd help others > > with their CakePHP related questions. > > > You received this message because you are subscribed to the Google Groups > > "CakePHP" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] For more options, visit this group > > athttp://groups.google.com/group/cake-php?hl=en Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
