Commentia v1.5

Commentia is a CakePHP Behavior that automatically runs after a comment is made. Each comment is tested upon a point system to determine if they shall be approved or pending (high points), or marked as spam / deleted (low points).

Recent Thoughts

Two new scripts, Resession and Decoda

Thursday, May 28th 2009, 12:29am
Topics: Resources, Scripts, CakePHP, PHP & MySQL
Tags: Script, Resession, Decoda, Helper, Session, Manager, Bbcode, Parser
Views: 690, Comments: 4

It has been a while since I released some of my scripts, but now I have two to reveal! Well actually the Resession script has been up for nearly 2 months now, but I'm finally getting around to announcing. And without further ado, I give you Resession (Session Manager) and Decoda (A BBcode style parser).

Decoda (Also has a CakePHP Helper version)
Decoda is a lightweight class that extracts and parses a custom markup language; based on the concept of BB code. Decoda supports all the basic HTML tags and manages special features for making links and emails auto-clickable, using shorthand emails and links, and finally allowing the user to add their own code tags.

Download the latest versions of Decoda

Resession
A small lightweight script that can manage and manipulate Session data. Calls session_start() in memory so that no header errors are thrown, as well as stores the session id in the object.

Download the latest version of Resession

If you have any suggestions for either of these classes, please feel free to comment this post or send me an email!
Related Entries:

4 Comments

10 / 2 = ?
Allowed: [code] [b] [i] [u]
  • techno-geek
    www.techno-geeks.org
    May 28th 2009, 09:43
    1 Where is the "Remember Me" component you have been working on? ;)
  • Miles Johnson
    www.milesj.me
    May 28th 2009, 15:15
    2 @Techno-Geek - I need to do a bit more testing under certain circumstances, but should be up in a week.
  • Miles Johnson
    www.milesj.me
    Jun 3rd 2009, 22:24
    3 Resession has been updated with security, check it out!
  • Ben Pesso
    benpesso.com
    Jun 26th 2009, 04:07
    4 Any way your Resession script can fix all the issues people are having with lost session in Cake?