1. Question: Controller classnames are ______, CamelCased, and end in Controller.

    A
    plural

    B
    singular

    C
    both

    D
    none

    Note: Not available
    1. Report
  2. Question: The getReady() function of the PeopleController class will look for a view template in:

    A
    /app/view/People/get_ready.ctp

    B
    /app/view/PeopleController/get_ready.ctp

    C
    /app/People/get_ready.ctp

    D
    /app/view/get_ready.ctp

    Note: Not available
    1. Report
  3. Question: In general, filenames match the classnames, which are:

    A
    uppercase

    B
    lowercase

    C
    CamelCased

    D
    Capitalized

    Note: Not available
    1. Report
  4. Question: The ____folder is where you'll place third-party PHP libraries you need to use with your cakePHP application.

    A
    app

    B
    vendors

    C
    lib

    D
    plugins

    Note: Not available
    1. Report
  5. Question: Model classnames are ______ and CamelCased.

    A
    plural

    B
    singular

    C
    both

    D
    none

    Note: Not available
    1. Report
  6. Question: CakePHP's_____folder is where you'll do most of your application development.

    A
    app

    B
    vendors

    C
    lib

    D
    plugins

    Note: Not available
    1. Report
  7. Question: CakePHP does not support composite primary keys.

    A
    true

    B
    false

    C
    none

    Note: Not available
    1. Report
  8. Question: A_____is a class that aids in controller logic.

    A
    Component

    B
    helper

    C
    behavier

    D
    model

    Note: Not available
    1. Report
  9. Question: _______are an abstraction that enable models to manipulate different types of data consistenty.

    A
    views

    B
    components

    C
    behaviours

    D
    Datasources

    Note: Not available
    1. Report
  10. Question: The render() method is automatically called at the end of each requested controller______.

    A
    controller

    B
    model

    C
    action

    D
    view

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