Skip to content

Commit

Permalink
doc highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheron committed Oct 18, 2017
1 parent 9716953 commit 108013a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/controller/controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ public
The second segment of the URI determines which public method in the controller gets called. |br|
The “index” method is always loaded by default if the second segment of the URI is empty.

.. code-block:: php5
.. highlight:: php5
:linenos:
:caption: app/controllers/First.php

<?php
namespace controllers;
class First extends ControllerBase{

public function hello(){
Expand Down

0 comments on commit 108013a

Please sign in to comment.