ColdBox HMVC Documentation
7.x
SourceNewsSupportTraining
Search…
⌃K
Links
7.x
Introduction
Intro
Release History
About This Book
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
Interceptors
HMVC
Modules
Testing
Testing Quick Start
Testing ColdBox Applications
Digging Deeper
Async Programming
ColdBox Proxy
Controller Decorator
Flash RAM
HTML Helper
REST Handler
Request Context Decorator
Recipes
Scheduled Tasks
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 official 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 modified 3mo ago
Copy link
Edit on GitHub