CakePHP

Programming PHP CakePHP Related Posts

Mental Ramblings Site Gets a Makeover

Created: Sat, Jan 26th 2008, 18:29

As an avid user and supporter of CakePHP, I had felt compelled for some time to switch the site from Wordpress to a custom CakePHP Blog setup. We'll look at the advantages and disadvantages of building your own custom blog.

Site Improvements Continue

Created: Mon, Jan 28th 2008, 01:54

In an attempt to make this a more function blog system, I have in added in some new features.The hardest to implement was the comments system, even though it would seem that it would be easy. The reason that it was difficult was due to the fact that I wanted to have the comments system update right away using Ajax.

loadModel Speed Testing

Created: Thu, Nov 19th 2009, 00:40

Loading a model with the builtin controller method loadModel() seems to be slower than simply applying the Contoller Global var $uses. Check it out.

loadModel Speed Testing Part 2

Created: Thu, Nov 19th 2009, 10:26

loadModel Testing part 2 Use at your own risk! You've been warned. In other words, Try this at home. Not at work.