1. Question: Which one is correct callback function ?

    A
    callback_

    B
    _callback

    C
    _callback_

    Note: Not available
    1. Report
  2. Question: Which syntax is correct about TRUE,FALSE and NULL?

    A
    if($active == true)<br />$zero = null;<br />function test($test = false)

    B
    if($active == true) $zero = NULL; function test($test = FALSE)

    C
    if($active == TRUE) $zero = NULL; function test($test = FALSE)

    D
    if($active = TRUE) $zero = NULL; function test($test = FALSE)

    Note: Not available
    1. Report
  3. Question: If we use closing tag in php file any controller or views then result may show _____.

    A
    PHP errors

    B
    warnings

    C
    even blank pages

    D
    All

    Note: Not available
    1. Report
  4. Question: Which code is true for loading a helper?

    A
    $this->load_helper('form');

    B
    $this->load->helper('form');

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

    D
    $this->load->helpar('form');

    Note: Not available
    1. Report
  5. Question: To load library which function is used?

    A
    $this->load->library('name');

    B
    $this->load->librery('name');

    C
    $this->load->load_library('name');

    D
    None

    Note: Not available
    1. Report
  6. Question: _____ files are a collection of functions in a particular group.

    A
    Plugin

    B
    Helper

    C
    Libraries

    D
    None

    Note: Not available
    1. Report
  7. Question: How we can load multiple helpers?

    A
    $this->load->helper('form','url','cookie');

    B
    $this->load->helper(array('form','url','cookie'));

    C
    $this->load->helper->'form','url','cookie';

    D
    None

    Note: Not available
    1. Report
  8. Question: Why benchmarking class is used?

    A
    To calculate the time between two points in application.

    B
    To abstacts function.

    C
    To create function

    D
    None

    Note: Not available
    1. Report
  9. Question: Benchmarks can be added to Controllers, Views, and Models in three steps______.

    A
    Mark the starting point

    B
    Mark the ending point

    C
    Run the function to show the elapsed time

    D
    All

    Note: Not available
    1. Report
  10. Question: The full meaning of  SMTP ______

    A
    Simple Mail Transfer Protocol

    B
    Simple Mail Transfer Procedure

    C
    Simple Mails Transfer Protocols

    D
    None

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