From 7076343338ae3439f3c86f01144818abe8c31978 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Sun, 12 Mar 2023 07:16:23 +0200 Subject: add container helpers; constuct public directory-tree --- tests/repository.php | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 tests/repository.php (limited to 'tests/repository.php') diff --git a/tests/repository.php b/tests/repository.php new file mode 100644 index 0000000..5da4403 --- /dev/null +++ b/tests/repository.php @@ -0,0 +1,65 @@ + Market::echo(True) +// ]); die(); + +$shorts = Market::echo(True); +?> + + + + + + + + + + + + + + $sql) : ?> + + + +

+

+            
+

apply:

+

+use Registrty;
+use app\models\market\Market_repository as Market;
+
+// ...
+
+Registry::use('database')->runQuery(
+    Market::pull(''),
+    [
+
+        '' => ...,
+
+    ]
+);
+        
+ + + + + + + -- cgit v1.2.3