Changeset 518 for trunk/Common/Page.php


Ignore:
Timestamp:
Apr 14, 2013, 5:15:25 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Síťové informace přetvořeny na aplikační modul.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Page.php

    r501 r518  
    188188    echo($Output);
    189189  }
     190 
     191  function NewPage($ClassName)
     192  {
     193    $Page = new $ClassName();
     194    $Page->System = $this->System;
     195    $Page->Database = $this->Database;
     196    return($Page);
     197  }
    190198
    191199  // Funkce formatovani vystupu
Note: See TracChangeset for help on using the changeset viewer.