Maybe an action that calls some component

function show_graph($id)
{
    $this->graphX->show($id);
}

This component then must do an $this->controller->autoRender=false; and
maybe an exit() if you're in debug mode (to skip timerwatch at the end
of the output)

X-Google-Language: ENGLISH,ASCII-7-bit
Received: by 10.11.53.63 with SMTP id b63mr98062cwa;
        Sun, 21 May 2006 03:00:58 -0700 (PDT)
X-Google-Token: PmN8hAwAAADvUSNcT2VM3lbPi1SkuLZR
Received: from 80.34.235.120 by u72g2000cwu.googlegroups.com with HTTP;
        Sun, 21 May 2006 10:00:58 +0000 (UTC)
From: "RosSoft" <[EMAIL PROTECTED]>
To: "Cake PHP" <[email protected]>
Subject: Re: Outputting Images
Date: Sun, 21 May 2006 10:00:58 -0000
Message-ID: <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
User-Agent: G2/0.2
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.8.0.3) 
Gecko/20060425 SUSE/1.5.0.3-4.1 Firefox/1.5.0.3,gzip(gfe),gzip(gfe)
Mime-Version: 1.0
Content-Type: text/plain

Maybe an action that calls some component

function show_graph($id)
{
    $this->graphX->show($id);
}

This component then must do an $this->controller->autoRender=false; and
maybe an exit() if you're in debug mode (to skip timerwatch at the end
of the output)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to