Course Elementary 26115
Course Introduction:Starting from scratch, you can solve conventional business logic, operate MySQL with PHP to add, delete, modify, and query, display dynamic website data, master the MVC framework, master the basics of the ThinkPHP6 framework, and learn and flexibly master various knowledge points involved in PHP development.
Course Intermediate 4863
Course Introduction:Make your own PHP framework to help you become an architect step by step. Improve the framework step by step, which involves composer, database chain operations, and various excel and pdf tools. As well as scheduled tasks, image processing, image search, command line operations, dependency injection, annotation routing, middleware, aop aspect programming, the use of mysql pessimistic locks, optimistic locks, and various PHP issues such as dealing with high concurrency.
php data acquisition? php data acquisition? php data acquisition?
2017-07-27 21:56:28 0 4 2207
Hello! Is "PHP Toolbox" developed using PHP? (Prepare to learn PHP)
Hello! Is "PHP Toolbox" developed using PHP? (Prepare to learn PHP)
2017-08-17 01:40:54 0 1 1987
When adding sublime3 to compile system php, use the PHP toolbox, cmd php -v is useless
2017-07-04 07:20:15 0 1 1478
Course Introduction:用mysql内存表来代替php session的类。复制代码 代码如下: ?php /** @Usage: use some other storage method(mysql or memcache) instead of php sessoin @author:lein @Version:1.0 */ session_start(); if(!isset($_SESSIO
2016-06-13 comment 0 1099
Course Introduction:Use mysql memory table to replace php session class. Copy the code The code is as follows: ?php /** @Usage: use some other storage method(mysql or memcache) instead of php sessoin @author:lein @Version:1.0 */ session_start(); if(!isset($_SESSIO
2016-07-21 comment 0 837
Course Introduction:An application inherited from php. In this way, I thought of inheritance to solve the problem. I published a session class before, but it is much simpler now. The user level is set by logging in. If the return value of $session-get_status() is 0, then the table
2016-07-21 comment 0 823
Course Introduction:This article mainly introduces the usage of Session in ThinkPHP. It explains and analyzes in detail the common operation skills of the session class in ThinkPHP and the handling methods of invalid session in the form of examples. It is a very practical skill in using ThinkPHP for project development. Friends who need it can For reference
2016-12-22 comment 0 1491
Course Introduction:PHP learning--PHP encryption, PHP learning--PHP encryption. PHP learning - PHP encryption, PHP learning - PHP encryption. The encryption methods in PHP are as follows 1. MD5 encryption string md5 ( string $str [, bool $raw_output = false ] ) Parameter str -- original string
2016-07-13 comment 0 1304