In the Name of Allah, The Merciful, The Compassionate

Halal Certification

Our focus is provide all the necessary support, through audits and follow-ups of the production process, following in the footsteps of Halal certification in order for your business to operate within national and international quality standards and legal safety for the Muslim consumer.

Some sectors with
Halal Certification

Industrialized fOOds

Natural fOOds

Chemicals

Cosmetics

Dairy products

Cereals

Candies

Miscellaneous

Latest news

<!DOCTYPE html PUBLIC
	PHP notice

PHP notice

Trying to get property 'titulo_en' of non-object

/home4/siilhalal/public_html/en/inicial.php(320)

308           $criteriaNoticia->addCondition("ativo = 1");
309           $criteriaNoticia->limit = 3;
310           $criteriaNoticia->addCondition("titulo_en <> '' ");
311           $criteriaNoticia->addCondition("foto_destaque <> '' ");
312           $noticias = Noticia::model()->findAll($criteriaNoticia);
313           foreach($noticias as $noticia){
314         ?>
315           <div class="coluna um-terco mt50">
316             <?
317               if(is_file($arquivo = '../extranet/uploads/Noticia/'.str_replace('_p.','.',$noticia->foto_destaque))){
318             ?>
319 
320               <a href="news/<?=$noticia->idnoticia;?>/<?=Util::removerAcentos($noticia->titulo_en)?>"><img src="<?=$arquivo?>" width="800" height="400" alt="<?=$noticias->titulo_en?>" class="rollover imgfull"/></a>
321             <?
322               }
323             ?>
324             <h2><a href="news/<?=$noticia->idnoticia;?>/<?=Util::removerAcentos($noticia->titulo_en)?>"><?=$noticia->titulo_en?></a></h2>
325             <div class="mt20 txt"><a href="news/<?=$noticia->idnoticia;?>/<?=Util::removerAcentos($noticia->titulo_en)?>"><?=Util::formataResumo($noticia->texto_en,200)?></a></div>
326             <a href="news/<?=$noticia->idnoticia;?>/<?=Util::removerAcentos($noticia->titulo_en)?>" class="bt">SEE MORE</a>
327         </div>
328         <?
329           }
330         ?>
331         <div class="clear"></div>
332       </div>

Stack Trace

#0
+
–
 /home4/siilhalal/public_html/en/RequestManager.php(121): require_once("/home4/siilhalal/public_html/en/inicial.php")
116         
117         $this->setRoutes($routes);
118         $return = $this->defineRoute();
119         
120         if($return['status']){
121             require_once($return['file']);
122             exit;
123         }
124         Util::redirect(''.$this->getBaseUrl().DIRECTORY_SEPARATOR.$this->default_route);
125         exit;
126     }
#1
+
–
 /home4/siilhalal/public_html/en/index.php(42): RequestManager->run(array("/company" => "empresa.php", "/impartiality" => "imparcialidade.php", "/certified" => "empresas-certificadas.php", "/certification" => "certificacao.php", ...))
37     '/index'=>'inicial.php',
38     '/home'=>'inicial.php',
39     '/(?P<url>\S+)'=>'inicial.php',
40 );
41 $request_manager = new RequestManager();
42 $request_manager->run($rotas);
43 exit;