Welcome Guest, Not a member yet? Register   Sign In
Molchy Open Source Contribution to CI Community
#1

[eluser]Molchy[/eluser]
Follow me on BitBucket: Molchy BitBucket

---------------------------------------------------------------------------------------
Projects:
---------------------------------------------------------------------------------------
NDB Session Class for Codeigniter - Version 2.12

Native Session makes good use of PHP’s native session handling abilities, but it does not allow the use of a database for session storage.
Saving user session data into database is more secure on any type of hosting (Shared ... ).
This library overwrites normal native sassion functions too save user data directly into database and gives us some extra functions over CI Session.

More on BitBucket Wiki

Last Update: 28.07.2012

---------------------------------------------------------------------------------------
ISO 639-2 Language Codes for MySQL - Version 1.0

Latest ISO 639-2 language codes which can be imported to MYSQL and used.

Also included Greasemonkey script which made job easyer to get all codes in MYSQL format,
it will also help out in future updates if needet.

Last Update: 08.02.2012

---------------------------------------------------------------------------------------
Help and Support
---------------------------------------------------------------------------------------
If any issues, mistakes or bugs report them on BitBucket or in this post...
If any upgrade ideas post them in this post.


#2

[eluser]Molchy[/eluser]
UPDATE:
NDB Session Class for Codeigniter - Version 2.0
-->
NDB Session Class for Codeigniter - Version 2.1


More on BitBucket, link specified in first post.
#3

[eluser]Glazz[/eluser]
Nice Session class, i'm going to use, you need to add the $this->CI->load->library('user_agent'); so if you don't autoload or don't load the class anywhere else, you don't get any errors.

I think a better code organization, like better comments and spacing between code blocks, would be great, so people could actually read the code in a better way, if you know what i mean, but hey i don't know if its only me who likes clean code =)

Other than that, nice class =)
#4

[eluser]Molchy[/eluser]
[quote author="Glazz" date="1339445866"]Nice Session class, i'm going to use, you need to add the $this->CI->load->library('user_agent'); so if you don't autoload or don't load the class anywhere else, you don't get any errors.

I think a better code organization, like better comments and spacing between code blocks, would be great, so people could actually read the code in a better way, if you know what i mean, but hey i don't know if its only me who likes clean code =)

Other than that, nice class =)[/quote]

Hi,

Tnx for information which will be add-et soon and commited. About code organization i can not help because everyone has its own code formating and programming style Wink

Have fun
#5

[eluser]Molchy[/eluser]
UPDATE:
NDB Session Class for Codeigniter - Version 2.1
—>
NDB Session Class for Codeigniter - Version 2.11


Add-et:
- User Agent Loading if needet
- Session data parsing, usefull for session management system
( Database session data -> Array )


More on BitBucket, link specified in first post.
#6

[eluser]Molchy[/eluser]
UPDATE:
- Codeigniter Wiki pages on github: Link
#7

[eluser]Molchy[/eluser]
UPDATE:
- Codeigniter Wiki pages changes on github: Link
- Fixed CI->agent issue and new version uploaded on bitbucket ...

Tnx-u all for support and i am glad library is in good use ...




Theme © iAndrew 2016 - Forum software by © MyBB