ColdBox HMVC Documentation
ColdBox HMVC Documentation
Master Class
cfcasts
6.x
Introduction
Intro
Release History
About This Book
Author
For Newbies
60 Minute Quick Start
Getting Started
Getting Started Guide
Installation
Conventions
Configuration
The Basics
Request Context
Routing
Event Handlers
How are events called?
Getting & Setting Values
Setting Views
Relocating
Rendering Data
Sending Files
Interception Methods
Model Integration
HTTP Method Security
Implicit Methods
Executing Events
Executing Routes
Viewlets - Reusable Events
Event Caching
Validation
Layouts & Views
Models
HMVC
Modules
Testing
Testing Quick Start
Testing ColdBox Applications
Digging Deeper
Async Programming
REST handler
Interceptors
Flash RAM
HTML Helper
ColdBox Proxy
Request Context Decorator
Controller Decorator
Recipes
Architecture Concepts
What is MVC
What is ColdBox
How ColdBox Works
Testing Concepts
External links
Source code
Issue tracker
LogBox
CacheBox
WireBox
Powered by GitBook

Validation

ColdBox Core MVC does not have validation built-in but it is implemented via the offical core cbValidation module. You can easily install the module in your application via:

box install cbvalidation

You can find much more information about this module in the following resources:

  • Source: https://github.com/coldbox/cbox-validation​

  • Documentation: https://github.com/coldbox-modules/cbox-validation/wiki​

  • ForgeBox : http://forgebox.io/view/cbvalidation​

Previous
Event Caching
Next - The Basics
Layouts & Views
Last updated 3 years ago
Edit on GitHub