Source for file language.view.php

Documentation is available at language.view.php

  1. <?php
  2. /**
  3. @package Mambo
  4. @subpackage Languages
  5. @copyright  Refer to copyright.php
  6. @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
  7. @author Mambo Foundation Inc see README.php
  8. */ 
  9. defined'_VALID_MOS' or die'Direct Access to this location is not allowed.' );
  10. class languageView extends View
  11. {
  12.     function render(&$renderer&$request)
  13.     {
  14.         $renderer->addvar('rows'array_values($request->get('languages')));
  15.         $renderer->addvar('content'$renderer->fetch('languages.tpl.php'));
  16.         $renderer->display('form.tpl.php');
  17.     }
  18. }
  19. ?>

Documentation generated on Mon, 05 May 2008 16:20:49 +0400 by phpDocumentor 1.4.0