Description: //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 ()
File list (Check if you may need any files):
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