Wow Ivan! So many people have helped you today and told you the same thing - YOUR VARIABLE NAME IS WRONG. You switch between $result and $results, which is why you are getting a (very very basic) basic error message:
error is : Undefined variable: result [APP\views\pencarian_kata_kitabs\show.ctp, line 5] You need to stick with one or the other. Go through your code and where you see $result change it to $results. Then read the guide like we all have to. Jeremy Burns [email protected] On 15 Apr 2010, at 16:02, ivan wrote: > i understand with php but cakephp is first time so i'm confused with > REST cakephp. i hope you can give me solution so i can understand make > server and client REST cakePHP. > > 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
