| Article: |
Autofilled PHP Forms | |
| Subject: | Seperating PHP from HTML | |
| Date: | 2006-04-27 04:09:01 | |
| From: | JuddMuir | |
|
I'm about to try your code for the form-filling, as I like the simplicity of the idea. You said that you like separating application logic (PHP code) from display (HTML) as much as possible - I'd like to apply this principle to the webpage as a whole.
|
||
Showing messages 1 through 1 of 1.
-
Separating PHP from HTML
2006-04-28 16:25:39 GavinAndresen [View]
We use Smarty templates extensively at Gravity Switch; just about all the output stuff (HTML pages, text of email messages) is put into Smarty templates and fetched by the PHP code.


