|
|
|
|
|
by spoondan
5967 days ago
|
|
That seems to be unrelated to the concern here (as belied by the grandparent citing magic_quotes). XHP (like plain PHP, for that matter) can be used in a way that, for all intents and purposes, separates the concerns of presentation and logic. It's more a matter of convention than constraint. |
|
WHAT? The explicit purpose of this is to combine the presentation (HTML) and logic (PHP) layers.