1. Question: Which method is incorrect

    A
    $this->render

    B
    $this->renderPartial

    C
    $this-> loadModel

    D
    $this-> performAjaxValidation

    E
    $this->Validation

    Note: Not available
    1. Report
  2. Question: A controller is an instance of

    A
    CController

    B
    CModel

    C
    CBase Class

    D
    CComponent

    Note: Not available
    1. Report
  3. Question: . A controller has a default action. The default action will be executed by default, the default action is named as

    A
    View

    B
    Index

    C
    Render

    D
    Action

    Note: Not available
    1. Report
  4. Question: Which can be defined as a method whose name starts with the word action?

    A
    Index

    B
    Controller

    C
    Action

    D
    Model

    Note: Not available
    1. Report
  5. Question: A filter can also be an instance of

    A
    CFilter

    B
    CController

    C
    CDatabase

    D
    CModel

    Note: Not available
    1. Report
  6. Question: Which models are used to store data collected from user input?

    A
    Active Record Model

    B
    Form Model

    C
    Widget

    D
    CModel

    Note: Not available
    1. Report
  7. Question: Which views refer to the views used by Yii to display error and logging information?

    A
    Layout

    B
    Form

    C
    System

    D
    All of them

    Note: Not available
    1. Report
  8. Question: A component is an instance of ____________or its derived class.

    A
    CModel

    B
    CController

    C
    CForm

    D
    CComponent

    Note: Not available
    1. Report
  9. Question: How we can retrieve the error messages?

    A
    by calling CModel::getErrors() and CModel::getError().

    B
    by calling CModel:: Errors() and CModel:: Error()

    C
    by calling Errors() and Error()

    D
    by calling Errors() and Error()

    E
    All of them

    Note: Not available
    1. Report
  10. Question: To create a text input field, we can call

    A
    CHtml::textField();

    B
    CForm::textField()

    C
    CModel::textField()

    D
    CController::textField()

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