Skip to content

narwalsandeep/zf2-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zf2-setup

Extended version with Installer from DDL.

Description

This is a simple but feature rich zf2-setup. It not only give you working of zf2 module structure, but extends db mapper and other custom class files ready to be use.

Installer: It will read your sql and run all statements. Once done, it will create DB classes for each of table and extend those classes with custom files provided in this setup. Those custom files internally use ZF2 Database Adapter and Objects.

Features

  • zf2 custom setup suitable for large project
  • inbuild with Noty Plugin link to noty website
  • inbuild Installer will allow you to create all database classfiles automatically. simply put you ddl in defined location and run installer
  • db classes with lot of finder and database methods at single location
  • inbuild 100% bootstrap and flat UI theme
  • flyjax plugin to submit any form using ajax
  • sample signup form with working example of request and json response and noty alert message
  • sample contact us form

Installation

  • use composer e.g. php composer.phar install
  • create /config/autoload/local.php with "dsn", "username", and "password" (check here)
  • thats it !

Roadmap

Create a simple blog based on installer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published