What is ctp file for in cake php?
Answer / Mahesh
In CakePHP, a CTP (Component Template Plugin) file is a template used to create reusable components across multiple controllers.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a helper and list some common helpers name used in cakephp?
What is the term "security.salt" and "security.cipherseed" in cakephp?
What are controllers?
What is the first file that gets loaded when you run a application using cakephp?can you change that file?
Is it possible to have multiple validation rules per field in cakephp?
Which methods are used to create and destroy model associations on the fly?
How to add scaffolding in your application?
What is a helper?
Explain cakephp?
What is helper in cakephp?
What are components in cakephp. List some commonly used cakephp components?
List some features of cakephp framework?