Cheetah
Variables
crss.php File Reference

Go to the source code of this file.

Variables

 $oModuleDb = new ChWsbModuleDb()
 
 $aModule = $oModuleDb->getModuleByUri('custom_rss')
 
 $oChCRSSModule = new ChCRSSModule($aModule)
 
 $sAction = ch_get('action')
 
 $sCodeResult = ''
 
 switch ( $sAction)
 

Variable Documentation

◆ $aModule

$aModule = $oModuleDb->getModuleByUri('custom_rss')

Definition at line 18 of file crss.php.

◆ $oChCRSSModule

$oChCRSSModule = new ChCRSSModule($aModule)

Definition at line 20 of file crss.php.

◆ $oModuleDb

$oModuleDb = new ChWsbModuleDb()

Definition at line 17 of file crss.php.

◆ $sAction

$sAction = ch_get('action')

Definition at line 22 of file crss.php.

◆ $sCodeResult

$sCodeResult = ''

Definition at line 23 of file crss.php.

◆ switch

switch($sAction)

Definition at line 25 of file crss.php.