Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

wyanez/ZF2DoctrineBase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZF2DoctrineBase

Zf2 + Doctrine Base Class, View Helper & Utilities Module

Installation

Installation of Zf2DoctrineBase uses composer:

$ php composer.phar require wyanez/zf2-doctrine-base:dev-master

Then add to module list 'Zf2DoctrineBase' to your config/application.config.php

Contents

  • ZF2DoctrineBase/Controller
    • BaseDoctrineController: Base Class Controller Doctrine Based.
    • BaseCrudDoctrineController: Base Class CRUD Controller Doctrine Based.
  • ZF2DoctrineBase/Form
    • BaseDoctrineForm: Base Class Form Doctrine Based.
    • MyFormHelper : Methods to generate Form elements.
  • ZF2DoctrineBase/View/Helper:
    • renderFlashMessenger
    • renderFormElement
    • renderErrorMessages
    • renderLinkBack
    • renderLinkNew
    • renderLinkEdit
    • renderLinkDelete
    • renderButtonDelete
    • MyFormCollection
    • renderTableHeaderList

wyanez@gmail.com