1. Question: Actions are methods on a ________ that handle requests.

    A
    controller

    B
    components

    C
    models

    D
    views

    Note: Not available
    1. Report
  2. Question: The set method() is the main way to send data from your controller to your_________.

    A
    controller

    B
    model

    C
    action

    D
    view

    Note: Not available
    1. Report
  3. Question: The __________class is the parent class to all of your application's controllers.

    A
    ViewController

    B
    DevController

    C
    Appcontroller

    D
    controller

    Note: Not available
    1. Report
  4. Question: In cakephp, the conventional view file name is the lower cased and underscored version of the ______name.

    A
    controller

    B
    model

    C
    action

    D
    view

    Note: Not available
    1. Report
  5. Question: Which is not a CakePHP conventions?

    A
    Controller class names are plural, CamelCased, and end in Controller.

    B
    File names match the class names, which are CamelCased. So if you have a class MyNiftyClass, then in CakePHP, the file should be named MyNiftyClass.php

    C
    Model class names are singular and CamelCased.

    D
    Table names corresponding to CakePHP models are plural and underscored.

    E
    Field names with two or more words are underscored.

    F
    The basic pattern for view template file is /app/View/Controller/underscored_function_name.ctp

    G
    Variable name should be CamelCased.

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