We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c9ea9 commit 5b2bb32Copy full SHA for 5b2bb32
README.md
@@ -94,8 +94,8 @@ $di->set("jquery",function(){
94
####Use in controllers
95
Example of creating a Semantic-UI button
96
97
-\code{.php}
98
```php
+\code{.php}
99
use Phalcon\Mvc\Controller;
100
use Ajax\php\phalcon\JsUtils;
101
/**
@@ -108,8 +108,8 @@ class ExempleController extends Controller{
108
echo $button;
109
}
110
111
-```
112
\endcode
+```
113
114
### <img src="http://angular.kobject.net/git/images/ci.png" width="30"> CodeIgniter configuration
115
####Library loading
0 commit comments