I other than using the steps http://bakery.cakephp.org/articles/view/restful-web-services-with-cak...., I also have tried http://book.cakephp.org/view/477/The-Simple-Setup.
When i tried http://book.cakephp.org/view/477/The-Simple-Setup, this is my work: 1. in app/config/routes.php I would add : Router::mapResources('pencarian_kata_kitabs'); Router::parseExtensions(); 2. when i try access my URL http://localhost/alkitab/pencarian_kata_kitabs/144191, this step can give result to show view when id is 144191. 3. in C:\xampp\htdocs\alkitab\views\pencarian_kata_kitabs\xml, i add : <pencarian_kata_kitabs> <?php echo $xml->serialize($pencarianKataKitabs); ?> </pencarian_kata_kitabs> 4. how i can show result of search? example i search John 1, so this result is John 1:1, John 1:2 until the end John 1. 5. How i can try, to know what i doing it's true? (how to access my work until show result from search?) please help and give me guide to can make it with true. You can give me guide from http://bakery.cakephp.org/articles/view/restful-web-services-with-cakephp or you can give me guide from http://book.cakephp.org/view/477/The-Simple-Setup. Thanks before. 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 [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.
