文件名称:demo
介绍说明--下载内容均来自于网络,请自行研究使用
Framk是一个完全可以个性化、运行轻畅的PHP框架,他摒弃目前框架过于臃肿、规则多、学习时间长的缺点,用户完全无需手册,只要根据示例就可以进行网站开发,同时也可以根据自我需要对框架进行个性化扩展或二次开发,因为Framk框架核心代码非常易读且嵌套少,具有:
轻量:真正遵循框架原思想,核心代码嵌套少,简单易懂。
易用:配置少、规则少、学习时间短。
重用:类方法通用性强,用户只需修改少许代码就可应用,类之间方法调用方便。
快速:快速达到数据的更新查询目的,数据缓存遵循“数据更新,缓存更新”原则。-Framk is a completely personalized, light and smooth running PHP fr a mework, he abandoned the fr a mework is too bloated, rules, learning a long time shortcomings, completely without manual user, according to example web development, but also according to self- personalized expansion or secondary development fr a mework code is very readable core of Framk fr a mework and nested: Lightweight: really follow the fr a mework of the original thought, nested core code, easy to understand. Ease of use: configuration, rules, short learning time. Reuse: universality class method, the user can simply modify a few lines of code can be applied, convenient method calls between classes. Fast: Fast achieve the data update query the purpose of data cache follow the data is updated, the cache update " principle.
轻量:真正遵循框架原思想,核心代码嵌套少,简单易懂。
易用:配置少、规则少、学习时间短。
重用:类方法通用性强,用户只需修改少许代码就可应用,类之间方法调用方便。
快速:快速达到数据的更新查询目的,数据缓存遵循“数据更新,缓存更新”原则。-Framk is a completely personalized, light and smooth running PHP fr a mework, he abandoned the fr a mework is too bloated, rules, learning a long time shortcomings, completely without manual user, according to example web development, but also according to self- personalized expansion or secondary development fr a mework code is very readable core of Framk fr a mework and nested: Lightweight: really follow the fr a mework of the original thought, nested core code, easy to understand. Ease of use: configuration, rules, short learning time. Reuse: universality class method, the user can simply modify a few lines of code can be applied, convenient method calls between classes. Fast: Fast achieve the data update query the purpose of data cache follow the data is updated, the cache update " principle.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
demo\.htaccess
....\Action\admin\Test.class.php
....\......\Article.class.php
....\......\ArticleHtml.class.php
....\......\Comm.class.php
....\......\Index.class.php
....\......\Test.class.php
....\Extend\Config.php
....\......\Function.php
....\......\page1.php
....\......\page2.php
....\......\page3.php
....\......\tb_demo.sql
....\......\tipMsg.php
....\favicon.ico
....\Framk\Action.class.php
....\.....\Cache.class.php
....\.....\DB.class.php
....\.....\Filter.class.php
....\.....\FramkPHP.php
....\.....\Mysql.class.php
....\.....\Page.class.php
....\.....\View.class.php
....\.....\_Error.php
....\.....\_Function.php
....\Html\index.html
....\....\single1.html
....\....\single2.html
....\index.php
....\View\article_list.html
....\....\article_one.html
....\....\article_update.html
....\....\footer.html
....\....\head.html
....\....\header.html
....\....\images\alert.png
....\....\......\error.png
....\....\......\logo.png
....\....\......\success.png
....\....\......\web_bg.gif
....\....\js\jquery-1.6.1.min.js
....\....\..\jquery.validate.js
....\....\main.html
....\....\style\common.css
....\....\test.html
....\Action\admin
....\View\images
....\....\js
....\....\style
....\Action
....\Extend
....\Framk
....\Html
....\View
demo