1. Question: By default Yii has only one demo user

    A
    true

    B
    false

    Note: Not available
    1. Report
  2. Question: Only digit are support in text field for this which validation rules have to apply

    A
    alphanumeric

    B
    integer

    C
    numeric

    D
    numerical

    Note: Not available
    1. Report
  3. Question: Where you have to define the relations method

    A
    controller

    B
    view

    C
    module

    D
    components

    E
    None of the above

    Note: Not available
    1. Report
  4. Question: What is correct

    A
    public $layout='/layouts/aaa;

    B
    public $layout='//layouts/aaa/;

    C
    public $layout='/layouts/aaa/;

    D
    public $layout='//layouts/aaa;

    Note: Not available
    1. Report
  5. Question: By which symbol in access rule define “only login user can access a action “

    A
    *

    B
    @

    C
    #

    D
    none of the above

    Note: Not available
    1. Report
  6. 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
  7. Question: A controller is an instance of

    A
    CController

    B
    CModel

    C
    CBase Class

    D
    CComponent

    Note: Not available
    1. Report
  8. 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
  9. 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
  10. Question: A filter can also be an instance of

    A
    CFilter

    B
    CController

    C
    CDatabase

    D
    CModel

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