If you type this at the top of your view file:

die(debug($this->data));

what do you get?

Jeremy Burns
[email protected]
On 15 Apr 2010, at 17:08, ivan wrote:

> when i access with :
> 
> http://localhost/alkitab/pencarian_kata_kitabs/120515
> 
> display with (default) 0 query took ms
> 
> but when i access with :
> <?php
> App::import('Core', 'HttpSocket');
> $HttpSocket = new HttpSocket();
> $results = $HttpSocket->get('http://localhost/alkitab/
> pencarian_kata_kitabs/view/120515');
> echo $results;
> ?>
> 
> this result same: (default) 0 query took ms
> 
> if there was anything wrong with my controller, or other parts of my
> programming?
> 
> Check out the new CakePHP Questions site http://cakeqs.org and help others 
> with their CakePHP related questions.
> 
> You received this message because you are subscribed to the Google Groups 
> "CakePHP" 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?hl=en
> 
> To unsubscribe, reply using "remove me" as the subject.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" 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?hl=en

Reply via email to