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 5b2bb32 commit 80faa7eCopy full SHA for 80faa7e
README.md
@@ -95,20 +95,18 @@ $di->set("jquery",function(){
95
Example of creating a Semantic-UI button
96
97
```php
98
-\code{.php}
99
use Phalcon\Mvc\Controller;
100
use Ajax\php\phalcon\JsUtils;
101
-/**
102
- * @property JsUtils $jquery
103
-**/
+ /**
+ * @property JsUtils $jquery
+ **/
104
class ExempleController extends Controller{
105
public function indexAction(){
106
$semantic=$this->jquery->semantic();
107
$button=$semantic->htmlButton("btTest","Test Button");
108
echo $button;
109
}
110
111
-\endcode
112
```
113
114
### <img src="http://angular.kobject.net/git/images/ci.png" width="30"> CodeIgniter configuration
0 commit comments