Changeset 518 for trunk/Common/Page.php
- Timestamp:
- Apr 14, 2013, 5:15:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Page.php
r501 r518 188 188 echo($Output); 189 189 } 190 191 function NewPage($ClassName) 192 { 193 $Page = new $ClassName(); 194 $Page->System = $this->System; 195 $Page->Database = $this->Database; 196 return($Page); 197 } 190 198 191 199 // Funkce formatovani vystupu
Note:
See TracChangeset
for help on using the changeset viewer.