BF-Blog is a multi-user blog (network log) program based on PHP5, Zend FrameWork and sqlite as database support.
Note: In order to be compatible with one of my text database interface classes, the database operation adopts the simplest operation, and the implementation of some functions appears complicated.
Execute install.php in the directory and follow the prompts to enter the installation.
Some of the main features of BF-Blog include:
* System/user database separation;
* User independent directory, independent management, easy to maintain.
* Based on the template structure of CSS+div layout, the template style is easy to modify;
* Photo album function;
* Tags function;
* Simple settings, simple to use;
* Log search;
*Multi-administrator mode, used by multiple people;
* Automatically check whether there are updated programs;
* Support Trackback and RSS 2.0 (can track all new logs, a single log or a certain category);
* Verification code based on GD;
* Can import restricted or blocked words;
* Can import and export database.
* To be continued
Expand