1. Question: What are 3 important parts of MVC?

    A
    The Model represent the application data

    B
    The View renders a presentation of model data

    C
    Module represents the application part

    D
    The Controller handles and routes requests made by the client

    Note: Not available
    1. Report
  2. Question: The view layer in CakePHP can be made up of a number of different parts.What are the deferent part of view layer?

    A
    View

    B
    Element

    C
    Controller

    D
    Model

    E
    Helper

    Note: Not available
    1. Report
  3. Question: Which block of the content contains the content of the render view?

    A
    Content Block

    B
    Title Block

    C
    Section Block

    Note: Not available
    1. Report
  4. Question: What are the relationship types in CakePHP?

    A
    HasOne

    B
    ManytoMany

    C
    HasMany

    D
    belongsTo

    Note: Not available
    1. Report
  5. Question: Cakephp is a PHP framework package which enables you to develop custom application.It supports a MVC based architecture.

    A
    TRUE

    B
    FALSE

    Note: Not available
    1. Report
  6. Question: What is the first file that gets loaded when you run a application using cakephp?

    A
    Index.php

    B
    Bootstrap.php

    C
    Core.php

    D
    Database.php

    Note: Not available
    1. Report
  7. Question: What is the first function that gets loaded from a controller?

    A
    About

    B
    Index

    C
    Delete

    D
    Edit

    Note: Not available
    1. Report
  8. Question: What are the list of some database related functions in cakephp?

    A
    Find

    B
    FindAll

    C
    Create

    D
    Query

    Note: Not available
    1. Report
  9. Question: What is the name of cake's database configuration file?

    A
    Datasource

    B
    Database

    C
    Database.php.default

    Note: Not available
    1. Report
  10. Question: What are commonly used components of cakephp?

    A
    Security

    B
    Database

    C
    Session

    D
    Helper

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