Skip to content

hymns/phphyppo-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME:
    phpHyppo Yet Another MVC application framework for PHP5+.

AUTHOR:  
    Muhammad Hamizi Jaminan (hymns [at] time [dot] net [dot] my)
  
VERSION:
    10.7

DATE:
    July 20th, 2010

WEBSITE:
    http://www.phphyppo.com/framework/

DOWNLOAD:
    http://www.phphyppo.com/framework/download

DESCRIPTION:

    What is phpHyppo Framework?

    phpHyppo is an Model-View-Controller application framework for PHP.
    Its design target to minimally provide separation between the database
    operations (Model), the presentation (View), and the logic in between
    (Controller). With very little extras bundled in, this framework is
    probaly fast and flexible. Some design aspects and terminology of phpHyppo
    have been inspired by other famous PHP frameworks, although the core code
    is 100% original.

    What phpHyppo is NOT

    phpHyppo is NOT a full-featured framework. As it stands, it is a simple
    MVC structure with a database support layer (PDO). Any and all features
    you require such as form validation or social library are easily added
    with your own library. Library will become available in the guide as
    they are programmed or contributed by other users. If a library is
    essential enough, it may eventually find its way to the next core release.


REQUIREMENTS:

    phpHyppo requires PHP 5.1+. The bundled database active record plugin 
    library requires PDO, which is included with PHP 5.1 and above.


FEATURES:

    phpHyppo supplies easy separation between Model, View and Controller
    and supports PDO for the database abstraction layer. Each and every
    component of phpHyppo is customizable with class extensions, and the
    framework is easily extended with your own library.

    Multiple applications are also easy to setup. You can drop your library
    at the application level, or you can share them across applications.
    The file structure is setup so your customizations are kept isolated from
    the core, so updates are easy to maintain.


COPYRIGHT:
    Copyright(c) 2008-2010 Green Apple Software. All rights reserved.

    This library is free software; you can redistribute it and/or modify it
    under the terms of the GNU Lesser General Public License as published by
    the Free Software Foundation; either version 2.1 of the License, or (at
    your option) any later version.

    This library is distributed in the hope that it will be useful, but WITHOUT
    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
    License for more details.

About

sample application for phphyppo framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages