Hi folks,

I'm working on a component system for php forms and all, and I'm
wondering about an issue I have. I have a few ideas on how to fix this
problem, but I would like to hear your oppinions about it.

These are my classes:

Component
FormElement extends Component
ComboBox extends FormElement
InteliComboBox extends ComboBox

The problem is, I want the components to be able to work accross
different platforms (for example XHTML, WML or XUL) and there should be
an ability to add new platforms.
How would you make a template system for this?
Or is there a better way?

Thanks for your input on this,
Evert

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



Reply via email to