/framework/vendor/swift/lib/swift_required_pear.php

http://zoop.googlecode.com/ · PHP · 22 lines · 4 code · 5 blank · 13 comment · 0 complexity · 9be56fa84e47172301f350fd6999aa25 MD5 · raw file

  1. <?php
  2. /*
  3. * This file is part of SwiftMailer.
  4. * (c) 2004-2009 Chris Corbyn
  5. *
  6. * For the full copyright and license information, please view the LICENSE
  7. * file that was distributed with this source code.
  8. */
  9. /*
  10. * Autoloader and dependency injection initialization for Swift Mailer.
  11. */
  12. //Load Swift utility class
  13. require_once dirname(__FILE__) . '/Swift.php';
  14. //Start the autoloader
  15. Swift::registerAutoload();
  16. //Load the init script to set up dependency injection
  17. require_once dirname(__FILE__) . '/swift_init.php';