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/User/Model.php

    r94 r95  
    33include_once(dirname(__FILE__).'/../../Base/Model.php');
    44include_once(dirname(__FILE__).'/../../Base/Mail.php');
    5 include_once(dirname(__FILE__).'/Log.php');
     5include_once(dirname(__FILE__).'/../Log/Model.php');
    66
    77class User extends Model
Note: See TracChangeset for help on using the changeset viewer.