Libraries tagged by mvc
mvccore/ext-form-field-date
292 Downloads
MvcCore - Extension - Form - Field - Date - form field types - input:date, input:datetime-local, input:time, input:week and input:month.
mvccore/ext-form-field-button
583 Downloads
MvcCore - Extension - Form - Field - Button - form field types - button:submit, button:reset, input:submit, input:reset and image.
mvccore/ext-form
4008 Downloads
MvcCore - Extension - Form - form extension with base classes 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.
mvccore/ext-debug-tracy-routing
4921 Downloads
MvcCore - Extension - Debug - Tracy - Panel Routing - render and add into tracy debug panel all configured routes in current MvcCore application router and to display currently matched route.
mvccore/ext-debug-tracy-db
312 Downloads
MvcCore - Extension - Debug - Tracy - Panel Database - render queries with params and execution times.
mvccore/ext-debug-tracy-auth
3622 Downloads
MvcCore - Extension - Debug - Tracy - Panel Auth - render and add into tracy debug panel currently authenticated user from \MvcCore\Ext\Auth service singleton instance, printed by \Tracy\Dumper::toHtml(\MvcCore\Ext\Auth::GetInstance()->GetUser());.
mvccore/ext-debug-tracy-all
1174 Downloads
MvcCore - Extension - Debug - Tracy - All - adapter class for Nette Framework `tracy/tracy` library with all implemented debug panels for MvcCore.
mvccore/ext-debug-tracy
5500 Downloads
MvcCore - Extension - Debug - Tracy - adapter class for Nette Framework `tracy/tracy` library.
mvccore/ext-controller-datagrid-ag
205 Downloads
MvcCore - Extension - Controller - DataGrid - AgGrid - extension for administration environments with AgGrid JS/TS front-end.
mvccore/ext-controller-datagrid
287 Downloads
MvcCore - Extension - Controller - DataGrid - extension to define and render datagrid component by model class.
mvccore/ext-config-cached
239 Downloads
MvcCore - Extension - Config - Cached - extension to use cached configuration files across multiple environments.
mvccore/ext-cache-redis
311 Downloads
MvcCore - Extension - Cache - Redis - cache implementation extension for Redis.
mvccore/ext-cache-memcached
107 Downloads
MvcCore - Extension - Cache - Memcached - cache implementation extension for Memcached.
mvccore/ext-cache-memcache
114 Downloads
MvcCore - Extension - Cache - Memcache - cache implementation extension for Memcache (older).
mvccore/ext-cache
285 Downloads
MvcCore - Extension - Cache - register and use cache instances, cache interface.