Home > Download >  Learning resources > Courseware source code

  • Dugu series php tutorial source code

    <p> <span style="color:#4D555D;"><span style="font-family:arial, 宋体, sans-serif;color:#333333;font-size:14px;background-color:#FFFFFF;">PHP (foreign name: PHP: Hypertext Preprocessor, Chinese name: "") is a general open source scripting language. The syntax absorbs the characteristics of C language, Java and Perl, which is easy to learn and widely used. It is mainly suitable for the field of Web development. PHP's unique syntax mixes C, Java, Perl, and PHP's own syntax. It can execute dynamic web pages faster than CGI or Perl. Compared with other programming languages, dynamic pages made with PHP embed programs into HTML (an application under the Standard Universal Markup Language) document for execution, and the execution efficiency is much higher than CGI that completely generates HTML tags; PHP can also execute compiled code. Compilation can achieve encryption and optimize code running, making the code run faster. <br /> </span></span><span style="color:#4D555D;font-family:&quot;font-size:14px;background-color:#FFFFFF;">Course Introduction: </span><span style="color:#4D555D;font-family:&quot;font-size:14px;background-color:#FFFFFF;">Rumor: PHP is the best programming language in the world. Is it really? Where did this meme come from? Take this course and you'll understand. The PHP introductory system teaching video produced by PHP Chinese website is completely from the perspective of beginners and is never fake. Everything is based on the principle of practicality and usefulness, so that you can learn it, remember it and use it. When learning PHP programming, I have to remind you that you still need to have some basic knowledge of the front-end. Of course, there is no requirement to be proficient, but you must have a certain understanding of basic labels, basic concepts and terminology, otherwise, it will cause a small blow to your learning confidence~~</span> </p> <p> <span style="color:#4D555D;font-family:&quot;font-size:14px;background-color:#FFFFFF;">Lonely Nine_PHP video tutorial: http://www.php.cn/course/379.html<br /> </span><span style="color:#4D555D;font-family:&quot;font-size:14px;background-color:#FFFFFF;"> (There are many excellent html, css, and javascript tutorials on the PHP Chinese website for your reference. It would be best if you choose our official original course) </span> </p>

    Courseware source code34213922017-08-14
  • TP5 actual combat_teaching management system whole site source code

    <p> This set of tutorials uses a real school teaching management system as an example to teach you step by step how to quickly develop a commercial project using the ThinkPHP5 framework on a piece of white paper, starting from scratch, allowing you to quickly get started with TP5 project development. . </p> <p> The case installation method of "Teaching Management System" developed by ThinkPHP5 latest version: <br /> <br /> 1. Start your PHP running environment. It is recommended to use the PHP toolbox developed by PHP Chinese website: tool.php.cn<br /> 2. Unzip the compressed package to your website directory. It can be a subdirectory, but you must do a good job in parsing the entry file; <br /> 2. Import the teach_manger.sql data table file into your database;<br /> 3. Open the database connection configuration file, application\database.php, and set the connection information to your environment.<br /> 4. Open the browser and access this project. You need to log in for the first time<br /> Default super administrator: admin Password: 123456, admin user cannot change name, password can be modified. <br /> <br /> This case is a supporting teaching case for the "ThinkPHP5 Basic Teaching Video" course on the PHP Chinese website. It is only for students to download and learn, and is not used for other purposes. <br /> Based on this case, students are welcome to carry out secondary development and improve more functions~~<br /> <br /> PHP Chinese website teaching team<br /> <br /> August 10, 2017 </p>

    Courseware source code34549682017-08-11