SpamBlocker

Spam Blocker is a CakePHP Behavior that automatically before after a comment is made. Each comment is tested upon a point system to determine if it should be approved, set to pending (high points), or marked as spam / deleted (low points).

Entries for Tutorials

After diving into CakePHP, I thought it best to learn the AuthComponent (a user login and authentication system). In this tutorial I will teach you how to write the code and to use it accordingly. Continue reading...