PHPOK system (hereinafter referred to as OK system) is a content management system for website construction. It is written in PHP language, uses MySQL database storage by default, and is authorized to be released to the Internet for sharing based on the LGPL open source agreement.
PHPOK system system featuresproject
This is a very special function of the system. Similar CMS systems also call it "pages". This is also the core of the system. In other words, all functions of the front end of our system revolve around it.
Binding module to implement list + detail page (such as news list + news detail page)
Do not bind modules to implement single page mode. Of course, this basically needs to be used with [custom extension fields]
With its own extension field, when the page reads project information, it can output corresponding extensions to meet various needs.
Can be associated with categories to achieve list + classification + detailed expansion
E-commerce can be enabled to realize e-commerce functions
You can define basic permissions for backend and frontend
[In layman's terms] Suppose there is a supermarket (this system). Generally, the supermarket will be divided into zones, such as non-staple food area, fresh food area, fruit area, clothing area, etc. The project function also has similar functions in this system!
module
Basically, most CMSs have this function, which is called by different names. In this system, the module has only one function: service items. For example: Our website basically has several items (pages) such as news, products, and friendly links, each of which presents different content. The module serves for differentiated management.
[In layman’s terms] When visiting the supermarket, go to the clothing section and present to the customer service:
If we want to sell clothes, we can be sure that there is not one piece of clothing, but many pieces (this is the module, used to store multiple pieces of data)
In order to facilitate customers to compare the characteristics of each piece of clothing, some parameters will be placed on the label (similar to the field information on the module)
Classification
All CMS systems have this function. In this system, the main task of classification is to organize and summarize data in the same module. In particular, the system's classification can expand its own data to meet user customization needs.
[In layman’s terms] This time we take the non-staple food section of the supermarket as an example. Non-staple food is usually highly processed food. How to manage is a big problem, what to do, we can deal with it in different categories again! For example, based on raw and cooked meat and vegetables, it can be further subdivided into sugar, candy, canned food, tea, condiments, dairy products, honey products, soy products, beverages, biscuits, pastries, snacks, cigarettes, wine, fruits, etc. The same is true for classification
front page
It is a page that is accessed by default by entering the URL. This is a special project. The background can create a project information with the project identifier as index for this, or it does not need to be created. One feature of the homepage is that all data on the homepage is obtained through calls. We can simply understand that it does not produce data or store data.
[In layman's terms] The homepage is like the entrance of a supermarket. In order to attract people to continue walking in, the entrance will put some good-looking product promotion information, promotional information, etc.
Members and membership groups
Basically, any platform has this function. In this system, in addition to the basic functions, we also directly support the function of customizing extended fields for member data! You only need to preset it at the beginning, and you can add as many fields as you need without limit.
[In layman’s terms] Member information is like customers in a supermarket, and member groups are the supermarkets that summarize and organize customer information for the convenience of management.
wealth
Similar to the points system of other platforms, what is different from other platforms is that the wealth plan supported by this system must be self-expandable! Including points, prestige, credit value, etc., you can all control it by yourself! Even bolder, you can create a wallet function to implement the recharge and consumption functions of the site (enable the recharge function + cashback function in the configuration)
recommender
This system supports a simple recommender function, and cooperates with the wealth function to allow recommenders to earn points.
Shopping cart and order
The system has a complete set of shopping cart functions and a complete set of order systems, which can realize the basic e-commerce functions of the website. Special note, this system supports tourists to place orders, just like a supermarket, you can shop without being a member.
Support foreign currencies
This system supports multiple currencies. Of course, the currency exchange rate needs to be set manually (real-time exchange rates are not supported for the time being)
pay
Supports access to Alipay, WeChat payment, Paypal, UnionPay payment, etc. (Users can also contact us if they need customization)
Express logistics
Support access to express logistics remote query, real-time understanding of express delivery progress
freight
Yes, our program has four built-in freight calculations, which are based on weight, volume, quantity, and fixed. Most of these four calculation methods can meet the requirements. If you need customization, you can contact us.
Mini program
By the way, the latest version of the program has built-in mini program style. Just move the wxapp directory and adjust the two parameters in app.js, and you can have your own mini program system, which is also open source!
Comment
Also known as reply, in the latest version, this function supports pictures, stars (1-5 stars), and multiple replies by the administrator.
Global configuration
Also known as site information configuration, in addition to the system’s built-in functional parameters, the system also supports its own expansion. The function is very powerful, but don’t throw everything here, because this piece of information can be directly read by any page in the front desk.
Report statistics
The statistical reports that can be viewed include: 1. Member registration status, 2. Order sales status, including viewing order weekly sales, monthly sales, and annual sales. 3. Wealth growth. 4 Monthly growth of theme content, etc.
Multi-site multi-language
Achieve one backend to manage multiple websites, share files, and share images.
PHPOK enterprise website building system front page PHPOK enterprise website building system background login managementEnter the background path: domain name/admin.php?c=index_noCache=0.07102233218029141 (you can enter directly after the installation is completed)
Username and password: admin (can be set during installation)
Backend page: