This repository has been archived by the owner on May 3, 2022. It is now read-only.
forked from danielmartins/guira
-
Notifications
You must be signed in to change notification settings - Fork 1
rodrigorznd/guira
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- PHP 100.0%