Welcome Guest, Not a member yet? Register   Sign In
DataRegistry library
#1

[eluser]XMadMax[/eluser]
Instead of saving data in your session to be retrieved anywhere, I have developed my own registry class (similar to Zend Registry), with more functionalities.

Support for namespaces
Support for persistent namespaces (any data can be collected in any other page during customer navigation)
Support as caching system
Support for saving in session or files
Support for any kind of data (var/array/object/class)
Support flashData (save once, retrieve once)
Support for data compression
Support for data encryption
Support for automatic data deletion on TTL

See demo on : http://www.4amics.com/libraries/data_reg...amples.php

Download: DataRegistry

To integrate in Codeiginiter, put Data_Registry.php in your libraries folder, and start to work with it anywhere !!


I will apreciate any suggestion or changes needed !!

Thanks.
#2

[eluser]Buso[/eluser]
Thanks but I can't use it due to its license
#3

[eluser]XMadMax[/eluser]
Buso:

Sorry, I thought that GLP V3 was more open than this !!

My mistake ?... help me plz, how must to be open license ? MIT ?

Thanks,

Xavier
#4

[eluser]Buso[/eluser]
Yes, MIT and the new BSD are perfect for sharing code.

GPLv2/v3 is better for publishing a full product, like an e-commerce.

Go for MIT (X11), it's shorter than BSD and nicer =)
#5

[eluser]XMadMax[/eluser]
Thanks Buso, updated to MIT License

Tell me if all Ok ...
#6

[eluser]XMadMax[/eluser]
Some improvements: v.1.0.13

Updated license (MIT) in google code and phpclasses
Added phpInclude function to allow specific php cache
Added basic example in main manual
Added comments in google code wiki
Some minor improvements

Download: DataRegistry

See DEMO here




Theme © iAndrew 2016 - Forum software by © MyBB