Articles related to CakePHP in some way.
Posted in CakePHP on 10.07.2008.
While rewriting bits of NeutrinoCMS, I've noticed a slight error in judgment on my behalf. I was following what I consider to be bad code formatting, though some will surely disagree.
Posted in CakePHP on 09.07.2008.
Sometimes you just don't want to index/crawl parts of your site. Learn how to automate this with CakePHP and robots.txt
Posted in CakePHP on 01.07.2008.
This is really starting to be annoying, but it is also showing how much one can evolve by learning CakePHP in more detail.
Posted in CakePHP on 26.06.2008.
Since this question has been asked many times, here it is in a form of short tutorial. Hopefully someone will find it useful.
Posted in CakePHP on 16.06.2008.
How would you know if CakePHP is good for you? What do you need to start baking?
Posted in CakePHP on 28.05.2008.
It seems like people still have problems with EmailComponent, so here's a short tutorial.
Posted in CakePHP on 08.05.2008.
Due to some issues with my downloads, I've decided to try MediaView. Too bad for me.
Posted in CakePHP on 30.04.2008.
My ancestors wanted me to work with CakePHP. Why? Read on...
Posted in CakePHP on 29.04.2008.
I've decided to make my "remember me" feature a bit better by creating a component.
Posted in CakePHP on 28.04.2008.
It seems like I might get a chance to promote CakePHP at work.
Posted in CakePHP on 18.04.2008.
There has been some discussion on who should be the lead developer of CakePHP. Here is my 2c.
Posted in CakePHP on 07.04.2008.
While developing Neutrino, I've decided to implement a simple hitcount behavior. So here it is.
Posted in CakePHP on 21.03.2008.
A simple yet effective way to store your settings in the database and make them available everywhere.
Posted in CakePHP on 21.03.2008.
Last night, I ran into a slight problem with my forms and submitting articles on my dev platform. It seems like the problem lies in Cake's own FormHelper...
Posted in CakePHP on 05.03.2008.
I've seen this question asked over and over again: should I use 1.1 or 1.2 beta? Well, here it is once and for all.
Posted in CakePHP on 21.02.2008.
It seems like the Cake community has some issues with snobs and noobs and no one is winning. What a splendid thing indeed.
Posted in CakePHP on 13.02.2008.
There have been some posts and numerous questions on how to implement the "remember me" checkbox on user login. It seems like I've managed to accomplish this. It may not be the best way to do it, but it works.
Posted in CakePHP on 06.02.2008.
Creating a content editor with has never been easier. All you need is Markdown and dp.SyntaxHighlighter!