erdemece.com - Erdem Ece's Blog – Stuff around me & about me!

Example domain paragraphs

Search Erdem Ece's Blog Stuff around me & about me! Menu About Me Search Search for: Close search Close Menu About Me Categories mySql PHP Slim Framework Tips & Tricks Global site settings middleware for Slim Framework v3 with eav data table Post author By erdem Post date March 15, 2016 No Comments on Global site settings middleware for Slim Framework v3 with eav data table Hi there,

Here is the middleware code:

$app->add( new entity\SiteSettings( $app ) ); and use it in any route or in view: