Tony Marston wrote:

> You cannot do this in a separate class as it requires action in both the 
> presentation (UI) and data access layers, and a single class is not allowed 
> to operate in more than one layer.

You can, but you shouldn't if you want to write your classes according
to the MVC pattern.

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

Reply via email to