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

Go to the source code of this file.

Namespaces

namespace  admin

Variables

 $chk_option_values = $db->Execute("select * from " . TABLE_PRODUCTS_OPTIONS_VALUES . " where language_id='" . (int)$_SESSION['languages_id'] . "' limit 1")
 if ($chk_option_values->RecordCount()< 1)
 $currencies = new currencies()
 switch ($_GET['action'])

Variable Documentation

$chk_option_values = $db->Execute("select * from " . TABLE_PRODUCTS_OPTIONS_VALUES . " where language_id='" . (int)$_SESSION['languages_id'] . "' limit 1")

Definition at line 14 of file option_values.php.

Definition at line 21 of file option_values.php.

if($chk_option_values->RecordCount()< 1)

Definition at line 15 of file option_values.php.

switch($_GET['action'])

Definition at line 23 of file option_values.php.

 All Data Structures Namespaces Files Functions Variables Enumerations