-
sfAction:
sfAction executes all the logic for the current request.
-
sfActions:
sfActions executes all the logic for the current request.
-
sfActionStack:
sfActionStack keeps a list of all requested actions and provides accessor
methods for retrieving individual entries.
-
sfActionStackEntry:
sfActionStackEntry represents information relating to a single sfAction
request during a single HTTP request.
-
sfComponent:
sfComponent.
-
sfComponents:
sfComponents.
-
sfData:
This class defines the interface for interacting with data, as well as
default implementations.
-
sfEzComponentsBridge:
This class makes easy to use ez components classes within symfony
-
sfMail:
sfMail class.
-
sfPager:
sfPager class.
-
sfZendFrameworkBridge:
This class makes easy to use Zend Framework classes within symfony.
-
sfAPCCache:
Cache class that stores cached content in APC.
-
sfCache:
sfCache is an abstract class for all cache classes in symfony.
-
sfEAcceleratorCache:
Cache class that stores cached content in EAccelerator.
-
sfFileCache:
Cache class that stores content in files.
-
sfFunctionCache:
This class can be used to cache the result and output of any PHP callable
(function and method calls).
-
sfMemcacheCache:
Cache class that stores cached content in memcache.
-
sfNoCache:
Cache class that does nothing.
-
sfProcessCache:
sfProcessCache stores content in memory if you run a PHP accelerator.
-
sfSQLiteCache:
Cache class that stores cached content in a SQLite database.
-
sfXCacheCache:
Cache class that stores cached content in XCache.
-
sfConsoleController:
-
sfController:
sfController directs application flow.
-
sfFrontWebController:
sfFrontWebController allows you to centralize your entry point in your web
application, but at the same time allow for any module and action
combination to be requested.
-
sfWebController:
sfWebController provides web specific methods to sfController such as, url
redirection.
-
sfDebug:
sfDebug provides some method to help debugging a symfony application.
-
sfWebDebug:
sfWebDebug creates debug information for easy debugging in the browser.
-
sfWebDebugPanel:
sfWebDebugPanel represents a web debug panel.
-
sfWebDebugPanelCache:
sfWebDebugPanelCache adds a panel to the web debug toolbar with a link to
ignore the cache on the next request.
-
sfWebDebugPanelConfig:
sfWebDebugPanelConfig adds a panel to the web debug toolbar with the
current configuration.
-
sfWebDebugPanelDoctrine:
sfWebDebugPanelDoctrine adds a panel to the web debug toolbar with Doctrine
information.
-
sfWebDebugPanelLogs:
sfWebDebugPanelLogs adds a panel to the web debug toolbar with log
messages.
-
sfWebDebugPanelMemory:
sfWebDebugPanelMemory adds a panel to the web debug toolbar with the memory
used by the script.
-
sfWebDebugPanelPropel:
sfWebDebugPanelPropel adds a panel to the web debug toolbar with Propel
information.
-
sfWebDebugPanelSymfonyVersion:
sfWebDebugPanelSymfonyVersion adds a panel to the web debug toolbar with
the symfony version.
-
sfWebDebugPanelTimer:
sfWebDebugPanelTimer adds a panel to the web debug toolbar with timer
information.
-
sfDoctrineBaseTask:
Base class for all symfony Doctrine tasks.
-
sfDoctrineBuildAllLoadTask:
Creates Databases, Generates Doctrine model, SQL, initializes database, and
load data.
-
sfDoctrineBuildAllReloadTask:
Drops Databases, Creates Databases, Generates Doctrine model, SQL,
initializes database, and load data.
-
sfDoctrineBuildAllReloadTestAllTask:
Drops Databases, Creates Databases, Generates Doctrine model, SQL,
initializes database, load data and run all test suites
-
sfDoctrineBuildAllTask:
Generates Doctrine model, SQL and initializes the database.
-
sfDoctrineBuildDbTask:
Creates database for current model.
-
sfDoctrineBuildFiltersTask:
Create filter form classes for the current model.
-
sfDoctrineBuildFormsTask:
Create form classes for the current model.
-
sfDoctrineBuildModelTask:
Create classes for the current model.
-
sfDoctrineBuildSchemaTask:
Creates a schema.xml from an existing database.
-
sfDoctrineBuildSqlTask:
Create SQL for the current model.
-
sfDoctrineCli:
-
sfDoctrineColumn:
Represents a Doctrine column
-
sfDoctrineDqlTask:
Creates database for current model.
-
sfDoctrineDropDbTask:
Drops database for current model.
-
sfDoctrineDumpDataTask:
Dumps data to the fixtures directory.
-
sfDoctrineGenerateAdminTask:
Generates a Doctrine admin module.
-
sfDoctrineGenerateMigrationsDbTask:
Generate migrations from database
-
sfDoctrineGenerateMigrationsModelsTask:
Inserts SQL for current model.
-
sfDoctrineGenerateMigrationTask:
Inserts SQL for current model.
-
sfDoctrineGenerateModuleForRouteTask:
Generates a Doctrine module for a route definition.
-
sfDoctrineGenerateModuleTask:
Generates a Doctrine module.
-
sfDoctrineGenerator:
Doctrine generator.
-
sfDoctrineInsertSqlTask:
Inserts SQL for current model.
-
sfDoctrineLoadDataTask:
Loads data from fixtures directory.
-
sfDoctrineMigrateTask:
Inserts SQL for current model.
-
sfDoctrinePluginConfiguration:
sfDoctrinePluginConfiguration Class
-
sfDoctrineRebuildDbTask:
Creates database for current model.
-
sfDoctrineRecord:
Base sfDoctrineRecord extends the base Doctrine_Record in Doctrine to
provide some symfony specific functionality to Doctrine_Records
-
sfDoctrineRecordI18nFilter:
sfDoctrineRecordI18nFilter implements access to the translated properties
for the current culture from the internationalized model.
-
sfDoctrineRecordListener:
Default Doctrine_Record listener
-
sfDoctrineRoute:
sfDoctrineRoute represents a route that is bound to a Doctrine class.
-
sfDoctrineUniqueValidator:
sfDoctrineUniqueValidator validates that the value does not already exists
-
sfValidatorDoctrineChoice:
sfValidatorDoctrineChoice validates that the value is one of the rows of a
table.
-
sfValidatorDoctrineChoiceMany:
sfValidatorDoctrineChoiceMany validates than an array of values is in the
array of the existing rows of a table.
-
sfValidatorDoctrineUnique:
sfValidatorDoctrineUnique validates that the uniqueness of a column.
-
sfWidgetFormDoctrineChoice:
sfWidgetFormDoctrineChoice represents a choice widget for a model.
-
sfWidgetFormDoctrineChoiceMany:
sfWidgetFormDoctrineChoice represents a choice widget for a model.
-
sfWidgetFormDoctrineSelect:
sfWidgetFormDoctrineSelect represents a select HTML tag for a model.
-
sfWidgetFormDoctrineSelectMany:
sfWidgetFormDoctrineSelectMany represents a select HTML tag for a model
where you can select multiple values.
-
sfError404Exception:
sfError404Exception is thrown when a 404 error occurs in an action.
-
sfException:
sfException is the base class for all symfony related exceptions and
provides an additional method for printing up a detailed view of an
exception.
-
sfStopException:
sfStopException is thrown when you want to stop action flow.
-
sfBasicSecurityFilter:
sfBasicSecurityFilter checks security by calling the getCredential() method
of the action. Once the credential has been acquired,
sfBasicSecurityFilter verifies the user has the same credential by calling
the hasCredential() method of SecurityUser.
-
sfCacheFilter:
sfCacheFilter deals with page caching and action caching.
-
sfCommonFilter:
sfCommonFilter automatically adds javascripts and stylesheets information
in the sfResponse content.
-
sfExecutionFilter:
sfExecutionFilter is the last filter registered for each filter chain. This
filter does all action and view execution.
-
sfFillInFormFilter:
sfFillInFormFilter fills in forms.
-
sfFilter:
sfFilter provides a way for you to intercept incoming requests or outgoing
responses.
-
sfFilterChain:
sfFilterChain manages registered filters for a specific context.
-
sfRenderingFilter:
sfRenderingFilter is the last filter registered for each filter chain. This
filter does the rendering.
-
sfValidationExecutionFilter:
sfExecutionFilter is the last filter registered for each filter chain. This
filter does all action and view execution.
-
sfForm:
sfForm represents a form.
-
sfFormDoctrine:
sfFormDoctrine is the base class for forms based on Doctrine objects.
-
sfFormField:
sfFormField represents a widget bind to a name and a value.
-
sfFormFieldSchema:
sfFormFieldSchema represents an array of widgets bind to names and values.
-
sfFormFilterDoctrine:
sfFormFilterDoctrine is the base class for filter forms based on Doctrine
objects.
-
sfFormFilterPropel:
sfFormFilterPropel is the base class for filter forms based on Propel
objects.
-
sfFormPropel:
sfFormPropel is the base class for forms based on Propel objects.
-
sfConsoleRequest:
-
sfRequest:
sfRequest provides methods for manipulating client request information such
as attributes, and parameters. It is also possible to manipulate the
request method originally sent by the user.
-
sfWebRequest:
sfWebRequest class.
-
sfResponse:
sfResponse provides methods for manipulating client response information
such as headers, cookies and content.
-
sfWebResponse:
sfWebResponse class.
-
sfNoRouting:
sfNoRouting class is a very simple routing class that uses GET parameters.
-
sfObjectRoute:
sfObjectRoute represents a route that is bound to PHP object(s).
-
sfObjectRouteCollection:
sfObjectRouteCollection represents a collection of routes bound to objects.
-
sfPathInfoRouting:
sfPathInfoRouting class is a very simple routing class that uses PATH_INFO.
-
sfPatternRouting:
sfPatternRouting class controls the generation and parsing of URLs.
-
sfPropelRoute:
sfPropelRoute represents a route that is bound to a Propel class.
-
sfRequestRoute:
sfRequestRoute represents a route that is request aware.
-
sfRoute:
sfRoute represents a route.
-
sfRouteCollection:
sfObjectRouteCollection represents a collection of routes.
-
sfRouting:
sfRouting class controls the generation and parsing of URLs.
-
sfCacheSessionStorage:
sfCacheSessionStorage manages session storage via a signed cookie and cache
backend.
-
sfDatabaseSessionStorage:
Base class for all sfStorage that uses a sfDatabase object as a storage.
-
sfMySQLiSessionStorage:
Provides support for session storage using a MySQL brand database using
the MySQL improved API.
-
sfMySQLSessionStorage:
Provides support for session storage using a MySQL brand database.
-
sfNoStorage:
sfNoStorage allows you to disable session support.
-
sfPDOSessionStorage:
Provides support for session storage using a PDO database abstraction
layer.
-
sfPostgreSQLSessionStorage:
Provides support for session storage using a PostgreSQL brand database.
-
sfSessionStorage:
sfSessionStorage allows you to store persistent symfony data in the user
session.
-
sfSessionTestStorage:
sfSessionTestStorage is a fake sfSessionStorage implementation to allow
easy testing.
-
sfStorage:
sfStorage allows you to customize the way symfony stores its persistent
data.
-
sfBasicSecurityUser:
sfBasicSecurityUser will handle any type of data as a credential.
-
sfSecurityUser:
sfSecurityUser interface provides advanced security manipulation methods.
-
sfUser:
sfUser wraps a client session and provides accessor methods for user
attributes. It also makes storing and retrieving multiple page form data
rather easy by allowing user attributes to be stored in namespaces, which
help organize data.
-
sfBrowser:
sfBrowser simulates a browser which can surf a symfony application.
-
sfBrowserBase:
sfBrowserBase is the base class for sfBrowser.
-
sfCallable:
sfCallable represents a PHP callable.
-
sfContext:
sfContext provides information about the current application context, such
as the module and action names and the module directory. References to the
main symfony instances are also provided.
-
sfDomCssSelector:
sfDomCssSelector allows to navigate a DOM with CSS selector.
-
sfEvent:
sfEvent.
-
sfEventDispatcher:
sfEventDispatcher implements a dispatcher object.
-
sfFakeRenderingFilter:
sfFilter provides a way for you to intercept incoming requests or outgoing
responses.
-
sfFilesystem:
sfFilesystem provides basic utility to manipulate the file system.
-
sfFillInForm:
-
sfFinder:
Allow to build rules to find files and directories.
-
sfGlobToRegex:
Match globbing patterns against text.
-
sfInflector:
-
sfLoader:
sfLoader is a class which contains the logic to look for files/classes in
symfony.
-
sfNamespacedParameterHolder:
sfNamespacedParameterHolder provides a class for managing parameters with
support for namespaces.
-
sfNumberCompare:
Numeric comparisons.
-
sfParameterHolder:
sfParameterHolder provides a base class for managing parameters.
-
sfTimer:
sfTimer class allows to time some PHP code.
-
sfTimerManager:
sfTimerManager is a container for sfTimer objects.
-
sfToolkit:
sfToolkit provides basic utility methods.
-
sfYaml:
sfYaml class.
-
sfYamlDumper:
sfYamlDumper class.
-
sfYamlInline:
sfYamlInline implements a YAML parser/dumper for the YAML inline syntax.
-
sfYamlParser:
sfYamlParser class.
|