Jump to content

tiltgabriel

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by tiltgabriel

  1. Hello, I'm developing a plugin and would like to see a model of how to add a sub menu

    this is my home menu

    public function getActions(){

       return array(
                   array(
                     'action' => "nav_primary_staff",   
                     'uri'      => "plugin/pagamento/aplicacao_cliente/",
                     'name' => "Pagamento"
                   )
                 );
    }

     

    --------------------------------------------------------------------------------------------------------------------

     

    Ola, estou desenvolvendo um plugin e gostaria de ver um modelo de como adicionar um sub menu

    este é meu menu inicial

    public function getActions(){
       return array(
                   array(
                     'action' => "nav_primary_staff",   
                     'uri'      => "plugin/pagamento/aplicacao_cliente/",
                     'name' => "Pagamento"
                   )
                 );
    }

  2. Hello, I wonder what is the best way to start developing plugin and Payment Gateways. I'm with Blesta manual and realized that lack something else to initiate the development, realize also that we do not have much content on the internet talking about it. I tried to begin a plugin however I did not succeed.
     
    Algem can guide me or give me a valid way?
    There is a ready template or a pre tuturial?
     
    A big hug to everyone.
     
     
     
    Ola, gostaria de saber qual o melhor caminho para iniciar o desenvolvimento de plugin e Payment Gateways. Estou com o manual do blesta e percebi que falta algo mais para dar inicio ao desenvolvimento, percebe tambem que não temos muito conteudo na internet falando sobre o assunto. Tentei dar inicio a um plugin porem não tive sucesso.
     
    Algem pode me orientar ou me dar um caminho valido ?
    Existe um modelo pre pronto ou um tuturial ?
     
    Um grande abraço a todos.

     

×
×
  • Create New...