TPCMF is a content management framework developed based on PHPCMF. It only has the most basic content management functions and the most basic user management permissions. The program is simple and lightweight in design. It uses the system framework + application plug-ins to quickly build web applications. Developers can Its own needs are expanded in the form of application plug-ins. Each application plug-in can independently complete its own tasks, and can also call other application plug-ins through the system to work together.
TPCMF itself is a very simple and lightweight program that provides the most basic front-end PC interface and mobile interface. The back-end management operation adopts an adaptive mobile terminal design. Whether you use a computer, mobile phone, or tablet, you can quickly operate and manage the back-end. Each application plug-in must support this mode to meet the design needs of multiple terminals.
TPCMF is based on the PHPCMF framework, and its core adopts the foreign mainstream PHP development framework CodeIgniter4, with comprehensive technical documentation. When we developed TPCMF, we did not destroy the code of CodeIgniter itself. It can be said that we completely adopted the development logic of CodeIgniter. Developers can safely use the standard documents officially provided by CodeIgniter for secondary development.
TPCMF framework v5.2.0 update log:
Added ability to determine whether this module exists when jumping to search module content [6-15]
Add column custom field caching mechanism [6-16]
Add column custom fields to automatically format field values [6-16]
Add image suffix characters for remote attachment image settings (thanks to Yousu Studio for contributing the code) [6-20]
Add loop label modifier conditional syntax: greater than, greater than or equal to, less than, less than or equal to [6-22]