Hello, I'm having difficulty implementing the report component that was posted in the bakery some time ago: http://bakery.cakephp.org/articles/view/report-creator-component
Since I'm using Cake 1.2.6, I modified it as suggested further down in the comments, but I'm getting the below fatal error when I try to run the reports: Fatal error: Class '' not found in [path/to/component/class] on line 78 The line in question is: $this-> model = new $value; I'm wondering if anyone has had any luck using this in 1.2, and if so, do you have any suggestions on how to fix this? Best, butterlamb 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
