2017 © Pedro Peláez
 

library zrt-application

Zend Framework Application package

image

zrt-lab/zrt-application

Zend Framework Application package

  • Saturday, June 28, 2014
  • by slovacus
  • Repository
  • 2 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Zrt Application

Why?

How to use

Add "zrtlab/zrt-application": "dev-develop" to the require section of your composer.json, include the composer autoloader and you're good to go., (*1)

Heredar el Boostrap de la siguiente clase Zrt_Application_Bootstrap_Bootstrap, (*2)

<?php 

    class Bootstrap extends Zrt_Application_Bootstrap_Bootstrap
    {

    ...

The Versions