1. Question: Cakephp allows you to setup a combination of controllers ,models and views and release as a packaged application.

    A
    Helper

    B
    Plugin

    C
    Views

    D
    Behavior

    Note: Not available
    1. Report
  2. Question: Session can be configured in a number of ways in cakephp?

    A
    $this->Session->write('Persion.eyeColor',Green');

    B
    C
    D
    Note: Not available
    1. Report
  3. Question: How to retrieve the session value in CakePHP?

    A
    $green=$this->session->retrieve('Person.eyeColor');

    B
    $green=$this->session->get('Person.eyeColor');

    C
    $green=$this->session->read('Person.eyeColor');

    Note: Not available
    1. Report
  4. Question: Which method will delete the session cookie and all session data stored in the temporary file system?

    A
    Nullable()

    B
    destroy()

    C
    unset()

    Note: Not available
    1. Report
  5. Question: In CakePHP,what are the server built-in ways of authenticating users stored in your application?

    A
    Fromauthenticate

    B
    Databaseauthenticate

    C
    Basicauthenticate

    D
    Digestauthenticate

    Note: Not available
    1. Report
  6. Question: What are the name of datasource in CakePHP Configuratoin array

    A
    Database/SqlServer

    B
    Database/MySql

    C
    Database/postgee

    D
    All of them

    Note: Not available
    1. Report
  7. Question: How to load plug in one by one or all of them in a single call?

    A
    CakeLoad('ContractManager');

    B
    CakePlugin::loadAll();

    C
    CakePlugin::load('ContractManager');

    D
    Cake.LoadAll();

    Note: Not available
    1. Report
  8. Question: Behaviors add extra funtionality to our models.CakePHP comes with a number of built-n behavior such as

    A
    Authentication

    B
    tree

    C
    Translate

    D
    Session

    Note: Not available
    1. Report
  9. Question: Which helper use to create a forms quickly?

    A
    HTMLHelper

    B
    JsHelper

    C
    FormHelper

    D
    CacheHelper

    Note: Not available
    1. Report
  10. Question: Which Helper contains method to make text more usable and friendly in our views?

    A
    HTMLHelper

    B
    JsHelper

    C
    FormHelper

    D
    TextHelper

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd