文件名称:ThinkPHPAjax
- 所属分类:
- 其他小程序
- 资源属性:
- [PHP] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 366kb
- 下载次数:
- 0次
- 提 供 者:
- lypin*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
// 该入口文件由ThinkPHP自动生成
define( THINK_PATH , ../ThinkPHP )
//定义项目名称,如果不定义,默认为入口文件名称
define( APP_NAME , ajax )
define( APP_PATH , ./ajax )
//加载ThinkPHP框架公共入口文件
require(THINK_PATH. /ThinkPHP.php )
//实例化一个网站应用实例
$App = new App()
//执行应用程序
$App->run() -//The import document ThinkPHP automatically generated by define ( ' THINK_PATH' , ' ../ThinkPHP' ) // define the project name, if not defined, the default file name for the entrance to define ( ' APP_NAME' , ' ajax' ) define ( ' APP_PATH' , ' ./ajax' ) // load the fr a mework of the public entrance ThinkPHP documents require (THINK_PATH. '/ThinkPHP.php' ) // examples of application of a Web site $ App = new App () // implementation of application $ App-> run ()
define( THINK_PATH , ../ThinkPHP )
//定义项目名称,如果不定义,默认为入口文件名称
define( APP_NAME , ajax )
define( APP_PATH , ./ajax )
//加载ThinkPHP框架公共入口文件
require(THINK_PATH. /ThinkPHP.php )
//实例化一个网站应用实例
$App = new App()
//执行应用程序
$App->run() -//The import document ThinkPHP automatically generated by define ( ' THINK_PATH' , ' ../ThinkPHP' ) // define the project name, if not defined, the default file name for the entrance to define ( ' APP_NAME' , ' ajax' ) define ( ' APP_PATH' , ' ./ajax' ) // load the fr a mework of the public entrance ThinkPHP documents require (THINK_PATH. '/ThinkPHP.php' ) // examples of application of a Web site $ App = new App () // implementation of application $ App-> run ()
相关搜索: ThinkPHP
(系统自动生成,下载前可以参看下载内容)
下载文件列表
moo
...\ajax
...\....\Cache
...\....\Common
...\....\Conf
...\....\....\config.php
...\....\Html
...\....\Lib
...\....\...\Action
...\....\...\......\IndexAction.class.php
...\....\...\Model
...\....\Logs
...\....\Temp
...\....\Tpl
...\....\...\default
...\....\...\.......\Index
...\....\...\.......\.....\accordion.html
...\....\...\.......\.....\ajaxdiv.html
...\....\...\.......\.....\ajaximg.html
...\....\...\.......\.....\autoload.html
...\....\...\.......\.....\dragdiv.html
...\....\...\.......\.....\index.html
...\....\...\.......\.....\resizable.html
...\....\...\.......\.....\slider.html
...\....\...\.......\.....\sortables.html
...\....\...\.......\.....\toggle.html
...\....\...\.......\Public
...\....\...\.......\......\ajaxloading.gif
...\....\...\.......\......\Css
...\....\...\.......\......\...\style.css
...\....\...\.......\......\footer.html
...\....\...\.......\......\header.html
...\....\...\.......\......\images
...\....\...\.......\......\......\ajaxloading.gif
...\....\...\.......\......\Js
...\....\...\.......\......\..\mootools.js
...\....\...\.......\......\..\mootools.svn.js
...\index.php
...\TagLibAjax_yhustc.zip
ThinkPHP
........\Common
........\......\compat.php
........\......\convention.php
........\......\debug.php
........\......\defines.php
........\......\functions.php
........\Lang
........\....\zh-cn.php
........\Lib
........\...\ORG
........\...\...\Date
........\...\...\....\Date.class.php
........\...\...\Io
........\...\...\..\Dir.class.php
........\...\...\Net
........\...\...\...\Http.class.php
........\...\...\...\IpLocation.class.php
........\...\...\...\UploadFile.class.php
........\...\...\RBAC
........\...\...\....\AccessDecisionManager.class.php
........\...\...\....\Provider
........\...\...\....\........\DaoAuthentictionProvider.class.php
........\...\...\....\ProviderManager.class.php
........\...\...\....\RBAC.class.php
........\...\...\Text
........\...\...\....\Validation.class.php
........\...\...\Util
........\...\...\....\ArrayList.class.php
........\...\...\....\HashMap.class.php
........\...\...\....\Image.class.php
........\...\...\....\Page.class.php
........\...\...\....\Stack.class.php
........\...\Think
........\...\.....\Core
........\...\.....\....\Action.class.php
........\...\.....\....\App.class.php
........\...\.....\....\Base.class.php
........\...\.....\....\Dispatcher.class.php
........\...\.....\....\Model.class.php
........\...\.....\....\View.class.php
........\...\.....\Db
........\...\.....\..\Db.class.php
........\...\.....\..\Driver
........\...\.....\..\......\DbIbase.class.php
........\...\.....\..\......\DbMysql.class.php
........\...\.....\..\......\DbMysqli.class.php
........\...\.....\..\......\DbPdo.class.php
........\...\.....\..\......\DbPgsql.class.php
........\...\.....\..\......\pgsql.sql
........\...\.....\..\ResultIterator.class.php
........\...\.....\Exception
........\...\.....\.........\ThinkException.class.php
........\...\.....\Template
........\...\.....\........\TagLib
........\...\.....\........\......\TagLibCx.class.php
........\...\.....\........\......\TagLibHtml.class.php
........\...\.....\........\......\TagLibMoo.class.php
........\...\.....\........\TagLib.class.php
........\...\.....\........\Tags
...\ajax
...\....\Cache
...\....\Common
...\....\Conf
...\....\....\config.php
...\....\Html
...\....\Lib
...\....\...\Action
...\....\...\......\IndexAction.class.php
...\....\...\Model
...\....\Logs
...\....\Temp
...\....\Tpl
...\....\...\default
...\....\...\.......\Index
...\....\...\.......\.....\accordion.html
...\....\...\.......\.....\ajaxdiv.html
...\....\...\.......\.....\ajaximg.html
...\....\...\.......\.....\autoload.html
...\....\...\.......\.....\dragdiv.html
...\....\...\.......\.....\index.html
...\....\...\.......\.....\resizable.html
...\....\...\.......\.....\slider.html
...\....\...\.......\.....\sortables.html
...\....\...\.......\.....\toggle.html
...\....\...\.......\Public
...\....\...\.......\......\ajaxloading.gif
...\....\...\.......\......\Css
...\....\...\.......\......\...\style.css
...\....\...\.......\......\footer.html
...\....\...\.......\......\header.html
...\....\...\.......\......\images
...\....\...\.......\......\......\ajaxloading.gif
...\....\...\.......\......\Js
...\....\...\.......\......\..\mootools.js
...\....\...\.......\......\..\mootools.svn.js
...\index.php
...\TagLibAjax_yhustc.zip
ThinkPHP
........\Common
........\......\compat.php
........\......\convention.php
........\......\debug.php
........\......\defines.php
........\......\functions.php
........\Lang
........\....\zh-cn.php
........\Lib
........\...\ORG
........\...\...\Date
........\...\...\....\Date.class.php
........\...\...\Io
........\...\...\..\Dir.class.php
........\...\...\Net
........\...\...\...\Http.class.php
........\...\...\...\IpLocation.class.php
........\...\...\...\UploadFile.class.php
........\...\...\RBAC
........\...\...\....\AccessDecisionManager.class.php
........\...\...\....\Provider
........\...\...\....\........\DaoAuthentictionProvider.class.php
........\...\...\....\ProviderManager.class.php
........\...\...\....\RBAC.class.php
........\...\...\Text
........\...\...\....\Validation.class.php
........\...\...\Util
........\...\...\....\ArrayList.class.php
........\...\...\....\HashMap.class.php
........\...\...\....\Image.class.php
........\...\...\....\Page.class.php
........\...\...\....\Stack.class.php
........\...\Think
........\...\.....\Core
........\...\.....\....\Action.class.php
........\...\.....\....\App.class.php
........\...\.....\....\Base.class.php
........\...\.....\....\Dispatcher.class.php
........\...\.....\....\Model.class.php
........\...\.....\....\View.class.php
........\...\.....\Db
........\...\.....\..\Db.class.php
........\...\.....\..\Driver
........\...\.....\..\......\DbIbase.class.php
........\...\.....\..\......\DbMysql.class.php
........\...\.....\..\......\DbMysqli.class.php
........\...\.....\..\......\DbPdo.class.php
........\...\.....\..\......\DbPgsql.class.php
........\...\.....\..\......\pgsql.sql
........\...\.....\..\ResultIterator.class.php
........\...\.....\Exception
........\...\.....\.........\ThinkException.class.php
........\...\.....\Template
........\...\.....\........\TagLib
........\...\.....\........\......\TagLibCx.class.php
........\...\.....\........\......\TagLibHtml.class.php
........\...\.....\........\......\TagLibMoo.class.php
........\...\.....\........\TagLib.class.php
........\...\.....\........\Tags