1. Question: Which is  extremely useful and even though also optional ?

    A
    Model

    B
    View

    C
    Controller

    Note: Not available
    1. Report
  2. Question: The PHP closing tag is optional.

    A
    True

    B
    False

    Note: Not available
    1. Report
  3. Question: you can remap function calls by using a function in your controller called _remap()

    A
    True

    B
    False

    Note: Not available
    1. Report
  4. Question: view file can also  call other view files if you need other flexibility.

    A
    True

    B
    False

    Note: Not available
    1. Report
  5. Question: you can pass data to a view file by using the Second  parameter of the load->view function.

    A
    True

    B
    False

    Note: Not available
    1. Report
  6. Question: _____ are the information that is being presented on the screen to users through theire web browsers.

    A
    Views

    B
    Controllers

    C
    Models

    D
    None

    Note: Not available
    1. Report
  7. Question: The default batch size for bcc is 100.

    A
    True

    B
    False

    Note: Not available
    1. Report
  8. Question: Which is correct in CodeIgniter about closing tag?

    A
    <?php
    class Helloworld extends Controller{
     function index(){
      echo("Hello, World!");
     }
    }
    ?>

    B
    <?php
    class Helloworld extends Controller{
     function index(){
      echo("Hello, World!");
     }
    }
    /* End of file helloworld.php */
    /* Location: system/application/controllers/ */

    C
    <?php
    class Helloworld extends Controller{
      function index(){
        echo("Hello, World!");
      }
    }
    /* End of file helloworld.php */
    /* Location: system/application/controllers/ */
    ?>

    D
    None

    Note: Not available
    1. Report
  9. Question: we can set automatic filtering on by setting to $config[‘global_xss_filtering’] = TRUE

    A
    True

    B
    False

    Note: Not available
    1. Report
  10. Question: To ensure file upload security,there is an  optional second parameter to the xss clean function

    A
    True

    B
    False

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