current location:Home > 一段时间 search

Classify:
Found a total of 2543 related content
  • Time management, self-discipline gives me freedom_Related courseware
    Time management, self-discipline gives me freedom_Related courseware
    Time management, self-discipline gives me freedom_Related courseware
    2022-12-16 1 520
  • Commonly used tags for phpcms development pdf
    Commonly used tags for phpcms development pdf
    Some repeated phpcms tags are often used in templates. The editor has collected some common phpcms template tags and their usage introduction. Friends who are useful can use them in their own projects, which greatly saves development time.
    2019-01-02 1100 1548350
  • SVN construction and usage instruction video (Boolean Education)
    SVN construction and usage instruction video (Boolean Education)
    "SVN Video Tutorial", SVN: full name Subversion, is a code version management software that manages data that changes over time. This data is placed in a central repository. This archive is much like a regular file server, but it remembers every file change. This way you can restore a file to an older version, or browse the file's change history. Many people think of version control systems as some kind of "time machine."
    2017-10-15 584 3283466
  • DoitPHP Coding Specifications
    DoitPHP Coding Specifications
    The DoitPHP coding specification is based on programming principles such as the PHP PEAR coding specification and the PHPDocumentor annotation specification. It integrates and refines the mature experience accumulated by developers over a long period of time and is intended to help form a good and consistent programming style. To achieve twice the result with half the effort. In order to keep pace with the times and based on objective needs, this document will be updated from time to time. Author: tommy
    2017-12-12 233 3099900
  • A Practical Guide to PHP Development 2.0
    A Practical Guide to PHP Development 2.0
    For a programmer who has just entered PHP development, what he needs most is a practical development reference book, not just a variety of quick-start only hello wolds. When developing, you should also pay attention to many techniques and some "hidden rules". PHP is a very simple scripting language, but you need to work hard to use it well. At the same time, due to the characteristics of PHP, I have repeatedly emphasized that the most NB PHP programmers are not engaged in PHP. why? Because PHP acts as a glue language for gluing the backend together Database and front-end pages, more required
    2017-12-12 279 3097380
  • ThinkPHP3.2.3 fully developed
    ThinkPHP3.2.3 fully developed
    ThinkPHP is a fast and simple lightweight PHP development framework based on MVC and object-oriented. It is released under the Apache2 open source license. It has been adhering to simple and practical design principles since its inception. While maintaining excellent performance and minimal code, It pays special attention to development experience and ease of use, and has many original functions and features, providing strong support for WEB application development. Version 3.2 makes some architectural adjustments on the original basis, introduces namespace support and modularization improvements, and provides more convenience for large-scale applications and modular development.
    2017-12-12 298 3097423
  • PHP Classic Examples (Second Edition)
    PHP Classic Examples (Second Edition)
    PHP Classic by Example (2nd Edition) can save you valuable web development time. With these solutions to real problems at hand, most programming challenges will be solved. "PHP Classic Examples (2nd Edition)" combines the features of PHP with the unique format of the Classic Examples series, which is enough to help you successfully build cross-browser Web applications. In this revised edition, you can find solutions to various programming problems more easily. The content in "PHP Classic Examples (2nd Edition)" covers: form processing; Session management; database interaction; using We
    2017-12-07 324 3115589
  • Preliminary web development with PHP Apache and MySQL
    Preliminary web development with PHP Apache and MySQL
    This book comprehensively introduces PHP scripting language and MySOL database, two of the most popular open source software at present, including basic concepts of PHP and MySQL, PHP extensions and application libraries, date and time functions, PHP data object extensions, PHP's mysqli extension, MySQL 5's stored routines, resolvers, views, etc. This book helps readers learn the best practices of the PHP programming language and MySQL database server, and understand how to create database-driven dynamic Web applications.
    2017-12-09 264 3107960
  • PHP 5 Revealed
    PHP 5 Revealed
    This book comprehensively introduces PHP scripting language and MySOL database, two of the most popular open source software at present, including basic concepts of PHP and MySQL, PHP extensions and application libraries, date and time functions, PHP data object extensions, PHP's mysqli extension, MySQL 5's stored routines, resolvers, views, etc. This book helps readers learn the best practices of the PHP programming language and MySQL database server, and understand how to create database-driven dynamic web applications.
    2017-12-09 320 3107472
  • Preliminary web development with PHP Apache and MySQL
    Preliminary web development with PHP Apache and MySQL
    This book comprehensively introduces PHP scripting language and MySOL database, two of the most popular open source software at present, including basic concepts of PHP and MySQL, PHP extensions and application libraries, date and time functions, PHP data object extensions, PHP's mysqli extension, MySQL 5's stored routines, resolvers, views, etc. This book helps readers learn the best practices of the PHP programming language and MySQL database server, and understand how to create database-driven dynamic Web applications.
    2017-12-11 271 3102125
  • Getting started with Smarty for beginners learning PHP
    Getting started with Smarty for beginners learning PHP
    PHP designers who are new to template engines will find it difficult when they hear Smarty. In fact, the author is no exception and dare not touch it. But later when I analyzed the program architecture of XOOPS, I began to find that Smarty is actually not difficult. As long as you master the basic skills of Smarty, it is quite sufficient for general applications. Of course, if you can lay the foundation well, you don’t have to worry about the advanced applications later. The main purpose of this article is not to delve into the use of Smarty, which has been fully written in the official instructions for use. Pen
    2017-12-08 275 3111144
  • Getting started with Smarty
    Getting started with Smarty
    PHP designers who are new to template engines will find it difficult when they hear Smarty. In fact, the author is no exception and dare not touch it. But later when I analyzed the program architecture of XOOPS, I began to find that Smarty is actually not difficult. As long as you master the basic skills of Smarty, it is quite sufficient for general applications. Of course, if you can lay the foundation well, you don’t have to worry about the advanced applications later. The main purpose of this article is not to delve into the use of Smarty, which has been fully written in the official instructions for use. Pen
    2017-12-08 266 3111142
  • Learn PHP by yourself in 10 minutes
    Learn PHP by yourself in 10 minutes
    Learn PHP by yourself in 10 minutes. The first chapter is an introductory chapter, which mainly includes understanding PHP, setting up a PHP development environment, basics of PHP development, PHP flow control statements, functions, string operations, regular expressions, PHP arrays, PHP and Web Page interaction, date and time, etc.; Part 2 is an improved chapter, mainly including MySQL database design, PHP operation of MySQL database, Cookie and Session, graphics and image processing technology, file and directory processing technology, object-oriented, PDO database abstraction layer, Program debugging and error handling, A
    2017-12-09 502 3107800
  • Chinese annotated version of the php configuration file php.ini (09.4)
    Chinese annotated version of the php configuration file php.ini (09.4)
    Under WINDOWS, the path during compilation is the WINDOWS installation directory. ; In command line mode, the search path of PHP.INI can be replaced with the -C parameter. ; The syntax of this file is very simple. Whitespace characters and lines starting with a semicolon ´;´ are simply ignored (as you might ; Same as you guessed). Chapter titles (eg: [FOO]) are also simply ignored, even though in the future they may ; has some meaning. ; ;
    2017-12-08 335 3111384
  • PHP+MySQL commercial website construction practice
    PHP+MySQL commercial website construction practice
    Chapter 1 Getting Started with Linux 1-1 Characteristics of operating systems 1-2 Installation settings 1-2-1 hard disk partition 1-2-2 Set LILO 1-2-3 Network address and time zone settings l-2-4 Set the account passwords of system administrators and general users 1-2-5 system safety certification l-2-6 Select the installation kit 1-2-7 Set up the display card and test Xwindows l-2-8 Start installing the kit l-3 Common commands l-4 basic network settings
    2017-12-11 349 3103499
  • XiunoPHP framework 4.0 development
    XiunoPHP framework 4.0 development
    XiunoPHP was formerly known as Xiuno Framework. After the name change, the version number starts from v1.0. After many years of actual project testing and adjustment, it is very stable and there will be no major changes. The interface has been finalized. XiunoPHP is a PHP development framework for high-load applications, through which PHPer can quickly and easily develop high-load projects. It was born in the era when NoSQL was just emerging. It has well supported NoSQL DB, such as MongoDB, from the beginning, and can also be used through
    2017-12-12 385 3098050
  • Zend_API Deep_PHP_Core
    Zend_API Deep_PHP_Core
    "Extending PHP" is easier said than done. PHP has evolved into an increasingly mature tool with source code packages tens of megabytes in size. To hack such a complex system, you have to learn and think. When constructing this chapter, we ultimately chose a “learning by doing” approach. This is not the most scientific or professional way, but it is the most fun and gives the best end result. In the following sections, you will quickly learn how to get the most basic extensions and have them run immediately. Then you'll learn about Zend's advanced API features, which you won't have to
    2017-12-08 287 3111234
  • Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
    Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
    Comprehensive practical (Vue3+Laravel8+Uniapp) courseware
    2023-06-26 34 1340
  • ThinkPHP6 backend management payment system--practical development courseware
    ThinkPHP6 backend management payment system--practical development courseware
    ThinkPHP6 backend management payment system--practical development courseware
    2024-05-09 36 1329
  • PHP+MySQL basic introductory course courseware
    PHP+MySQL basic introductory course courseware
    PHP+MySQL basic introductory course courseware
    2023-11-06 32 1049
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!