2017 © Pedro Peláez
 

library jv-base

Start program with a structure ready. Advisable to use the Module JVBase for beginners and / or people who have no knowledge of how to build a well structured project.

image

jaimevalasek/jv-base

Start program with a structure ready. Advisable to use the Module JVBase for beginners and / or people who have no knowledge of how to build a well structured project.

  • Tuesday, October 1, 2013
  • by jaimevalasek
  • Repository
  • 2 Watchers
  • 0 Stars
  • 50 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

JVBase

Create By: Jaime Marcelo Valasek, (*1)

Module base to use structure AbstractMapper and AbstractService to ZF2, (*2)

Start program with a structure ready. Advisable to use the Module JVBase for beginners and / or people who have no knowledge of how to build a well structured project., (*3)

Installation

Download this module into the vendor folder of your project., (*4)

Enable the module in the file application.config.php. Add the module JVBase., (*5)

create the service connection to the database with the name Zend\Db\Adapter\Adapter, (*6)

With composer

  1. Edit composer.json
"require": {
    "jaimevalasek/jv-base": "dev-master"
}
  1. Now tell composer to download JVBase by running the command:
php composer.phar update

Post installation

<?php
return array(
    'modules' => array(
        // ...
        'JVBase',
    ),
    // ...
);

Usage tutorials

http://www.youtube.com/zf2tutoriais, (*7)

http://www.zf2.com.br/tutoriais, (*8)

The Versions

01/10 2013

dev-master

9999999-dev https://github.com/jaimevalasek/JVBase

Start program with a structure ready. Advisable to use the Module JVBase for beginners and / or people who have no knowledge of how to build a well structured project.

  Sources   Download

BSD-3-Clause

The Requires

 

zf2 jaimevalasek jv-base abstract structure