|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| if(!defined('DIR_FS_ADMIN_ACTIVITY_EXPORT')) define('DIR_FS_ADMIN_ACTIVITY_EXPORT' | DIR_FS_ADMIN |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') | |
| $start = (isset($_GET['s']) ? (int)$_GET['s'] : 0) | |
| $perpage = (isset($_GET['p']) ? (int)$_GET['p'] : 50) | |
| $available_export_formats [0] = array('id' => '0' , 'text' => 'Export as HTML (ideal for on-screen viewing)', 'format' => 'HTML') | |
| $available_export_formats [1] = array('id' => '1' , 'text' => 'Export to CSV (ideal for importing to spreadsheets)', 'format' => 'CSV') | |
| $save_to_file_checked = (isset($_POST['savetofile']) && zen_not_null($_POST['savetofile']) ? $_POST['savetofile'] : 0) | |
| $post_format = (isset($_POST['format']) && zen_not_null($_POST['format']) ? $_POST['format'] : 1) | |
| $format = $available_export_formats[$post_format]['format'] | |
| $file = (isset($_POST['filename']) ? preg_replace('/[^\w\.-]/', '', $_POST['filename']) : 'admin_activity_archive_' . date('Y-m-d_H-i-s') . '.csv') | |
| if ($action!= '') = " LIMIT $attribute_page_start, $per_page" | |
| if($action== '') | elseif ($confirmation_needed) |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') |
Definition at line 21 of file admin_activity.php.
| $available_export_formats[0] = array('id' => '0' , 'text' => 'Export as HTML (ideal for on-screen viewing)', 'format' => 'HTML') |
Definition at line 24 of file admin_activity.php.
| $available_export_formats[1] = array('id' => '1' , 'text' => 'Export to CSV (ideal for importing to spreadsheets)', 'format' => 'CSV') |
Definition at line 25 of file admin_activity.php.
| $file = (isset($_POST['filename']) ? preg_replace('/[^\w\.-]/', '', $_POST['filename']) : 'admin_activity_archive_' . date('Y-m-d_H-i-s') . '.csv') |
Definition at line 31 of file admin_activity.php.
| $format = $available_export_formats[$post_format]['format'] |
Definition at line 30 of file admin_activity.php.
Definition at line 23 of file admin_activity.php.
| $post_format = (isset($_POST['format']) && zen_not_null($_POST['format']) ? $_POST['format'] : 1) |
Definition at line 29 of file admin_activity.php.
| $save_to_file_checked = (isset($_POST['savetofile']) && zen_not_null($_POST['savetofile']) ? $_POST['savetofile'] : 0) |
Definition at line 28 of file admin_activity.php.
| $start = (isset($_GET['s']) ? (int)$_GET['s'] : 0) |
Definition at line 22 of file admin_activity.php.
| if (!defined('DIR_FS_ADMIN_ACTIVITY_EXPORT')) define('DIR_FS_ADMIN_ACTIVITY_EXPORT' DIR_FS_ADMIN |
Definition at line 19 of file admin_activity.php.
Definition at line 376 of file admin_activity.php.
| if = " LIMIT $attribute_page_start, $per_page" |
Definition at line 35 of file admin_activity.php.