Skip to content

kasalgado/framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CONTENTS OF THIS FILE

  • Introduction
  • Requirements
  • Installation
  • Configuration

INTRODUCTION

This is an small self programmed framework based on PHP and the Template Machine Smarty. It intends to give the possibility to use a PHP-Framework for small applications, like personal web sites, however could be used for mittle applications as well. The architecture of the framework is based on the MVC (Model View Controller) Design Pattern.

I have tried to write an easy readable code as I could. It could be easy extended and maintained. An example of the framework can be found under the following link:

http://framework.ecuador-apps.net/

REQUIREMENTS

  • PHP 5.6.*

INSTALLATION

  • Copy the complete framework folder into your project. You can change the name of the folder as your needs.
  • Install composer if you still don't have it.
  • Run composer install.
  • Enjoy it.

CONFIGURATION

The only file to configure is the config.xml file. You can find this file at the folder Library/Utils/Setup.

About

My first self-programmed framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published