File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ The library is already loaded by default in the config file **app/config/config.
83
83
Example of creating a Semantic-UI button
84
84
85
85
``` php
86
- /**
87
- * @property \Ajax\php\ubiquity\JsUtils $jquery
88
- * */
86
+ /**
87
+ * @property \Ajax\php\ubiquity\JsUtils $jquery
88
+ */
89
89
class ExempleController extends Controller{
90
90
public function index(){
91
91
$semantic=$this->jquery->semantic();
@@ -123,9 +123,9 @@ Example of creating a Semantic-UI button
123
123
``` php
124
124
use Phalcon\Mvc\Controller;
125
125
use Ajax\php\phalcon\JsUtils;
126
- /**
127
- * @property JsUtils $jquery
128
- * */
126
+ /**
127
+ * @property JsUtils $jquery
128
+ */
129
129
class ExempleController extends Controller{
130
130
public function indexAction(){
131
131
$semantic=$this->jquery->semantic();
You can’t perform that action at this time.
0 commit comments