Products |
Module |
An alternative to the cataloger module, this module allows maintaining a product database, along with prices, images, and various other attributes. It also has 'add to cart' and 'checkout' functionality |
NeoDataStorage |
Module |
In the neo-spirit this module provides and extremely easy way for other modules to store data without the hazzle of creating/updating/delete tables etc. Should of course not be used for data-intensive stuff, but is much easier for non-intisive things, like maintaining a list of something which has properties. An easy API is provided and documented.... mostly I'd like to get rid of my endless "function GetThisProp($entityid,$propname)", which I've been doing for too manu module. |
btAdminer |
Module |
btAdminer (Adminer) is a full-featured MySQL management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. This module include this tool in CMS Made Simple for a fast management of your database. |
DBForms |
Module |
This project aims at providing an interface to build database driven CRUD applications without having to use any programming language.
Declarative interface to build CRUD database apps. |
Orm |
Module |
A delightful and powerful ORM system to improve the API of CmsMadeSimple. More information on the Github page of the project https://github.com/besstiolle/orm-ms (The project is currently under heavy development, Thank you to give me your feedbacks <3 ) |
DB Adminer |
Other |
To provide an integrated access to Adminer database management,
Initial release, PLEASE DO NOT USE ON PRODUCTIONS SITES UNTIL SECURITY HAS BEEN VERIFIED |