Skip to content

Commit

Permalink
Update FuelPHP core
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Mar 25, 2011
1 parent 28f1d68 commit 1596858
Show file tree
Hide file tree
Showing 23 changed files with 4,133 additions and 2,213 deletions.
6 changes: 6 additions & 0 deletions fuel/core/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@
'Fuel\\Core\\Form' => COREPATH.'classes/form.php',
'Fuel\\Core\\Ftp' => COREPATH.'classes/ftp.php',
'Fuel\\Core\\Html' => COREPATH.'classes/html.php',

'Fuel\\Core\\Image' => COREPATH.'classes/image.php',
'Fuel\\Core\\Image_Driver' => COREPATH.'classes/image/driver.php',
'Fuel\\Core\\Image_Gd' => COREPATH.'classes/image/gd.php',
'Fuel\\Core\\Image_Imagemagick' => COREPATH.'classes/image/imagemagick.php',

'Fuel\\Core\\Inflector' => COREPATH.'classes/inflector.php',
'Fuel\\Core\\Input' => COREPATH.'classes/input.php',
'Fuel\\Core\\Lang' => COREPATH.'classes/lang.php',
Expand Down
Loading

0 comments on commit 1596858

Please sign in to comment.