Changeset 3376

Show
Ignore:
Timestamp:
08/27/2008 09:46:56 PM (3 months ago)
Author:
Shadowhand
Message:

Follow up to r3366:

  • Removed core.extension_prefix, it is no longer needed. All class extensions are now placed in PATH/extension/name.php eg: application/helpers/MY_form.php would now be application/extensions/form.php
  • Removed application/controllers directory
Location:
trunk/application
Files:
1 removed
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/application/config/config.php

    r3366 r3376  
    55 * the path, and a site_protocol is specified, the domain will be auto-detected. 
    66 */ 
    7 $config['site_domain'] = '/kohana/'; 
     7$config['site_domain'] = '/kohana/trunk/'; 
    88 
    99/** 
     
    8585 
    8686/** 
    87  * Filename prefixed used to determine extensions. For example, an 
    88  * extension to the Controller class would be named MY_Controller.php. 
    89  */ 
    90 $config['extension_prefix'] = 'MY_'; 
    91  
    92 /** 
    9387 * Additional resource paths, or "modules". Each path can either be absolute 
    9488 * or relative to the docroot. Modules can include any resource that can exist