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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com 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.

Reply via email to