Description: Simple and efficient, lightweight and easy to expand the PHP5.3+ framework
Lightweight, HMVC, annotation configuration, routing alias, PSR standard, Layer layout
One demand
PHP5.3 or above, MySQL requires PDO support.
Two. Introduction
Support PSR standard, support composer. HMVC, support for the notes configuration (support custom, only unexpected, not done). Layer layout support, easier to replace the template. Routing aliases (first write code, after the definition, such as rul:/Controoooooller/Actiooooon/5, can be specified by alias: /d/5). Global exception handling system and error display, in the development can quickly locate the specific number of lines of code. Simple Mysql query. Welcome to the performance comparison test.
Three. Installation
Access to the default web page by http://localhost/skeleton/htdocs/web
Normal access to http://localhost/skeleton/htdocs/admin, you need to modify your configuration skeleton/config/db.config.php, and import skeleton/sql/admin/b
To Search:
File list (Check if you may need any files):
crossphp
........\.gitignore
........\LICENSE
........\README.md
........\boot.php
........\composer.json
........\docs
........\....\README.md
........\src
........\...\Auth
........\...\....\CookieAuth.php
........\...\....\SessionAuth.php
........\...\Cache
........\...\.....\Driver
........\...\.....\......\FileCacheDriver.php
........\...\.....\......\MemcacheDriver.php
........\...\.....\......\RedisDriver.php
........\...\.....\Request
........\...\.....\.......\Memcache.php
........\...\.....\.......\RedisCache.php
........\...\.....\RequestCache.php
........\...\Core
........\...\....\Annotate.php
........\...\....\Application.php
........\...\....\ArrayMap.php
........\...\....\Config.php
........\...\....\CrossArray.php
........\...\....\Delegate.php
........\...\....\FrameBase.php
........\...\....\Helper.php
........\...\....\HttpAuth.php
........\...\....\Loader.php
........\...\....\Rest.php
........\...\....\Router.php
........\...\DB
........\...\..\Connecter
........\...\..\.........\BaseConnecter.php
........\...\..\.........\MySQLConnecter.php
........\...\..\.........\PgSQLConnecter.php
........\...\..\.........\SQLiteConnecter.php
........\...\..\DBFactory.php
........\...\..\Drivers
........\...\..\.......\CouchDriver.php
........\...\..\.......\MongoDriver.php
........\...\..\.......\PDOSqlDriver.php
........\...\..\SQLAssembler
........\...\..\............\MySQLAssembler.php
........\...\..\............\PgSQLAssembler.php
........\...\..\............\SQLAssembler.php
........\...\..\............\SQLiteAssembler.php
........\...\Exception
........\...\.........\CacheException.php
........\...\.........\CoreException.php
........\...\.........\CrossException.php
........\...\.........\FrontException.php
........\...\.........\_tpl
........\...\.........\....\cli_error.tpl.php
........\...\.........\....\front_error.tpl.php
........\...\Http
........\...\....\Request.php
........\...\....\Response.php
........\...\I
........\...\.\CacheInterface.php
........\...\.\HttpAuthInterface.php
........\...\.\PDOConnecter.php
........\...\.\RequestCacheInterface.php
........\...\.\RouterInterface.php
........\...\.\SqlInterface.php
........\...\Lib
........\...\...\Array2XML.php
........\...\...\Document
........\...\...\........\CallTree.php
........\...\...\........\CallTreeToHTML.php
........\...\...\........\HTML.php
........\...\...\StringToPHPStream.php
........\...\MVC
........\...\...\Controller.php
........\...\...\Module.php
........\...\...\View.php
........\...\Module
........\...\......\SQLModule.php
........\...\Runtime
........\...\.......\ClosureContainer.php
........\tests
........\.....\MainTest.php
........\.....\README.md
........\.....\project
........\.....\.......\app
........\.....\.......\...\test
........\.....\.......\...\....\controllers
........\.....\.......\...\....\...........\Main.php
........\.....\.......\...\....\init.php
........\.....\.......\...\....\templates
........\.....\.......\...\....\.........\default
........\.....\.......\...\....\.........\.......\default.layer.php
........\.....\.......\...\....\views
........\.....\.......\...\....\.....\MainView.php
........\说明.htm