CMS MADE SIMPLE FORGE

Name Type Description
NeoModule Module A wrapper around module-class providing easier access to neodatastorage facilities and other shortcuts I find useful for the neo-series of modules.
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.