Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

lagged/Zf_Crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zend Framework CRUD

WORK IN PROGRESS

Requirements

Use your own bootstrap css files within your setup. See twitter bootstrap homepage (tags) for versions.

Installation

Add lagged/Zf_Crud to your composer.json!

Usage

...

<?php

class MyController extends \Lagged\Zf\Crud\Controller
{
    protected $model      = 'My_Zend_Db_Table_Model';
    protected $title      = 'My Interface';
    // Optional
    protected $dbAdapter  = 'db';
    protected $count      = 15;
    protected $bulkDelete = true;
}

About

Another attempt at Zend Framework (1) CRUD. This is working. If you'd like to maintain, please get in touch.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages