Skip to content
Snippets Groups Projects
Commit 8f815884 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

oups

parent 9506b065
Branches
No related tags found
No related merge requests found
<?php
class Shop{
static public getAllProducts(){
public static getAllProducts(){
$itemConfig = Connexion::pdo()->query("SELECT itemConfig FROM qs_shops")->fetchColumn();
$items = yaml_parse($itemConfig);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment