Home > Article > CMS Tutorial > Is PHPCMS written with object-oriented thinking?
Is PHPCMS written with object-oriented thinking?
PHPCMS is written with object-oriented thinking. By viewing the PHPCMS source code, you can see a large number of class files, thereby judging that PHPCMS adopts object-oriented programming thinking. You can also see that PHPCMS uses Developed using the MVC development model.
PHPCMS architecture
Permission management, module management, administrator management, custom model management, classification management, Database management, category management, region management, menu management, recommendation management, keyword management, author management, source management, associated link management, workflow management, manuscript status management, database source management, attachment management, URL rule management, Trojan horse Scanning, external library import, Baidu/Google map, illegal information word blocking, manuscript statistics, column access statistics, data dictionary, IP ban, pass, content publishing, batch update and release of web pages, batch update of columns, template style management, RSS subscription, Website map front desk function
Function name |
Function description |
Default model |
The system comes with models for news, pictures, information, downloads, product display, etc. |
Column Menu |
The top menu can be set and displayed arbitrarily |
Tag |
Display hotspot TAG list |
HTML static |
Generate static, better save server resources, have fast access speed, and support large-capacity data |
PHP dynamic |
Automatically cache php pages, to a certain extent, reduce server pressure |
DIV template |
Full The site is designed using DIV css, which is faster and more standard. The template is standard and easy to modify. |
The entire site is automatically generated |
You only need to install it to add columns and articles directly |
Background function
Function name |
Function description |
Permission management |
Rich permission settings and default permission allocation make it easier to set permissions;
The permissions of user roles can be set according to each operation;
Chief editor: has all permissions for all columns and all topics, and can add columns and topics
Column editor : Has information entry, review and management permissions for certain columns, further detailed settings are required
Designer: Has template and label management permissions
Financial staff: Has order viewing, bank transfer entry, Invoicing and other permissions
|
Module management |
Provide module development documents and development interfaces, support module installation and uninstallation, You can choose to purchase or customize the modules required for development, and the function expansion is convenient and worry-free |
Administrator management |
Can be used at will Add administrators and reassign administrators;
can set founders, who have all management rights;
|
Custom model management |
The model is very flexible. You can set the field type, field length, and data judgment at will, and automatically generate JS instant judgment and PHP judgment;
Supports various attributes of the field : For example, whether to add to full-text search, whether it is a unique value, whether to submit and display in the foreground;
and you can arbitrarily control the adding permissions of fields, etc.; for more settings, please go to the backend to experience
|
Category management |
Supports unlimited column classification;
Supports column permission settings;
Supports Template customization;
supports columns to be bound to models at will;
supports external column functions;
supports binding workflow solutions;
supports binding Second-level domain name function;
Supports column fee setting
|
Database management |
Supports database Batch and batch backup function;
supports repair and optimization of database;
supports string replacement function;
supports online data recovery function
|
Category Management |
Supports simple first-level category addition, modification, deletion, and sorting |
Region Management
|
Supports unlimited region management;
Supports adding and deleting regions in batches
|
Menu management |
The background menu can be modified and added at will, and supports menu permission settings |
Recommended position management | Support adding, modifying and deleting recommended positions |
Keyword management |
Support keywords Add, modify, and delete |
Author management |
Support the addition, modification, and deletion of authors |
Source management |
Supports adding, modifying, and deleting sources |
Associated link management |
Supports the management, modification and deletion of associated links |
Workflow management |
Freely assign work review process |
Manuscript status management |
Manuscript status settings, such as pending review, first review, second review |
Database source management |
Data source addition, MYSQL, Access, MSSQL database sources can be added |
Attachment management |
Statistics on all uploaded files based on different models Attachment |
URL rule management |
You can freely write and modify the URL paths supported by the system |
Trojan scan |
Online Trojan scan, find Trojans more quickly and safely, leaving Trojans nowhere to hide |
External data import |
Supports content model and member data import, and can import any system into phpcms |
Baidu/google map |
Generate standard XML map |
Illegal information word blocking |
Free Add and modify words to be blocked |
##Manuscript statistics | Statistics on detailed information of manuscripts by members |
Column access statistics | Stats all information according to the column |
Data dictionary | Complete library structure database label |
IP disabled | Disable users who are not allowed to access the site based on IP and IP segment |
Passport | Support all Member integration of an external system |
Content publishing | Powerful content publishing makes everything more free |
Batch update release webpage | Batch update can update the published information more quickly |
Batch update columns | Batch update existing columns |
Template Style management | Editable templates, visual template label editing |
rss subscription | RssExternal call |
Site map | Links to all columns of the website |
Verification code | supports random mixed display of numbers and letters, irregular character positions, sizes, and multiple colors, even if GD is not supported Use as usual, anti-brute force cracking and advertising machine |
Save remote pictures | Automatically transfer the remote pictures in the content to the local server to prevent the other party from deleting the pictures or not displaying the pictures when the server is abnormal |
Watermark Thumbnails |
can be reduced in proportion as required, and pictures or text watermarks can be added at designated locations as required to increase publicity opportunities after the content is reprinted |
Visual Editor |
Similar to Word’s WYG-is-what-you-get online content editing function, supports tables, pictures, FLASH, player insertion, and supports pictures And upload attachments |
FTP function |
Install or set the ftp account and password in the background, the system automatically sets the directory file 777 properties, the operation is more convenient, and it is easy to solve the problem of not being able to run in safe mode |
Recommended tutorials: "PHP Tutorial" "PHPCMS Tutorial》
The above is the detailed content of Is PHPCMS written with object-oriented thinking?. For more information, please follow other related articles on the PHP Chinese website!