Heratio Framework API Reference

action_autoload.php

Action Stack Autoloader.

Loads the Symfony 1.x action/component class hierarchy in dependency order. All classes are guarded with class_exists() — they never override real Symfony classes.

Load order:

  1. sfParameterHolder (used by sfComponent)
  2. sfException → sfStopException, sfError404Exception
  3. sfComponent (base)
  4. sfAction (extends sfComponent)
  5. sfActions (extends sfAction)
  6. sfComponents (extends sfComponent)

Table of Contents


        
On this page
  • Table Of Contents

Search results