Deploy ThinkPHP for beginners. For ckeditor, download the thinkphp-ozgwebPublicsimplejsckeditorthinkphp directory (full version) and copy ThinkPHP to the root directory of the website, thinkphp-ozgwebThinkPHP background Portal: thinkphp-ozgwebsimpleadminind
For beginner ThinkPHP, the deployment procedure is as follows: ckeditor needs to be downloaded by yourself. The corresponding directory thinkphp-ozgweb/Public/simple/js/ckeditor thinkphp (full version) needs to be downloaded by yourself, then copy ThinkPHP to the root directory of the website, corresponding to the thinkphp-ozgweb/ThinkPHP background Portal: thinkphp-ozgweb/simple/admin/ind
Deploy ThinkPHP:
Ckeditor needs to be downloaded by yourself. The corresponding directory thinkphp-ozgweb/Public/simple/js/ckeditor
Thinkphp (full version) needs to be downloaded by yourself, and then copy ThinkPHP to the root directory of the website, corresponding to the directory thinkphp-ozgweb/ThinkPHP
Background Portal: thinkphp-ozgweb/simple/admin/index
The password of the background user is admin. No front-end.
: Https://github.com/ouzhigang/thinkphp-ozgweb
PHP ThinkPHP jQuery
"Ozgweb", "page_size" => 16, // background menu, only supports Level 3 "admin_menu_list" => [array ("id" => 1, "name" => "background management", "selected" => true, "child_menu" => array ("id" => 2, "name" => "Data Management", "child_menu" => array ("id" => 5, "name" => "category list ", "url" => "dataclass_list.html", "param" => "type: 1", # demo type: 1, id: 2), array ("id" => 6, "name" => "data list", "url" => "data_list.html", "param" => "type: 1 ",))), array ("id" => 3, "name" => "region Management", "child_menu" => array ("id" => 7, "name" => "region Management 1", "url" => "art_single.html", "param" => "id: 1 ",))), array ("id" => 4, "name" => "administrator management", "child_menu" => array ("id" => 8, "name" => "Change Password", "url" => "admin_pwd.html",), array ("id" => 9, "name" => "Administrator list ", "url" => "admin_list.html",)], 'db _ type' => 'pdo', 'db _ DSN '=> 'sqlite: simple. sqlite3 ', 'db _ prefix' => 'simple _', // database table PREFIX 'db _ charset' => 'utf8 ', // The database encoding uses utf8 'db _ FIELDS_CACHE '=> false by default, // enable field caching );