Comment on XHP: A New Way to Write PHP (from Facebook)parentComments−dtjm16yThat sort of code can get really messy when you have to put PHP code inside the DIVs.I think I might like the more concise, readable syntax that XHP offers for interpolating {$variables} (and any PHP code for that matter).
Comments
That sort of code can get really messy when you have to put PHP code inside the DIVs.
I think I might like the more concise, readable syntax that XHP offers for interpolating {$variables} (and any PHP code for that matter).