Class articleActions

Description

Article actions.

  • author: Diego Cebrián Martínez

Located in /apps/frontend/modules/article/actions/actions.class.php (line 18)

sfComponent
   |
   --sfAction
      |
      --sfActions
         |
         --articleActions
Method Summary
void executeCreate ()
url executeDelete ()
void executeEdit ()
unknown executeIndex ()
void executeInit ()
void executeList ()
void executeShow ()
unknown executeUpdate ()
Variables
Methods
executeCreate (line 70)

Action to show a form to create a new article

  • access: public
void executeCreate ()
executeDelete (line 120)

Delete an article

  • access: public
url executeDelete ()
executeEdit (line 81)

Action to show a form to edit an article

  • access: public
void executeEdit ()
executeIndex (line 25)

It shows the first article

  • access: public
unknown executeIndex ()
executeInit (line 56)

Show the first article in the correct language. Is the first page that the program shows to the visitor, and catch the languages from the navigator to get the first selected and show all the information in this one.

  • access: public
void executeInit ()
executeList (line 34)

It shows a list of the articles

  • access: public
void executeList ()
executeShow (line 43)

Show the article correponding to the id passed as HTTP parameter

  • access: public
void executeShow ()
executeUpdate (line 93)

Function to update the content of an article geting the data from the requested parameters by HTTP

  • access: public
unknown executeUpdate ()

Inherited Methods

Inherited From sfActions

sfActions::execute()

Inherited From sfAction

sfAction::forward()
sfAction::forward404()
sfAction::forward404If()
sfAction::forward404Unless()
sfAction::forwardIf()
sfAction::forwardUnless()
sfAction::getCredential()
sfAction::getDefaultView()
sfAction::getLayout()
sfAction::getRequestMethods()
sfAction::getSecurityConfiguration()
sfAction::getTemplate()
sfAction::handleError()
sfAction::initialize()
sfAction::isSecure()
sfAction::postExecute()
sfAction::preExecute()
sfAction::redirect()
sfAction::redirect404()
sfAction::redirectIf()
sfAction::redirectUnless()
sfAction::renderText()
sfAction::setLayout()
sfAction::setSecurityConfiguration()
sfAction::setTemplate()
sfAction::setViewClass()
sfAction::validate()

Inherited From sfComponent

sfComponent::debugMessage()
sfComponent::execute()
sfComponent::getActionName()
sfComponent::getContext()
sfComponent::getController()
sfComponent::getFlash()
sfComponent::getLogger()
sfComponent::getModuleName()
sfComponent::getPresentationFor()
sfComponent::getRequest()
sfComponent::getRequestParameter()
sfComponent::getResponse()
sfComponent::getUser()
sfComponent::getVar()
sfComponent::getVarHolder()
sfComponent::hasFlash()
sfComponent::hasRequestParameter()
sfComponent::initialize()
sfComponent::logMessage()
sfComponent::sendEmail()
sfComponent::setFlash()
sfComponent::setVar()
sfComponent::__call()
sfComponent::__get()
sfComponent::__isset()
sfComponent::__set()
sfComponent::__unset()

Documentation generated on Mon, 23 Mar 2009 01:06:57 +0100 by phpDocumentor 1.4.2