Commit d6e1d542 by Taylor Otwell

Edited application/config/view.php via GitHub

parent ebd8bd55
...@@ -10,7 +10,7 @@ return array( ...@@ -10,7 +10,7 @@ return array(
| Here you can define all of the named views for your application. | Here you can define all of the named views for your application.
| |
| Once you have defined the named view, you can create a View instance for | Once you have defined the named view, you can create a View instance for
| that view using the View::of dynamic static method. | that view using the View::of dynamic method.
| |
| For example, if you define a named view named "layout", you could create | For example, if you define a named view named "layout", you could create
| an instance of that View by calling: View::of_layout(). | an instance of that View by calling: View::of_layout().
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment