1. Question: ______________generates a label associated with the specified model attribute.

    A
    Labe

    B
    CHtml::Label

    C
    CHtml::activeLabel()

    D
    activeLabel

    Note: Not available
    1. Report
  2. Question: CFormInputElement recognizes which of the following built-in types?

    A
    ActiveLabel

    B
    ActiveTextbox

    C
    Text

    D
    Hidden

    E
    password

    Note: Not available
    1. Report
  3. Question: Yii introduces which of the three ways that allow you to work with databases?

    A
    Active Record

    B
    ADO

    C
    Query Builder

    D
    SQL via DAO

    Note: Not available
    1. Report
  4. Question: Yii DAO mainly consists, which of the following classes?

    A
    DataReader

    B
    CDbConnection

    C
    CDbCommand

    D
    SqlCommand

    Note: Not available
    1. Report
  5. Question: Which class represents a connection to a database?

    A
    CDbConnection

    B
    SQLConnection

    C
    DBConnection

    D
    Connection

    Note: Not available
    1. Report
  6. Question: To start using the Query Builder, we create a new instance of

    A
    DbCommand

    B
    CDbCommand

    C
    Command

    D
    Connection

    Note: Not available
    1. Report
  7. Question: To access a database table, we first need to define an AR class by extending

    A
    CActive

    B
    ActiveRecord

    C
    CController

    D
    CActiveRecord

    Note: Not available
    1. Report
  8. Question: Which method need to call to finish the insertion?

    A
    Add()

    B
    Save()

    C
    Insert()

    D
    Insertion()

    Note: Not available
    1. Report
  9. Question: To read data in a database table, which method we need to call?

    A
    Add()

    B
    Save()

    C
    Insert()

    D
    Find()

    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 © 2025. Powered by Intellect Software Ltd