File tree Expand file tree Collapse file tree
user_guide_src/source/concepts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Views are generally stored in **app/Views**, but can quickly become unwieldy if
5151CodeIgniter does not enforce any type of organization, but a good rule of thumb would be to create a new directory in
5252the **Views ** directory for each controller. Then, name views by the method name. This makes them very easy to find later
5353on. For example, a user's profile might be displayed in a controller named ``User ``, and a method named ``profile ``.
54- You might store the view file for this method in **app/Views/User/Profile .php **.
54+ You might store the view file for this method in **app/Views/user/profile .php **.
5555
5656That type of organization works great as a base habit to get into. At times you might need to organize it differently.
5757That's not a problem. As long as CodeIgniter can find the file, it can display it.
You can’t perform that action at this time.
0 commit comments