Cheetah
Functions | Variables
blogs.php File Reference

Go to the source code of this file.

Functions

 PageCompBlogs ($oBlogs)
 

Variables

 $_page ['name_index'] = 49
 
 $oModuleDb = new ChWsbModuleDb()
 
 $aModule = $oModuleDb->getModuleByUri('blogs')
 
 $oBlogs = new ChBlogsModule($aModule)
 
 $sHeaderValue = $oBlogs->GetHeaderString()
 
if('mobile'==ch_get('action')) $_ni = $_page['name_index']
 
 $_page_cont [$_ni]['page_main_code'] = PageCompBlogs($oBlogs)
 

Function Documentation

◆ PageCompBlogs()

PageCompBlogs (   $oBlogs)

Definition at line 41 of file blogs.php.

Variable Documentation

◆ $_ni

if ( 'mobile'==ch_get( 'action')) $_ni = $_page['name_index']

Definition at line 33 of file blogs.php.

◆ $_page

$_page[ 'name_index'] = 49

This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/

Definition at line 18 of file blogs.php.

◆ $_page_cont

$_page_cont[ $_ni][ 'page_main_code'] = PageCompBlogs($oBlogs)

Definition at line 34 of file blogs.php.

◆ $aModule

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

Definition at line 23 of file blogs.php.

◆ $oBlogs

$oBlogs = new ChBlogsModule($aModule)

Definition at line 25 of file blogs.php.

◆ $oModuleDb

$oModuleDb = new ChWsbModuleDb()

Definition at line 22 of file blogs.php.

◆ $sHeaderValue

$sHeaderValue = $oBlogs->GetHeaderString()

Definition at line 26 of file blogs.php.