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 3fbb57f commit 278950eCopy full SHA for 278950e
README.md
@@ -49,12 +49,13 @@ Channel Data includes some core modules for you to use. Core models belong to th
49
50
The key thing to note when instantiating Channel Data is that you need to do 3 things.
51
52
- 1. Load the Channel Data package into your add-on
53
-
54
- 2. Load the Channel Data driver from the package
55
56
- 3. Tell Channel Data where the auto loader should look for your files.
57
+ /**
+ * Required Steps
+ *
+ * 1. Load the Channel Data package into your add-on
+ * 2. Load the Channel Data driver from the package
+ * 3. Tell Channel Data where the auto loader should look for your files.
58
+ **/
59
60
ee()->load->add_package_path(PATH_THIRD . 'your_addon_name');
61
0 commit comments