Tag Archives: cakephp

More features

Alrighty then… I finally got around to add some more features to my webpage, and the first thing I added was the comments section! it’s finally up and running, all you need, is an OpenID and you can login and type a comment to the various posts. I also updated my CakePHP backend to version 1.2rc3, just so i’d have all new thingies.
What else… ah yes… I’ve added a syntax highlighter to the code sections as well. It works rather well, but increases the load time on the page slightly… I’ve also included pagenation on the blog! Was actually kinda fast to implement, just a few lines of Cake code and wupti.

Continue reading “More features” »
Tagged , | Comments Off

CakePHP and the (in)famous Auth component

After struggling for a while with CakePHP (specifically 1.2 rc3, but also in general) and the Auth Component, I finally found out how it works. While working freelance on a site for a customer, I had to make some form of Authentication in order to login the users of the system etc. What better place to start than CakePHP’s own documentation: http://book.cakephp.org/view/172/Authentication

This didn’t really help me on my quest

Tagged , , | Comments Off

New homepage framework!

After a few discussions with the frontend group at work about writing everything yourself, they suggested that I looked at CakePHP. It looks a lot like Ruby On Rails and has most of the features it has, just for php :)

CakePHP is a Rapid development framework, written in php for php. It has a lot of cool features, such as Active Directory objects for databases, “search friendly urls” (almost by default), a good MVC pattern and much more!

Tagged , | Comments Off