InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by Scaffolding used in CakePHP? |
|
Answer» It is a technique that allows a user to define and CREATE a BASIC application that can create, RETRIEVE, update and delete objects in CAKEPHP. |
|