mvccore/ext-form dependents (18) Order by: name | downloads Show: all | require | require-dev
- 
                
- 
                PHP mvccore/example-cdcolMvcCore Example - CD collection - classic CRUD example with default SQLite database and authentication. 
- 
                PHP mvccore/example-cdcol-basicMvcCore Example - CD collection - classic CRUD example with default SQLite database. 
- 
                PHP mvccore/example-cdcol-extended-modelsMvcCore Example - CD collection - classic CRUD example with default SQLite database and extended models. 
- 
                PHP mvccore/example-cdcol-multilang-mobileMvcCore Example - CD collection - classic CRUD example with default SQLite database, with authentication, with multilanguage routes and mobile version. 
- 
                PHP mvccore/example-cdcol-separated-doc-rootMvcCore Example - CD collection - classic CRUD example with default SQLite database and separated document root. 
- 
                
- 
                
- 
                PHP mvccore/ext-auth-basicMvcCore - Extension - Auth - Basic - simple authentication extension, only to signin/signout user. Extension can use credentials defined in system `config.ini` or in database. Possibility to extend user, signin/signout forms, submit controller and extension class itself. 
- 
                mvccore/ext-form-allMvcCore - Extension - Form - All - form extension with with all form packages to create and render web forms with HTML5 controls, to handle and validate submited user data, to manage forms sessions for default values, to manage user input errors and to extend and develop custom fields and field groups. 
- 
                PHP mvccore/ext-form-field-buttonMvcCore - Extension - Form - Field - Button - form field types - button:submit, button:reset, input:submit, input:reset and image. 
- 
                PHP mvccore/ext-form-field-dateMvcCore - Extension - Form - Field - Date - form field types - input:date, input:datetime-local, input:time, input:week and input:month. 
- 
                PHP mvccore/ext-form-field-fileMvcCore - Extension - Form - Field - File - form field input:file to upload file(s) and uploaded files validation. 
- 
                PHP mvccore/ext-form-field-numericMvcCore - Extension - Form - Field - Numeric - form field types - input:number and input:range. 
- 
                PHP mvccore/ext-form-field-selectionMvcCore - Extension - Form - Field - Selection - form field types - select, country select, checkbox, radio button, color and checkboxes group.