You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally, 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**.
112
+
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**.
113
113
114
-
It's necessary to create a library for the JsUtils class
114
+
Then, it's necessary to create a library for the JsUtils class
115
115
116
116
#####Library creation
117
117
Create the library **XsUtils** (the name is free) in the folder **application/libraries**
@@ -124,14 +124,17 @@ class XsUtils extends Ajax\php\ci\JsUtils{
124
124
}
125
125
}
126
126
```
127
-
#####Library loading
127
+
####Injection of the service
128
128
Add the loading of the **XsUtils** library in the file **application/config/autoload.php**
129
129
130
130
The jquery member will be accessible in the controllers
0 commit comments