MACValidator checks if a MAC address is technically correct.
protected/extensions
In the model we use:
public function rules() { return array( array('mac_address', 'application.extensions.macvalidator.MACValidator') ) }
Please login to leave your comment.
Be the first person to leave a comment
Please login to leave your comment.