did you try to use google?? There are several tuts out there that will explain how to do this, but you need the following:
1. Set up CakePhp
2. retrieve data that you want to show in a grid panel and output this as JSON or XML (json_encode($data) is in php 5)
3. create gridpanel with JSON store
4 map the JSON fields into your gridpanel