Exemplo n.º 1
0
 public function __construct($m = null)
 {
     parent::__construct($m, 'home', '');
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct(new AlbumM\FotoAlbum(), 'albuns-de-fotos', TXT_MODELO_FOTO);
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct(new SobreM\Institucional(), 'sobre', TXT_MODELO_SOBRE);
 }
Exemplo n.º 4
0
 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]);
 }
Exemplo n.º 5
0
 public function __construct()
 {
     parent::__construct(new AlbunsM\Album(), 'albuns-de-fotos', TXT_MODELO_ALBUM);
 }