Skip to content

ruud-j/slim-basecontroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slim-basecontroller

Controller structure for Slim framework

All you need is the Base Controller in the Controller directory. Everything else is just example code.

Controllers should extend the Base Controller.

Calling controller functions goes like this:

ControllerName::dispatch($app, 'functionName', $param1, $param2, ...);

About

Controller structure for Slim framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages