ViVIDC

ViV IDC财务管理系统!

OTHER License

Stars
4

ThinkPHP 5.1LTS 12PHP

ThinkPHP5.1

  • Facade
  • PSR-3
  • V5.1.6+
  • Swoole/WorkermanV5.1.18+

ThinkPHP5PHP5.6PHP8.0

composer

composer create-project topthink/think tp
cd tp
php think run
http://localhost:8000
composer update topthink/framework

www  WEB
application           
  common             
  module_name        
    common.php      
    controller      
    model           
    view            
     ...            
  
  command.php        
  common.php         
  tags.php           

config                
  module_name        
    database.php    
    cache           
     ...            
  
  app.php            
  cache.php          
  cookie.php         Cookie
  database.php       
  log.php            
  session.php        Session
  template.php       
  trace.php          Trace

route                 
  route.php          
  ...                

public                WEB
  index.php          
  router.php         
  .htaccess          apache

thinkphp              
  lang               
  library            
    think           Think
    traits          Trait
  
  tpl                
  base.php           
  console.php        
  convention.php     
  helper.php         
  phpunit.xml        phpunit
  start.php          

extend                
runtime               
vendor                Composer
build.php             
composer.json         composer 
LICENSE.txt           
README.md             README 
think                 

phpwebserver php think run

ThinkPHP5PSR-2PSR-4

  • .php

  • User``UserType``UserController``User
  • get_client_ip
  • getUserName
  • tableName``instance
  • __ __call __autoload

  • APP_PATH THINK_PATH
  • url_route_on url_convert

  • think_user user_name

ThinkPHP5

ThinkPHPApache2

Copyright 2006-2018 by ThinkPHP (http://thinkphp.cn)

All rights reserved

ThinkPHP

LICENSE.txt

Badges
Extracted from project README
Scrutinizer Code Quality Build Status Total Downloads Latest Stable Version PHP Version License
Related Projects