Introduction

KMF-AppGen is a PHP Application which is developed in the motivation to reduce the working % of person who wants to develop a basic CRUD based PHP Application automatically using evergreen packages like PHP ActiveRecords for database orientation, Design-wise through Bootstrap & Server & Client validations through PHP Simple HTML DOM Parser & JQuery Validation.


Requirements

  1. Pre-Requiste

    Before start using this application please prepare required checklist:

    1. Database & Table should be created as per your requirements
    2. Database Name, Table Name & Table Column should be LOWERCASE & UNIQUE
    3. All Table must have primary key
  2. Packages

    Below mentioned packages are required in order to run this Apps:

    1. ORM : PHP ActiveRecord
    2. CSS : Bootstrap
    3. JS Validation : JQuery

Configuration

  1. Back-End Configuration

    Fields Description
    Project Name Name of the Project which appears in header & Footer (Copyrights) etc.,
    Database Type Database type like Mysql & Mysqli, PostgreSQL, Oracle Call Interface (OCI) & SQLiteDatabase
    Database Host Database Host like Localhost, 127.0.0.1, database IP etc.,
    Database Name Name of Database where your table presists
    Database UserName User Name of specified Database
    Database Password Password of specified Database
    Database Charset Default Charset is utf8, can be changed as per the requirements
  2. Front-End Configuration

  3. Demo & Download


##License & Authors

Kaviarasan K K

Kaviarasan K K [(kaviarasankk@gmail.com)] (mailto:kaviarasankk@gmail.com)

The MIT License (MIT)

Copyright (c) 2014 Kaviarasan K K

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.