No description
Find a file
2021-03-27 17:11:21 +01:00
application Update address on main template footer 2021-03-22 15:01:17 +01:00
backup Save latest db content 2020-06-16 18:52:15 +02:00
config added page rewrite plugin 2013-07-19 16:41:54 +02:00
library Fix database bug that broke saving in admin 2021-03-27 17:11:21 +01:00
public Update logo 2021-03-22 15:12:44 +01:00
.gitignore removed image paths from git ignore 2013-07-17 16:41:26 +02:00
.gitmodules added codemirror as submodule 2013-07-19 13:47:45 +02:00
README.textile Edited README.textile via GitHub 2011-10-05 18:59:41 +03:00

h1. Overview

Katharsis Framework is a lightweight open-source MVC-framework for PHP5.

Its principles of project processing as well as its handling are based on the manners of Zend Framework, so it is the perfect tool for a programmer who is looking for a lightweight alternative to Zend Framework.

Katharsis Framework is written in native, object-orientated PHP5 code only. It keeps things simple without bloating your project unnecessarily.

h1. List of Features

* lightweight and fast processing
* facilitates project maintenance by keeping your code clean
* preserves a tidy project structure
* provides great extensibility
* easy-to-use plugin interface
* supports "pretty URLs"
* entirely object orientated

h1. Requirements

* PHP enabled web server
* PHP v. 5.0 or greater