after i create server with http://book.cakephp.org/view/477/The-Simple-Setup:
Router::mapResources('pencarian_kata_kitabs');
Router::parseExtensions();

next step create client in app/view/pencarian_kata_kitabs/show i add
code:
<?php
App::import('Core', 'HttpSocket');
$HttpSocket = new HttpSocket();
$results = $HttpSocket->get('http://localhost/alkitab/
pencarian_kata_kitabs/120515');
echo $result;
?>

why did not show? please give me solution.

Thanks AD.
from Ivan

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