autoload is now prepended by default and added some constants for configuring the autoloader
define('PHP_ACTIVERECORD_AUTOLOAD_PREPEND',false) # if you want the autoloader appended instead of prepended
define('PHP_ACTIVERECORD_AUTOLOAD_DISABLE',true) # disables the php-activerecord autoloader