Welcome Guest, Not a member yet? Register   Sign In
Say hello to my new library: CodeIgniter Postal
#1

Hello,

I thought I should present my new library to the community. CodeIgniter Postal is a library that allows you to pass session "flash" messages between requests (controllers...). Once they are retrieved, they're deleted from the session data. You can download it from my Github repository: https://github.com/avenirer/CodeIgniter-Postal or you can read more about it on my site: http://avenir.ro/say-hello-to-my-new-library-postal/

Any input would be great. Thank you.
Reply
#2

(This post was last modified: 05-28-2015, 07:32 AM by rakibtg.)

this is a great library thanks for sharing Smile
Reply
#3

What's the benefit of using this library as opposed to just using the session "flash data" messages that CI already provides?
Reply
#4

@Narf the main benefit would be the fact that the messages are kept until they are called, and not until the next request. Also, the output is already html formated. Of course you can do all these without using this library, but this way seems faster to me. What do you think?
Reply




Theme © iAndrew 2016 - Forum software by © MyBB