Witam,
tak jak w temacie, zacząłem zabawę z MVC i pytanie czy to jest lub co zmienić?
https://github.com/Szymciosek/test_repo
Przy okazji testuję github'a.
Pozdrawiam
Szymon.
<?php namespace Controller; class Home extends \Spawn\Controller { public function indexAction() { $this->response = 'Hello world!'; } }
<?php 'request_uri' => 'home/index/', ) ); return $config; <?php namespace Controller; class Home extends \Spawn\Controller { public function indexAction() { $this->response = 'Hello world!'; } }