资 源 简 介
SA PHP Framework
A PHP application framework based on the front controller pattern by skyweb.ro.
Requirements:
* Apache with mod_rewrite enabled
* PHP5
(It was developed and tested using Apache/2.2.8 and PHP 5.2.6 on Debian)
Features:
* Front controller pattern implementation;
* Easy to extend;
* Seamless Smarty integration;
* Smart page detection;
* Page layouts;
* Page level actions and plugins;
* Search engine friendly URLs;
* Ability to pass arrays and/or objects as GET parameters.
No documentation for now, sorry, but the code is pretty much self explanatory.
文 件 列 表
app
layouts
pages
plugins
templates
Demo_Application.php
html
.htaccess
bootstrap.tmpl
index.php
sa
SA.php
SA_Application.php
SA_DirNotFound_Exception.php
SA_Exception.php
SA_FileNotFound_Exception.php
SA_IPage.php
SA_IPagePlugin.php
SA_Layout.php
SA_NoApplication_Exception.php
SA_NoClass_Exception.php
SA_NoPage_Exception.php
SA_Object.php
SA_Page.php
SA_PageInterface_Exception.php
SA_PagePlugin.php
SA_Request.php
SA_Response.php
SA_SimpleCache.php
SA_SmartyPage.php
SA_Url.php
SA_Url_Exception.php
smarty_plugins
smarty
Config_File.class.php
Smarty.class.php
Smarty_Compiler.class.php
debug.tpl
internals
plugins