Did you already read the manual?  Are you familiar with components and
partials.  If not, read about it in the manual and call a component or
partial from you layout file.

James

On May 29, 1:46 pm, Romildo Paiter <[email protected]> wrote:
> Because I <? Php echo $ sf_content?> Of my layout (app / design / template /
> layout.php), can not display other functions besides executeIndex ().
>
> I understand, this is my initial doubts.
>
> another question is how do I create the menu layout of the file can not run
> command from php
>
> att
>
> Romildo Paiter
>
> On Fri, May 29, 2009 at 5:15 AM, Alexandru-Emil Lupu
> <[email protected]>wrote:
>
>
>
> > as James said: "What is the question?"
> > maybe try to write into
>
> > notprincialSuccess.php
>
> > <?php
> > var_dump($data);
> > ?>
>
> > and then try to callhttp://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
>
> --
>
> []`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
-~----------~----~----~----~------~----~------~--~---

Reply via email to