Hi there,
I'm currently thinking about writing a kind of "framework", that allows you to define a set of input forms divided into steps to allow a customer/user to input/edit database content in a very comfortable way.
I know there are a lot of automatic input form generators for database content out there, but I want to create an easy configurable (via PHP-arrays or XML) solution, with the ability of adding own input types (via interface classes or an equivalent OOP pattern), divided into several pages, having the ability to handle file-uploads as well.
It should easily be embeddable in already existing software and not have the complexity of real application frameworks as phrame.
I don't want to reinvent the wheel, maybe there's already a suitable solution available, so please tell me. If not, I'd like to know if you regard this a promising approach.