InterviewSolution
Saved Bookmarks
| 1. |
Explain Views In Codeigniter? |
|
Answer» View folder contains all the markup files LIKE header, footer, sidebar, ETC. They can be reused by EMBEDDING them ANYWHERE in controller file. They can't called directly, they have to be loaded in the controller's file. View folder contains all the markup files like header, footer, sidebar, etc. They can be reused by embedding them anywhere in controller file. They can't called directly, they have to be loaded in the controller's file. |
|