By default CakePHP will use the default.ctp layout to display any error messages. In some cases this may not be desirable as your default.ctp might
Month: April 2009
Let me just preface this post, by saying that this is indeed a very much simplified example. The main purpose here is not to provide
There is a number of examples (some you can find even on this blog) on how to save a Post with a few Tags. Most
One of many cool CakePHP’s features is the Counter Cache. From the manual: “This function helps you cache the count of related data. Instead of
I guess it’s no big secret that you can easily serve JavaScript files with some PHP content, by using something like: <script type="text/javascript" src="myscript.php"></script> Let’s