public function __construct($m = null) { parent::__construct($m, 'home', ''); }
public function __construct() { parent::__construct(new AlbumM\FotoAlbum(), 'albuns-de-fotos', TXT_MODELO_FOTO); }
public function __construct() { parent::__construct(new SobreM\Institucional(), 'sobre', TXT_MODELO_SOBRE); }
public function __construct() { parent::__construct(new ContatoM\ContatoSite(), 'contato', TXT_MODELO_CONTATOSITE); $this->carregarPost(['nome' => FILTER_SANITIZE_STRING, 'email' => FILTER_VALIDATE_EMAIL, 'telefone' => FILTER_SANITIZE_STRING, 'assunto' => FILTER_VALIDATE_INT, 'mensagem' => FILTER_DEFAULT]); }
public function __construct() { parent::__construct(new AlbunsM\Album(), 'albuns-de-fotos', TXT_MODELO_ALBUM); }