Minor bug fixes

This commit is contained in:
2014-07-22 14:39:43 +08:00
parent a23d2b7815
commit 177419e105
3 changed files with 40 additions and 12 deletions

View File

@@ -1,13 +1,10 @@
<?php
namespace astropenguin\botanical;
error_reporting ( E_ALL^E_NOTICE ) ;
require_once dirname( __FILE__ ) . '/astropenguin/package.php';
use astropenguin\botanical\RegRename;
use astropenguin\botanical\Args;
spl_autoload_register(function ( $name )
{
require_once str_replace( '\\', '/', "$name.php" );
});
//----------- Usage -----------