zrt-lab/zrt-application

Zend Framework Application package

dev-master 2014-06-27 22:26 UTC

This package is auto-updated.

Last update: 2024-03-29 03:12:52 UTC


README

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.

Heredar el Boostrap de la siguiente clase Zrt_Application_Bootstrap_Bootstrap

<?php 
    
    class Bootstrap extends Zrt_Application_Bootstrap_Bootstrap
    {

    ...