Skip to content

danielmartins/guira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example of a Twitter Client

Application Basic Strucut
application/controllers -> Controllers of application
application/views -> Views of application
application/models -> Models of application


The controllers are invoked by url and request goes to public/index.php that starts
the application through Bootstrap, then the Bootstrap discover controller and action on URLs.

For example: .../index.php/<controller_name>/<action_name>/
Tha will call a method <action_name>Action on <controller_name>Controller 

If doesn't exist the method will render the 404.php on views folder.

About

App example to FLISOL Amazonas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages