Welcome to the Cookbook

loading...

4.1.4.26 url

The original text for this section has changed since it was translated. Please help resolve this difference. You can:

More information about translations

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'
    )
);
  1. var $validate = array(
  2. 'website' => array(
  3. 'rule' => 'url'
  4. )
  5. );