Developing MVC Component for Joomla 1.6 - Part 1 - Frontend View Layer

89 Responses | Created by binhle410 |

Now you have finished reading my first part of the tutorials. Let's have a test.
I hope you all pass it.

  1. 1

    What file is the component's access point? (The first entrance to the Component Front-end)

  2. 2

    Which file is at the root foler of the Component's Front-end

  3. 3

    Why did this error occur "Fatal error: Uncaught Invalid controller: name=, format= thrown in" libraries\joomla\application\component\controller.php on line 242

  4. 4

    How to create a new Controller Object for HelloKitty Controller

  5. 5

    $controller->redirect() is

  6. 6

    $controller->execute(JRequest::getCmd('task')); is

  7. 7

    Which of the statement below correctly import the Joomla controller library

  8. 8

    Which of the statement below correctly restrict direct access to a file

  9. 9

    How many times does "helloworld" exist as part of file name or folder name?

  10. 10

    In How many folders does the file name "helloworld.php" exist?

  11. 11

    View not found [name, type, prefix]: helloduck, html, helloduckView means

  12. 12

    HelloWorldViewHelloWorld is a class that

  13. 13

    $this->{var_name} in view.html.php is same as

  14. 14

    in/ components/ com_{name}/ views/ {name}/ tmpl/ default.xml COM_HELLOWORLD_HELLOWORLD_VIEW_DEFAULT_DESC is

  15. 15

    Which of the following is not relevant

  16. 16

    Which of the following tag display is most correct in default.xml

  17. 17

    addfieldpath attribute belongs to which tag

  18. 18

    Which tags re the direct children of tag

Rating

0 votes
Take this first to vote!

Add to Favorites

© 2012 Miva AK, Inc.