2017 © Pedro PelĂĄez
 

library url-from-object

Una libreria per gestire collegamenti tra oggetti e rotte

image

work-out-web/url-from-object

Una libreria per gestire collegamenti tra oggetti e rotte

  • Friday, February 19, 2016
  • by work-out-web
  • Repository
  • 1 Watchers
  • 0 Stars
  • 59 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

UrlFromObject Helper and Plugin for ZF2

Semplice classe per generare url a partire da un oggetto., (*1)

in view: <?php echo $this->urlFromObject('nome-pagina', $object) ?>, (*2)

in controller: $url = $this->urlFromObject('nome-pagina', $object);, (*3)

Per configurare i generatori di url utilizzare la seguenti sintassi., (*4)

'url-from-object' => array(

    /* generator */
    'Application\Model\User' => array(
        'edit-page' => function($object){
            return array(
                'route' => 'application/default',
                'params' => array(
                    'controller' => 'user',
                    'action' => 'edit',
                )
            );
        },

        /*static*/
        'list-page' => array(
            'route' => 'application/default',
            'params' => array(
                'controller' => 'user',
                'action' => 'index',
            )
        ),

     /* alias */
     'Application\Controller\IndexController' => 'Zend\View\Renderer\PhpRenderer',
),

The Versions

19/02 2016

dev-master

9999999-dev

Una libreria per gestire collegamenti tra oggetti e rotte

  Sources   Download

MIT

by chrvadala

19/02 2016

1.2.1

1.2.1.0

Una libreria per gestire collegamenti tra oggetti e rotte

  Sources   Download

MIT

by chrvadala

19/02 2016

1.2.0

1.2.0.0

Una libreria per gestire collegamenti tra oggetti e rotte

  Sources   Download

MIT

The Requires

 

by chrvadala

22/05 2013

1.1.1

1.1.1.0 http://www.workoutweb.it

Una semplice libreria per gestire con semplicitĂ  i collegamenti tra oggetti e rotte

  Sources   Download

MIT

The Requires

 

by Work out Web

22/05 2013

1.1

1.1.0.0 http://www.workoutweb.it

Una semplice libreria per gestire con semplicitĂ  i collegamenti tra oggetti e rotte

  Sources   Download

MIT

The Requires

 

by Work out Web

08/05 2013

1.0.1

1.0.1.0 http://www.workoutweb.it

Una semplice libreria per gestire con semplicitĂ  i collegamenti tra oggetti e rotte

  Sources   Download

MIT

The Requires

 

by Work out Web

08/05 2013

1.0

1.0.0.0 http://www.workoutweb.it

Una semplice libreria per gestire con semplicitĂ  i collegamenti tra oggetti e rotte

  Sources   Download

MIT

The Requires

 

by Work out Web