redknitin / Formery

A Rapid Prototyping Framework for PHP
0 stars 0 forks source link

Form post handler #1

Open redknitin opened 9 years ago

redknitin commented 9 years ago

Create a form post handler such that the form data can be posted and it can redirect back to the URL provided in a hidden field (Eg. _redirectTo).

The handler should be able to add/edit/delete data to a MySQL or MongoDB database.

redknitin commented 9 years ago

For a MongoDB, the database name and the collection name could also be added in... or perhaps just the collection name because typically apps use only one database and the database name is in a config file.

Yes, we don't mind the framework being very stubbornly opinionated as long as it can get the job done quickly and without much hassle.