Coder Social home page Coder Social logo

unclexo / zf3-datatables-crud Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 2.0 657 KB

A ZF3 CRUD application using DataTables, jQuery and Ajax

License: Other

PHP 68.66% HTML 20.66% CSS 1.58% JavaScript 9.10%
zend-framework3 datatables bootstrap jquery crud

zf3-datatables-crud's Introduction

A ZF3 CRUD app using DataTables, jQuery and Ajax

Introduction

A simple CRUD web application using Zend Framework 3 including DataTables, Bootstrap, and jQuery. This application has the following features:

  • Registers new user
  • Updates user details
  • Deletes user details
  • Validates data from server
  • Actions are done via AJAX
  • Server-side processing of DataTables
  • Uses Bcrypt for password encryption

Screenshots

Check out images inside /data/screenshots directory or click here.

Installation

Just clone the repository and run composer as follows:

$ cd path/to/project/dir
$ git clone [email protected]:unclexo/zf3-datatables-crud.git
$ cd server
$ php composer.phar install

Alternately, download the repo to some directory and run composer as follows:

$ cd path/to/project/dir
$ php composer.phar install

Web Server Setup

Apache Setup

To setup apache, setup a virtual host to point to the public/ directory of the project. It should look something like below:

<VirtualHost *:80>
  DocumentRoot /path/to/zf3-datatables-crud/public
  <Directory /path/to/zf3-datatables-crud/public>
    DirectoryIndex index.php
    AllowOverride All
    Require all granted
  </Directory>
</VirtualHost>

Now you should be able to see a list of users if you visit this link http://localhost/users

Database table:

Database table is shipped with this repo in the data directory. Otherwise, you may get the sql file from here.

License

zf3-datatables-crud is provided under the MIT license.

Contributing

If you found a mistake or a bug, please report it using the Issues page. Your feedback is highly appreciated.

zf3-datatables-crud's People

Contributors

unclexo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.