1. Question: _________often represent a single function or interface in an application.

    A
    View

    B
    Controller

    C
    Model

    D
    Actions

    Note: Not available
    1. Report
  2. Question: To take a advantage of the validation features in cakephp, you'll need to use Cake's FormHelper in your:

    A
    action

    B
    helper

    C
    controller

    D
    views

    Note: Not available
    1. Report
  3. Question: The single instruction in the action uses _______to pass data from the controller to view .

    A
    set()

    B
    show()

    C
    view()

    D
    get()

    Note: Not available
    1. Report
  4. Question: cake's view files are stored in/app/View inside a folder named after the controller they correspond to .So for controller named PostController the view folderlocation will be

    A
    /app/posts

    B
    /app/views/Posts/

    C
    /app/View/post/

    D
    /app/View/posts/

    Note: Not available
    1. Report
  5. Question: In cakephp,the view /template file extension is:

    A
    php

    B
    html

    C
    ctp

    D
    ctm

    Note: Not available
    1. Report
  6. Question: $this->Html is the instance of cakephp's________class.

    A
    HtmlHelper

    B
    ViewHelper

    C
    htmlhelper

    D
    viewHelper

    Note: Not available
    1. Report
  7. Question: How to create a form in cakephp?

    A
    $this->create()

    B
    $this->FormHelper->create()

    C
    $this->FormController->create()

    D
    $this->Form->create()

    Note: Not available
    1. Report
  8. Question: In cakephp validation rules are defined in:

    A
    controller

    B
    model

    C
    view

    D
    helper

    Note: Not available
    1. Report
  9. Question: Every cakePHP request includes a CakeRequest object object which is accessible using $this->request.

    A
    true

    B
    false

    C
    none

    Note: Not available
    1. Report
  10. Question: Cake's routing is found in:

    A
    /app/Config/core.php

    B
    /app/Config/database.php

    C
    /app/Config/routes.php

    D
    /app/routes.php

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