* Finds and displays the given view, and makes the values in $data available to it. * The name of the view is passed in without the leading "views/" directory or the trailing * ".php" extension. So loading a view with $this->view("myview"); would look for a file * called "views/myview.php" * * the data is made available my taking the keys of $data, and assigning them to
($view_name, $data = null)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected