Forum

The Forum is a CakePHP plugin based on the popular bulletin board system. Bundled with all basic features, simply drop into your application.

Entries for Resources

Below I will quickly and easily show you how to enable Apache's mod_rewrite in XAMPP Windows. If you are unclear on what mod_rewrite is, it basically takes a long query string url and shortens it to be SEO and user friendly. Now if you are also a CakePHP user, having mod_rewrite enabled is the best course of action. But it seems that mod_rewrite is not enabled with the initial install of XAMPP. Do not worry, it's extremely easy to enable the module, and here's how it's done. Continue reading...
After diving into CakePHP, I thought some good practice was to use their Auth Component (A prebuilt user login and authentication system). While working with it, I ran into a few problems, it was tiresome debugging it. Continue reading...
Ive started on a journey, to learn both CakePHP and Symfony along side each other. Both powerful PHP frameworks... lets see which one I like better. Continue reading...