Answer Posted / Prakash Narayan Mishra
To fetch data from a database in CakePHP, you can use the find() method provided by models. For example: $data = $this->ModelName->find('all'); will return all records for the specified model.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category