16 lines
215 B
Markdown
16 lines
215 B
Markdown
|
|
# PHP Code Structure
|
||
|
|
|
||
|
|
The PHP side combines processing and drawing forms.
|
||
|
|
|
||
|
|
## Views
|
||
|
|
|
||
|
|
Output side of the web-interface layer to the application.
|
||
|
|
|
||
|
|
## Services
|
||
|
|
|
||
|
|
Application-layer classes.
|
||
|
|
|
||
|
|
## Controllers
|
||
|
|
|
||
|
|
API classes.
|