• Function list

    Z-BlogPHP encapsulates numerous helper functions. The file path is: "zb_system/function/c_system_common.php" ← This li...

  • Page routing

    Part of the sample code in this section is based on the demoPlugin plugin created by "Hello Z-Blog - Plugin Development&quo...

  • SQL Chained Queries

    This page content is only applicable to "Version 1.7 and higher"!Basic ConceptsDemo 1:// Generate SQL s...

  • Custom data types and database table creation and CURD operations

    Defining Data StructuresAdding new data structures involves adding items to the global variables $table and $datainfo arrays.#&n...

  • NetWork Network component

    Component IntroductionThe Z-BlogPHP built-in NetWork component is a self-developed component that has been included since versio...

  • Z-BlogPHP Template Syntax Summary

    System TagsTagDescriptionTagDescription{$name}Blog URL{$subname}Blog Title{$host}Blog URL{$theme}Theme Name{$style}Style Name{$c...

  • API Overall Design

    Here is the English translation of the provided Chinese content, maintaining the original structure and HTML:OverviewBased on th...

  • API Documentation

    API Address Pattern: https://example.com/zb_system/api.php?mod=<module_name>[&act=<action_name>][&other...]F...

  • Custom API

    Using interfaces in the API module makes it convenient to extend custom APIs.This article uses the newapi plugin as an example t...

  • Local API Call (1.7.3 Supported)

    1.7.3 Added the ApiExecute function, which can be used to call and execute APIs from public modules and private modules and retu...