Function list
Z-BlogPHP encapsulates numerous helper functions. The file path is: "zb_system/function/c_system_common.php" ← This li...
Z-BlogPHP encapsulates numerous helper functions. The file path is: "zb_system/function/c_system_common.php" ← This li...
Part of the sample code in this section is based on the demoPlugin plugin created by "Hello Z-Blog - Plugin Development&quo...
This page content is only applicable to "Version 1.7 and higher"!Basic ConceptsDemo 1:// Generate SQL s...
Defining Data StructuresAdding new data structures involves adding items to the global variables $table and $datainfo arrays.#&n...
Component IntroductionThe Z-BlogPHP built-in NetWork component is a self-developed component that has been included since versio...
System TagsTagDescriptionTagDescription{$name}Blog URL{$subname}Blog Title{$host}Blog URL{$theme}Theme Name{$style}Style Name{$c...
Here is the English translation of the provided Chinese content, maintaining the original structure and HTML:OverviewBased on th...
API Address Pattern: https://example.com/zb_system/api.php?mod=<module_name>[&act=<action_name>][&other...]F...
Using interfaces in the API module makes it convenient to extend custom APIs.This article uses the newapi plugin as an example t...
1.7.3 Added the ApiExecute function, which can be used to call and execute APIs from public modules and private modules and retu...