Ignore:
Timestamp:
Oct 31, 2013, 9:30:09 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Aplikační moduly nyní implementují párové funkce s prefixem Do. Tyto funkce jsou volány nadřazenými bez prefixu. Díky tomu také není nutné volat z modulů parent funkci. Třída Module zajistí vše potřebné okolo.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/News/News.php

    r548 r586  
    2626  }
    2727 
    28   function Install()
    29   {
    30     parent::Install();
    31   }
    32 
    33   function UnInstall()
    34   {
    35     parent::UnInstall();
     28  function DoInstall()
     29  {
     30  }
     31
     32  function DoUnInstall()
     33  {
    3634  } 
    3735 
    38   function Start()
    39   {
    40     parent::Start();
     36  function DoStart()
     37  {
    4138    $this->System->RegisterPage('aktuality', 'PageNews');
    4239    $this->System->FormManager->RegisterClass('News', array(
Note: See TracChangeset for help on using the changeset viewer.