From: "pete M" <[EMAIL PROTECTED]>

> Think everyone is missing the point..
> the whole point of smarty is to take the presentation code away from the
> logic

Correct. The point your missing is that PHP can be on both sides of the
equation. You can have PHP in your templates that only controls your
presentation and then have PHP on your backend that conducts your business
logic. Or, you can have Smarty on top of PHP to control you're presentation.
Personal preference, but don't confuse the process of separating
presentation from business logic as meaning you can't have any PHP code in
your presentation layer.

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to