Class articleActions

Description

Article actions.

  • author: Diego Cebrián Martínez

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

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

Action to show a form to create a new article

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

Delete an article

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

Action to show a form to edit an article

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

It shows the first article

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

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 36)

It shows a list of the articles

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

Show the article correponding to the id passed as HTTP parameter

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

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

  • access: public
unknown executeUpdate ()

Documentation generated on Tue, 31 Mar 2009 19:03:15 +0200 by phpDocumentor 1.4.2