1. Question: Which hook is called immediately after your Controller has been instantiated, but prior to any method calls being made?

    A
    pre_system

    B
    pre_controller

    C
    post_controller_constructor

    D
    post_controller

    Note: Not available
    1. Report
  2. Question: Which hook is called immediately after your Controller is executed?

    A
    post_controller_constructor

    B
    post_controller

    C
    pre_controller

    D
    display_override

    Note: Not available
    1. Report
  3. Question: How can you enable CodeIgniter's hook?

    A
    In config.php setting $config['enable_hooks']=TRUE;

    B
    In config.php setting $config['hooks']=TRUE;

    C
    In config.php setting $config['enable_hook']=1;

    D
    None

    Note: Not available
    1. Report
  4. Question: Which is not CodeIgniter helper function?

    A
    $this->load-helper('html'); doctype()

    B
    $this->load-helper('array'); element()

    C
    $this->load-helper('array'); rendom_element()

    D
    $this->load-helper('inflector'); singular()

    E
    $this->load-helper('inflector'); plural()

    F
    $this->load-helper('inflector'); camelize()

    G
    $this->load-helper('inflector'); underscore()

    H
    $this->load-helper('inflector'); humanize()

    I
    $this->load-helper('text'); highlight_code()

    J
    directory_map()

    K
    $this->load-helper('html'); html()

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