Skip to content

Commit

Permalink
Merge branch 'feat'
Browse files Browse the repository at this point in the history
  • Loading branch information
itsalb3rt committed Nov 23, 2019
2 parents 48c8f7c + 98964ee commit 206bd35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions src/controllers/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@ public function index()
$data['date'] = "2019-11-23";
$data['externalComponentsIncluded'] = ["Ligne/Error Handler","Izniburak/PDOX"];
$data['autor'] = "Albert Eduardo Hidalgo Taveras";
$this->redirect(['controller'=>'default','action'=>'some']);
// $this->setData($data);
// $this->render("index",'Ligne 2');
}

public function some(){
echo 'some';
$this->setData($data);
$this->render("index",'Ligne 2');
}
}

0 comments on commit 206bd35

Please sign in to comment.