|
ZenCart_Documentation
1.5.0
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| $currencies = new currencies() | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') | |
| $customers_id = zen_db_prepare_input($_GET['cID']) | |
| $error = false | |
| $processed = false | |
| if (zen_not_null($action)) | |
| $action = (isset($_GET['action']) ? $_GET['action'] : '') |
Definition at line 15 of file customers.php.
| $currencies = new currencies() |
Definition at line 13 of file customers.php.
| $customers_id = zen_db_prepare_input($_GET['cID']) |
Definition at line 16 of file customers.php.
Definition at line 18 of file customers.php.
| $processed = false |
Definition at line 19 of file customers.php.
| if($action== 'edit'||$action== 'update') |
Definition at line 21 of file customers.php.