You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Declare public variable $data in the constructor, then pass $this->data to views.
When adding information to views you just always add them to $this->data - great for one-controller applications or for data only needed in one controller,