文件名称:ThinkPHPAjax
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:365.87kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
// 该入口文件由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 framework 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 framework 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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.