|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| if(!defined('IS_ADMIN_FLAG')) | $parameters |
| $pInfo = new objectInfo($parameters) | |
| if(isset($_GET['pID'])&&empty($_POST)) elseif(zen_not_null($_POST)) | $artists_array = array(array('id' => '', 'text' => TEXT_NONE)) |
| $artists | |
| while(!$artists->EOF) | $record_company_array = array(array('id' => '', 'text' => TEXT_NONE)) |
| $record_company | |
| while(!$record_company->EOF) | $music_genre_array = array(array('id' => '', 'text' => TEXT_NONE)) |
| $music_genre | |
| while(!$music_genre->EOF) | $tax_class_array = array(array('id' => '0', 'text' => TEXT_NONE)) |
| $tax_class | |
| while(!$tax_class->EOF) | $languages = zen_get_languages() |
| switch($pInfo-> products_quantity_mixed) | $on_overwrite = true |
| $off_overwrite = false | |
| $on_image_delete = false | |
| $off_image_delete = true | |
| for ($i=0, $n=sizeof($tax_class_array);$i<$n;$i++) | |
| $dir = @dir(DIR_FS_CATALOG_IMAGES) | |
| $dir_info [] = array('id' => '', 'text' => "Main Directory") | |
| $default_directory = substr( $pInfo->products_image, 0,strpos( $pInfo->products_image, '/')+1) | |
| $artists |
$db->Execute("select artists_id, artists_name from " . TABLE_RECORD_ARTISTS . " order by artists_name")
Definition at line 75 of file collect_info.php.
| if (isset($_GET['pID'])&&empty($_POST)) elseif (zen_not_null($_POST)) $artists_array = array(array('id' => '', 'text' => TEXT_NONE)) |
Definition at line 74 of file collect_info.php.
| $default_directory = substr( $pInfo->products_image, 0,strpos( $pInfo->products_image, '/')+1) |
Definition at line 463 of file collect_info.php.
| $dir = @dir(DIR_FS_CATALOG_IMAGES) |
Definition at line 453 of file collect_info.php.
| $dir_info[] = array('id' => '', 'text' => "Main Directory") |
Definition at line 454 of file collect_info.php.
| while (!$tax_class->EOF) $languages = zen_get_languages() |
Definition at line 110 of file collect_info.php.
| $music_genre |
$db->Execute("select music_genre_id, music_genre_name from " . TABLE_MUSIC_GENRE . " order by music_genre_name")
Definition at line 93 of file collect_info.php.
Definition at line 92 of file collect_info.php.
| $off_image_delete = true |
Definition at line 182 of file collect_info.php.
| $off_overwrite = false |
Definition at line 179 of file collect_info.php.
| $on_image_delete = false |
Definition at line 181 of file collect_info.php.
| switch ($pInfo->products_quantity_mixed) $on_overwrite = true |
Definition at line 178 of file collect_info.php.
| if (!defined('IS_ADMIN_FLAG')) $parameters |
Definition at line 12 of file collect_info.php.
| $pInfo = new objectInfo($parameters) |
Definition at line 44 of file collect_info.php.
| $record_company |
$db->Execute("select record_company_id, record_company_name from " . TABLE_RECORD_COMPANY . " order by record_company_name")
Definition at line 84 of file collect_info.php.
Definition at line 83 of file collect_info.php.
| $tax_class |
$db->Execute("select tax_class_id, tax_class_title from " . TABLE_TAX_CLASS . " order by tax_class_title")
Definition at line 102 of file collect_info.php.
Definition at line 101 of file collect_info.php.
| for($i=0, $n=sizeof($languages);$i<$n;$i++) |
Definition at line 192 of file collect_info.php.