• GK & Current Affairs
  • Exam Calender
  • IQ Puzzles
  • Comics Sections
  • Login
  • Registration
  • Reffer & earn
Knowledgedunia

,

  • Home
  • Category
    • Aptitude
    • General Studies
    • Reasoning
    • Puzzles
    • Programming Language
    • Interview
    • Database
    • Networking
    • Solr
  • Interview
  • Online Test
  • General Knowledge
    • Important Days
  • Ask Now !
  • Solr
  • HR
  • Puzzles
  • Reasoning

Time:

CakePHP PHP Questions & Answer

  1. Home
  2. PHP
  3. CakePHP

What is cakephp?

6 years ago 745 Views

Cakephp is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. it uses commonly known design patterns like MVC,ORM within the convention over configuration paradigm, It also reduces development costs and helps developers write less code.

Why CakePHP, and why not any other framework?

6 years ago 1210 Views

It has been for years in the market with strong support in the form of communities and online documentation, it supports PHP 4/5 , sometimes it becomes mandatory to support PHP 4 because of client's limitation in support php5, there CakePHP helps.

What is the directory structure when you download CakePHP?

6 years ago 588 Views

CakePHP Directory Structure
* app/
        o config/
        o controllers/
        o models/
        o plugins/
        o tmp/
        o vendors/
        o views/
        o webroot/
* cake/
        o config/
        o docs/
        o libs/
* vendors/

What is the first file that gets loaded when you run a application using CakePHP and can you change that file?

6 years ago 669 Views

Bootstrap.php, Yes it can be changed , either through index.php , or through htaccess.

Using CakePHP, What all are drawbacks?

6 years ago 703 Views

The learning curve, and it loads full application before it starts your task. Its not recommended for small projects because of its resource heavy structure.

What is a component,helper and why are they used, is there other way we can do same thing, what is better?

6 years ago 704 Views

A component is an independent piece of code written for specific task that can be used by calling in controllers (example : email component), helper is used for helping cakePHP in rendering the data to be shown to user with views, these only adds to modularity in code otherwise same coding can be implemented in controller.

How do you proceed when you have to use CakePHP for any application?

6 years ago 673 Views

Take the Framework either from cake site or if you have changed according to your needs start from there. proceed with basic software engineering concepts as requirement gathering etc

What is HABTM?

6 years ago 759 Views

Has And Belongs To Many is a kind of associations that can be defined in models for retrieving associated data across different entities.

How can we use ajax in CakePHP?

6 years ago 711 Views

By calling ajax helper and then using it in controller for rendering.

If you have to validate a registration module for a user, what all can be possible ways, which one is the best?

6 years ago 603 Views

Can be done on submission in controller, or using javascript/ajax while user is still filling the data. second option is better.

  • «
  • 1
  • 2
  • »

Hot Questions


  • What are the advantages and disadvantages of Standard Query Parser?
  • What is Apache Solr?
  • How to Get the Size of all Tables in a database in MySQL?

  • Explain Faceting in Solr.
  • What is MVC?

Recent Comments


  • Aziz Panna on
  • Brijesh Maurya on

    What is Laravel framework?

Knowledge Dunia
 
  • Solr Interview Questions
  • Earth Day Questions
  • PHP Interview Questions
  • HR Interview Questions
  • Important Day Of The Year
  • MySQL Interview Questions
  • General Awareness Questions
  • Railway Questions
  • CakePHP Interview Questions
  • Ask Your Question Now!
  • Sports Questions
  • About us
  • Contact Us
  • Facebook
  • Twitter
  • Google Plus

© 2016 cubetodice.com. All rights reserved.

Sign Up with Facebook
Sign Up with Google

OR

MALE FEMALE

By clicking on the button "Register" you agree to be the terms of service (User Agreement)

Already Register Sing In

×
Sign In with Facebook Sign In with Google

Forgot password?