ZenCart_Documentation  1.5.0
http://www.collinsharper.com
C:/xampp/htdocs/zen-cart/admin/media_manager.php File Reference

Go to the source code of this file.

Namespaces

namespace  admin

Variables

 $action = (isset($_GET['action']) ? $_GET['action'] : '')
 $current_category_id = (isset($_GET['current_category_id']) ? (int)$_GET['current_category_id'] : (int)$current_category_id)
 if (zen_not_null($action))
 $media_query_raw = " order by media_name"
 $media_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $media_query_raw, $media_query_numrows)
 $media = $db->Execute($media_query_raw)
 while (!$media->EOF)
if(empty($action)) $heading = array()
 $contents = array()

Variable Documentation

$action = (isset($_GET['action']) ? $_GET['action'] : '')

Definition at line 12 of file media_manager.php.

$contents = array()

Definition at line 228 of file media_manager.php.

$current_category_id = (isset($_GET['current_category_id']) ? (int)$_GET['current_category_id'] : (int)$current_category_id)

Definition at line 13 of file media_manager.php.

if (empty($action)) $heading = array()

Definition at line 227 of file media_manager.php.

$media = $db->Execute($media_query_raw)

Definition at line 184 of file media_manager.php.

$media_query_raw = " order by media_name"

Definition at line 182 of file media_manager.php.

$media_split = new splitPageResults($_GET['page'], MAX_DISPLAY_SEARCH_RESULTS, $media_query_raw, $media_query_numrows)

Definition at line 183 of file media_manager.php.

switch ($action) if((zen_not_null($heading))&&(zen_not_null($contents)))

Definition at line 15 of file media_manager.php.

while(!$media->EOF)

Definition at line 185 of file media_manager.php.

 All Data Structures Namespaces Files Functions Variables Enumerations