classes/bfw/core/View.php
changeset 31 3a5ee3ba6006
parent 28 29a3e34acf64
child 39 8b4f9c6136f4
equal deleted inserted replaced
30:5751ca5a55c0 31:3a5ee3ba6006
     9 
     9 
    10 use Smarty;
    10 use Smarty;
    11 
    11 
    12 require_once 'library/smarty/libs/Smarty.class.php';
    12 require_once 'library/smarty/libs/Smarty.class.php';
    13 
    13 
       
    14 /**
       
    15  * Class View
       
    16  */
    14 class View {
    17 class View {
    15 
    18 
    16     /**
    19     /**
    17      * Statische Referenz auf die reale Template Engine, hier Smarty
    20      * Statische Referenz auf die reale Template Engine, hier Smarty
    18      *
    21      *