"Jacob Carlborg" <[email protected]> wrote in message news:[email protected]... > On 2012-01-30 23:51, Jesse Phillips wrote: >> On Sunday, 29 January 2012 at 23:25:36 UTC, Nick Sabalausky wrote: >>> The whole industry's moved over keeping server-side code out of the HTML >> >> So the whole industry has moved away from php? Sure templating is used >> so mixing php and html is as common, but if I'm not mistaken <? is still >> ?> used a lot, I don't know how to use PHP without it. > > This is used in Rails as well. I mean, you need a way to get a value from > the controller into the view. >
Right, but that's the extent of it. It's used for the HTML templates and not much else.
