InterviewSolution
Saved Bookmarks
| 1. |
What Is A Component In Cakephp? |
|
Answer» Components are packages of logic that are shared between controllers. They are USEFUL when a COMMON logic or CODE is REQUIRED between DIFFERENT controllers. Components are packages of logic that are shared between controllers. They are useful when a common logic or code is required between different controllers. |
|