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. |