macvalidator MAC Syntax Validation

  1. Documentation
  2. Change Log

MACValidator checks if a MAC address is technically correct.

Documentation

Requirements
  • Yii 1.0 or above
Installation
  • Extract the release file under protected/extensions
Usage

In the model we use:

public function rules()
{
   return array(
      array('mac_address', 'application.extensions.macvalidator.MACValidator')
   )
}

Change Log

October 19, 2009
  • Initial release.
0 0
1 follower
450 downloads
Yii Version: 1.1
License: (not set)
Category: Validation
Tags:
Developed by: beesnept
Created on: Oct 19, 2009
Last updated: 14 years ago

Downloads

show all