Example #1
0
 public function __construct($m = null)
 {
     parent::__construct($m, 'home', '');
 }
Example #2
0
 public function __construct()
 {
     parent::__construct(new AlbumM\FotoAlbum(), 'albuns-de-fotos', TXT_MODELO_FOTO);
 }
Example #3
0
 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]);
 }
Example #5
0
 public function __construct()
 {
     parent::__construct(new AlbunsM\Album(), 'albuns-de-fotos', TXT_MODELO_ALBUM);
 }