ver. 0.274 - ShopClients Domain+DI migration
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
<?php
|
||||
namespace admin\factory;
|
||||
class ShopClients
|
||||
{
|
||||
public static function get_order_all_info($name, $surname, $email)
|
||||
{
|
||||
global $mdb;
|
||||
|
||||
$results = $mdb->select('pp_shop_orders', '*', [
|
||||
'client_name' => $name,
|
||||
'client_surname' => $surname,
|
||||
'client_email' => $email
|
||||
]);
|
||||
|
||||
return $results;}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user