4.1.4.26 url
The original text for this section has changed since it was translated. Please help resolve this difference. You can:
Essa regra verificar por formatos de URL válidos. Suporta http(s), ftp(s), file, news, e protocolos gopher.
var $validate = array(
'website' => array(
'rule' => 'url'
)
);
var $validate = array('website' => array('rule' => 'url'));


























