as James said: "What is the question?"
maybe try to write into

notprincialSuccess.php

<?php
var_dump($data);
?>

and then try to call http://your_url/your_env_dev/notprincipal

Alecs

On Fri, May 29, 2009 at 10:10 AM, James Cauwelier <[email protected]
> wrote:

>
> 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
> >
>


-- 
I am on twitter: http://twitter.com/alecslupu
I am on linkedIn: http://www.linkedin.com/in/alecslupu
Tel: (+4)0748.543.798

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to