Skip to content

Commit c5c9ea9

Browse files
authored
Update README.md
1 parent 6f04103 commit c5c9ea9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ $di->set("jquery",function(){
9494
####Use in controllers
9595
Example of creating a Semantic-UI button
9696

97+
\code{.php}
9798
```php
9899
use Phalcon\Mvc\Controller;
99100
use Ajax\php\phalcon\JsUtils;
@@ -108,6 +109,8 @@ class ExempleController extends Controller{
108109
}
109110
}
110111
```
112+
\endcode
113+
111114
### <img src="http://angular.kobject.net/git/images/ci.png" width="30"> CodeIgniter configuration
112115
####Library loading
113116
If you want CodeIgniter to use a Composer auto-loader, just set `$config['composer_autoload']` to `TRUE` or a custom path in **application/config/config.php**.

0 commit comments

Comments
 (0)