autoload.php
Qubit Compatibility Autoloader.
Include this file to enable backward compatibility for Qubit classes. All Qubit* classes will be available as thin wrappers around framework services.
USAGE: require_once sfConfig::get('sf_root_dir') . '/atom-framework/src/Compatibility/autoload.php';
IMPORTANT: This is for gradual migration only. New code should use AtomExtensions\Services classes directly.