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

    A
    True

    B
    False

    Note: Not available
    1. Report
  2. 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
  3. 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
  4. 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
  5. Question: Which class represents for search from database?

    A
    CDbConnection

    B
    SQLConnection

    C
    DBConnection

    D
    CDbCriteria

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

    A
    Add()

    B
    Save()

    C
    Insert()

    D
    Insertion()

    Note: Not available
    1. Report
  7. Question: Which is correct ?

    A
    Chtml::Error()

    B
    CHtml::error()

    C
    form->error()

    D
    form->error

    Note: Not available
    1. Report
  8. Question: Which is correct ?

    A
    $form->hiddenField()

    B
    CHtml ->hiddenField()

    C
    CHtml:: hiddenField()

    D
    none of the above

    Note: Not available
    1. Report
  9. Question: Which is correct ?

    A
    $form-> submitButton ()

    B
    CHtml -> submitButton ()

    C
    CHtml::submitButton()

    D
    none of the above

    Note: Not available
    1. Report
  10. Question: Which represents a query criteria, such as conditions, ordering by, limit/offset?

    A
    Query

    B
    CDbCriteria

    C
    CQuery

    D
    CdQuery

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