Application
Interfaces, Classes, Traits and Enums
- Admin
- Base controller
- BaseController
- Base controller
- Contact
- Base controller
- Event
- Events view handler
- Faq
- Base controller
- Home
- Base controller
- CSRF
- Cross-site request forgery protection
- Database
- Env
- Load variables in .env file into system environment variables
- Router
- Spotify
- Spotify API wrapper
- Artist
- Artist class
- Concert
- Concert class
- FrequentlyAskedQuestion
- Represents frequently asked questions
- Message
- Model for messages from contact us page
- Track
- Wrapper for songs
Table of Contents
- render() : void
- Render html view
Functions
render()
Render html view
render(string $view[, array<string|int, mixed> $data = array() ]) : void
Parameters
- $view : string
- $data : array<string|int, mixed> = array()