1. Question: A controller don’t have any default action

    A
    True

    B
    False

    Note: Not available
    1. Report
  2. Question: The prefix of any method name of a controller is

    A
    function

    B
    method

    C
    action

    D
    index

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

    A
    CFilter

    B
    CController

    C
    CDatabase

    D
    CModel

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

    A
    Active Record Model

    B
    Form Model

    C
    Widget

    D
    CMode

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

    A
    CHtml::textField();

    B
    CForm::textField()

    C
    CModel::textField()

    D
    $form->textField

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

    A
    CHtml::textField();

    B
    CForm::textField()

    C
    CModel::textField()

    D
    $form->textField

    Note: Not available
    1. Report
  7. Question: ______generates a label associated with the specified model attribute.

    A
    $form->labelEx

    B
    CHtml::Label

    C
    CHtml::activeLabel()

    D
    activeLabel

    Note: Not available
    1. Report
  8. Question: Which is/are ways that not allow you to work with databases?

    A
    Active Record

    B
    ADO

    C
    Query Builder

    D
    SQL via DAO

    Note: Not available
    1. Report
  9. Question: Which class represents for search from database?

    A
    CDbConnection

    B
    SQLConnection

    C
    DBConnection

    D
    CDbCriteria

    Note: Not available
    1. Report
  10. Question: To finish the update data which method need to call?

    A
    Add()

    B
    Save()

    C
    Insert()

    D
    Insertion()

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