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.
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.