Recommend this page to a friend! |
All requests | > | Form validation + form generation + m... | > | Request new recommendation | > | Featured requests | > | No recommendations |
by reski - 9 years ago (2014-12-16)
+5 | I need to make an aplication and a want to create it very quickly, so I need a strong code base in terms of security, form generation with JavaScript. |
+1 | by Burge Lab 240 - 8 years ago (2016-08-01) Comment You can manage your content completely by this CMF which is the base for creating a new web application and also easy to extend. |
+3 | by Manuel Lemos 23985 - 9 years ago (2014-12-16) Comment This forms generation and validation class comes with many plug-ins that can extend it to let you develop what you need without much effort. It provide many forms of general purpose validation, as well you can create your own plug-ins to implement custom types of validation that can validate on the browser side using JavaScript generated by the class, or the PHP code of the classes on the server side. The package comes also CRUD plugin that lets you create forms to create, list, update and delete records of any type of data you want, like for instance CMS articles. There is even an example that lets you see how to create a simple blog management system. This example uses custom classes to implement the blog model to determine how to store and retrieve the blog posts, and the blog view to determine how to display the blog articles. These classes are integrated with the CRUD plugin with a data source class that extends the form CRUD base data source class to customize the whole application for your needs. Take a look at the examples and post in the forms class support forum if you need help specific to this package. |
Recommend package | |
|