Well, it certainly clarifies a lot :) "My app is not working" Turn on debug in the config/core.php file, set it to 2. Use debug in your code, as described in the CakePHP book at: http://book.cakephp.org/view/1190/Basic-Debugging and see what kind of data you are working with, whether or not they conform to what you expect.
You are the developer, so please develop, use debug, and tell us what is wrong, what error messages you get, what you don't get! Not just sentences saying "... is wrong, ... is not working, etc." It doesn't give us any information with which to work on your issue! Enjoy, John On Jun 18, 12:05 am, Alejo <[email protected]> wrote: > My app is not working. > I need some example working for try to understand what is wrong with > this code. > > The pagination is not working. > > I think that should be some other way to do it, but I dont know. > > Thanks. > > Alejus 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
