Workaround for CakePHP front page caching

Saturday, 26th April 2008

I’ve had some problems with the CakePHP cache helper, I wanted to cache my front page but I ran into some really strange problems.

I looked everywhere, and it seemed like that it wasn’t possible to just cache the index page without caching the whole controller, I couldn’t find any way to just cache my home action.

First of all, you set up what to cache using $cacheAction to specify either multiple actions within a controller, but you can also use $this->cacheAction within an action to cache that action regardless of where it’s called from ( which in this case is from luddep.se/ )

<?php
class NotesController extends AppController
{
    var $helpers = array( 'Cache' );

    // Home action
    function home()
    {
        // Cache this action manually.
        $this->cacheAction = '1 day';

        /** Rest of the action....*/
    }
}

I hope this helps someone, I sure wish that I had found this out earlier.

Tags

Related notes

5 comments

  1. 's gravatar 10th December 2008

    Felix

    Thanks! Your tips saved my time! Does Cake support element caching in 1.2 rc3? Don’t know how to use it.

  2. 's gravatar 26th December 2008

    viagra

    added to rss reader viagra

  3. 's gravatar 15th September 2009

    DyettyAlcocky

    You know that saying, it takes a village to put together a child?

    Evidently, Kanye’s village has failed him. He buy cialis mastercard patently doesn’t demand a real chum in the world. There does not rise to be anyone who can retrieve past to him, to represent him understand that he needs to curb his repellent behavior.

  4. 's gravatar 11th November 2009

    Bizavaismmica

    what’s your thoughts about surveys for money online. somebody of my mates told me that it is possible to earn some cash only getting surveys for money online. Is it reality or not. I’m not genuinely sure. In internet there is uncountable surveys internet sites which claims that it is possible to earn money working from internet and simply filling surveys. In my countryside there was few companies which in past offered take offline surveys for the sake of cash. In fact I participated to few of them. Then one genuine friend told me that his colleague sent him one online site called surveys for money Just curious somebody seen that place before cause he tells that it is possible to earn some dollars in that way. Maybe someone can post here your opinion about that. Thanks in advance and sorry about offtopic.

  5. 's gravatar 8th December 2009

    Lalslically

    Alohi. Mi zer novazo. http://jestormani.net

Write comment

Optional

No HTML is allowed, please use Markdown for text formatting.

Emails are never published, but are used to spice up your comment through Gravatar.