From 02608271bb2a9f3a65ed536984d306ee14b48e34 Mon Sep 17 00:00:00 2001 From: Geo Halkiadakis Date: Sun, 12 Jul 2026 15:51:52 +0300 Subject: initialize repository; add docker config; migrate configuration to new specs --- tests/repository.php | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100755 tests/repository.php (limited to 'tests/repository.php') diff --git a/tests/repository.php b/tests/repository.php new file mode 100755 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