Home > Download >  Library download

  • Describes the method for the PHP version of WeChat third-party to realize one-click login and obtain user information. Analyzes the relevant precautions and implementation skills of WeChat third-party login in more detail, If you want to use WeChat to log in to a third-party webpage, you need a "service account", so you must apply for it from the official website. SDK code: WeChat has an official manual, I won’t go into details, just study it yourself, it’s very simple! ##

    WeChat interface library102942017-03-20
  • wemall-mobile is an Android app mall based on WeMall. You only need to upload the interface file in the original mall directory to complete the server-side configuration. The client can be customized and modified. This article shares the wemall app mall source code Android processing Alipay interface notification returns for technicians' reference and study.

    File processing library44592017-03-20
  • There are many methods and functions on the Internet to implement this function, but they basically use recursive queries, otherwise the code will be long. The disadvantage of using recursive queries is that if the classification level is too large or there are too many comments and replies, the number of database queries will increase dramatically In this article you will learn about a brand new infinite classification implementation method, which can even achieve unlimited classification or unlimited reference reply functions with just one query

    Category library360092017-03-20
  • A PHP5 class based on curl, with relatively simple functions and more suitable for learning. If the CURL extension is not loaded, the program terminates running , determines whether there is a cookie, and if so, use directly. Friends who have better class materials can send them for everyone to learn and communicate together.

    curl class library43422017-03-20
  • APHP curl get post general class, curl general method. . get /post transmits data, Set the sending method 0 get 1 post. It has a very good reference value. Friends can download it if they like it. If there are better curl classes, they can be posted to our PHP Chinese website so that everyone can learn and communicate together.

    curl class library59952017-03-18
  • Chapter mainly introduces the stock information query class implemented by PHP based on curl, and analyzes the relevant operating skills of PHP using curl to call the API interface to implement the stock information query function in the form of a complete example. We have stock information query function We need to capture third-party data, and then we analyze the data to form what we want.

    curl class library43472017-03-18
  • Mainly introduces the usage of curl encapsulation class in PHP, describes the curl encapsulation class and its usage in more detail in the form of examples, and summarizes the usage of GET and POST. Before using the function, we need to open the php curl module (libeay32.dll, ssleay32.dll, php5ts.dll, php_curl.dll) Steps to enable php curl function library 1). Remove the ; extension=php_curl.dll in the windows/php.ini file; /*Use echo phpinfo(); to check the path of php.ini*/ 2). Copy php5/libeay32.dll and ssleay32.dll to the system directory windows/ 3).Restart apache

    curl class library46292017-03-18
  • Mainly introduces the usage of the Curl encapsulation class implemented in PHP. It analyzes the definition of the Curl encapsulation class and related usage techniques in a more detailed form in the form of a complete example. It has certain reference value and friends in need can refer to it. If your friends have any better classes, you can send them to our PHP Chinese website to learn and communicate together.

    curl class library26682017-03-18
  • Mainly introduces the user query class implemented by PHP. The example analyzes PHP's related skills for user query and judgment. Friends in need can refer to it, which is divided into two cases: the correct query method and the incorrect query method.

    Other libraries14252017-03-18
  • Mainly introduces the PHP encapsulated CURL extension class, and analyzes related techniques such as sending posts, get requests and operating cookies based on curl with examples Coding Standards * @class The first letter of the class name is capitalized. The class name has multiple words, and the first letter of each capital letter is capitalized. eg: class Curl, class CurlPage * @variable The variable name is lowercase. The variable name must be multiple words. Each word is lowercase and separated by underscores. eg: $curl_result * @function The rules for function names and class names are the same, eg: function SendRequest * @params The rules for function parameters are the same as the variable names * @class-variable member variables, ending with an underscore, multiple words separated by underscores.

    curl class library18202017-03-18
  • A php curl encapsulation class, basically initiates the curl request function, the source must be set to come from this site, requires the result to be a string and output To the screen, initiates a get request, initiates a post request, processes the transmission data that initiates a non-get request, initiates a put request, Initiate a delete request.

    curl class library21002017-03-18
  • PHP template engine is a PHP class library, which can separate PHP code and HTML code, significantly improving the readability and maintainability of the code. And the advantage of this is that the artist can concentrate on designing the HTML front-end page, and the programmer can concentrate on writing PHP business logic. Therefore, the modeling engine is suitable for use by the company's web development team, allowing everyone to use their talents.

    Template engine library53052017-03-18