Description: ThinkPHP is a free open-source, object-oriented lightweight PHP development framework of quick and easy, released under the Apache2 open source protocol to agile WEB application development and simplify the development of enterprise application and the birth of the. Has many outstanding features and characteristics, experience more than three years of development, in the active participation of the community team, continuous optimization and improvement in usability, scalability and performance, a large number of typical cases to ensure stability for commercial as well as the development of the portal level.
To Search:
File list (Check if you may need any files):
.gitignore
application
...........\.htaccess
...........\command.php
...........\common.php
...........\config.php
...........\database.php
...........\index
...........\.....\controller
...........\.....\..........\Index.php
...........\route.php
...........\tags.php
build.php
composer.json
CONTRIBUTING.md
extend
......\.gitignore
LICENSE.txt
public
......\.htaccess
......\favicon.ico
......\index.php
......\robots.txt
......\router.php
......\static
......\......\.gitignore
README.md
runtime
.......\.gitignore
think
thinkphp
........\.gitignore
........\.htaccess
........\.travis.yml
........\base.php
........\codecov.yml
........\composer.json
........\console.php
........\CONTRIBUTING.md
........\convention.php
........\helper.php
........\lang
........\....\zh-cn.php
........\library
........\.......\think
........\.......\.....\App.php
........\.......\.....\Build.php
........\.......\.....\cache
........\.......\.....\Cache.php
........\.......\.....\cache\driver
........\.......\.....\.....\Driver.php
........\.......\.....\.....\driver\File.php
........\.......\.....\.....\......\Lite.php
........\.......\.....\.....\......\Memcache.php
........\.......\.....\.....\......\Memcached.php
........\.......\.....\.....\......\Redis.php
........\.......\.....\.....\......\Sqlite.php
........\.......\.....\.....\......\Wincache.php
........\.......\.....\.....\......\Xcache.php
........\.......\.....\Collection.php
........\.......\.....\config
........\.......\.....\Config.php
........\.......\.....\config\driver
........\.......\.....\......\......\Ini.php
........\.......\.....\......\......\Json.php
........\.......\.....\......\......\Xml.php
........\.......\.....\console
........\.......\.....\Console.php
........\.......\.....\console\bin
........\.......\.....\.......\...\hiddeninput.exe
........\.......\.....\.......\...\README.md
........\.......\.....\.......\command
........\.......\.....\.......\Command.php
........\.......\.....\.......\command\Build.php
........\.......\.....\.......\.......\Clear.php
........\.......\.....\.......\.......\Help.php
........\.......\.....\.......\.......\Lists.php
........\.......\.....\.......\.......\make
........\.......\.....\.......\.......\Make.php
........\.......\.....\.......\.......\make\Controller.php
........\.......\.....\.......\.......\....\Model.php
........\.......\.....\.......\.......\....\stubs
........\.......\.....\.......\.......\....\.....\controller.plain.stub
........\.......\.....\.......\.......\....\.....\controller.stub
........\.......\.....\.......\.......\....\.....\model.stub
........\.......\.....\.......\.......\optimize
........\.......\.....\.......\.......\........\Autoload.php
........\.......\.....\.......\.......\........\Config.php
........\.......\.....\.......\.......\........\Route.php
........\.......\.....\.......\input
........\.......\.....\.......\Input.php
........\.......\.....\.......\input\Argument.php
........\.......\.....\.......\.....\Definition.php
........\.......\.....\.......\.....\Option.php
........\.......\.....\.......\LICENSE
........\.......\.....\.......\output
........\.......\.....\.......\Output.php
........\.......\.....\.......\output\Ask.php
........\.......\.....\.......\......\descriptor
........\.......\.....\.......\......\Descriptor.php