I don 't understand your question. What is it exactly that you are trying to do?
James On May 28, 7:26 pm, Romildo Paiter <[email protected]> wrote: > Hi all, > > This code below is my action.class.php > > { > > //Exibe a as informações da pagina > public function executeIndex(sfWebRequest $request) > { > > $empresa = "Bimetal Engenharia - Romildo"; > $this->company = $empresa; > > } > > public function executeShow(sfWebRequest $request) > { > $today = getdate(); > $this->hour = $today['hours']; > //return $this->hour = $today['hours']; > } > > public function executeNotprincipal(sfWebRequest $request){ > $teste = date("d/m/Y"); > $this->data = $teste; > } > > } > > There are function's executeShow and executeNotprincipal, don't view in > layout.php, someone know the answer this question. > > I created those files showSuccess.php and notprincialSuccess.php, *TOGHERDER > * at module. > > -- > > []`Att > > -- > PaiterCervantes :: Assessoria de Imprensa Tecnológica > Romildo Jozué Paiter > Bacharelando Ciências da Computação > MCSA: Microsoft Certified > Desenvolvimento de Sistemas e Rede de Computadores. > Fone: (65) 8125-0768 > Acesse:www.paiterecervantes.com.br --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
