Skip to content

Commit 80faa7e

Browse files
authored
Update README.md
1 parent 5b2bb32 commit 80faa7e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,20 +95,18 @@ $di->set("jquery",function(){
9595
Example of creating a Semantic-UI button
9696

9797
```php
98-
\code{.php}
9998
use Phalcon\Mvc\Controller;
10099
use Ajax\php\phalcon\JsUtils;
101-
/**
102-
* @property JsUtils $jquery
103-
**/
100+
/**
101+
* @property JsUtils $jquery
102+
**/
104103
class ExempleController extends Controller{
105104
public function indexAction(){
106105
$semantic=$this->jquery->semantic();
107106
$button=$semantic->htmlButton("btTest","Test Button");
108107
echo $button;
109108
}
110109
}
111-
\endcode
112110
```
113111

114112
### <img src="http://angular.kobject.net/git/images/ci.png" width="30"> CodeIgniter configuration

0 commit comments

Comments
 (0)