XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
step.php File Reference

Go to the source code of this file.

Namespaces

namespace  profile
 

Functions

switch($op) if(!empty($template_main)) profile_stepsave_toggle ($step_d, $step_save)
 

Variables

 $handler =& xoops_getmodulehandler('regstep')
 
 $indexAdmin = new ModuleAdmin()
 
 $op = isset($_REQUEST['op']) ? $_REQUEST['op'] : (isset($_REQUEST['id']) ? "edit" : 'list')
 

Function Documentation

switch ($op) if (!empty($template_main)) profile_stepsave_toggle (   $step_d,
  $step_save 
)

Definition at line 98 of file step.php.

References $_REQUEST, $handler, _PROFILE_AM_SAVESTEP_TOGGLE_FAILED, _PROFILE_AM_SAVESTEP_TOGGLE_SUCCESS, redirect_header(), and xoops_getmodulehandler().

Here is the call graph for this function:

Variable Documentation

$handler =& xoops_getmodulehandler('regstep')

Definition at line 30 of file step.php.

$indexAdmin = new ModuleAdmin()

Definition at line 22 of file step.php.

$op = isset($_REQUEST['op']) ? $_REQUEST['op'] : (isset($_REQUEST['id']) ? "edit" : 'list')

Definition at line 28 of file step.php.