From edb3e04c99c3604fa6ead079547ddc4534929e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?y=C3=BCcel=20=C3=A7a=C4=9Flar?= Date: Sat, 24 Oct 2020 17:40:57 +0300 Subject: [PATCH] test --- web/public/index.php | 51 +++++++++++++++++++++++++++++++++----------- 1 file changed, 38 insertions(+), 13 deletions(-) diff --git a/web/public/index.php b/web/public/index.php index 6e2e29090..6a480945c 100644 --- a/web/public/index.php +++ b/web/public/index.php @@ -1,15 +1,40 @@ - + + + + + + + + +

Hello, world!

+ + + + +
+ İlk Bootstarap kodum ! +
-include '../app/vendor/autoload.php'; -$foo = new App\Acme\Foo(); - -?> - - - - Docker <?php echo $foo->getName(); ?> - - -

Docker getName(); ?>

- + +araclar->markalar['arac']['marka'][] = "ford"; + $this->araclar->markalar['arac']['marka'][] = "reno"; + $this->araclar->markalar['arac']['marka'][] = "citroen"; + return $this; + } + public function model(){ + //$this->markalar['modeller']; + } +} + +$marka = new arac(); +$sonuc = $marka->marka(); +print_r($sonuc); +?> \ No newline at end of file