Ignore:
Timestamp:
Dec 21, 2014, 10:46:18 AM (9 years ago)
Author:
chronos
Message:
  • Upraveno: Soubory různých logických částí systému odděleny do aplikačních modulů.
Location:
trunk
Files:
2 added
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      .buildpath
      .project
      .settings
  • trunk/www/Module/News/Controller.php

    r94 r95  
    22
    33include_once(dirname(__FILE__).'/../../Base/Controller.php');
    4 include_once(dirname(__FILE__).'/../View/Page.php');
    5 include_once(dirname(__FILE__).'/../View/News.php');
     4include_once(dirname(__FILE__).'/../../Application/View/Page.php');
     5include_once(dirname(__FILE__).'/View.php');
    66
    77class NewsController extends Controller
Note: See TracChangeset for help on using the changeset viewer.