I've been working with PHP for a few years now. I like doing the "real" programming that really does something, but I find I'm wasting a great deal of time working with UI via HTML.

Are there any setups (classes, functions, etc) for PHP that drastically streamline working with the UI? Especially form-related things, it's really annoying to deal with. Also security is another concern, having to double check that the contents of the form submit (i.e. menu) are valid and include what you handed out in the first place can be very obnoxious! I know I could code something to accelerate this process, but before I look at doing this (and spend hours upon hours doing it), I want to check and see that nothing else is already out there.

Thoughts anybody?

-Galen

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



Reply via email to