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 435b083 commit ce9fa1eCopy full SHA for ce9fa1e
README.md
@@ -53,8 +53,9 @@ The key thing to note when instantiating Channel Data is that you need to do 3 t
53
2. Load the Channel Data driver from the package
54
3. Tell Channel Data where the auto loader should look for your files.
55
56
+
57
ee()->load->add_package_path(PATH_THIRD . 'your_addon_name');
-
58
59
// Load the driver and directories at once
60
61
ee()->load->driver('ChannelData', array(
@@ -74,6 +75,7 @@ The key thing to note when instantiating Channel Data is that you need to do 3 t
74
75
PATH_THIRD . 'your_addon_name/models/channels'
76
));
77
78
79
*Note, Channel Data is a CodeIgniter driver, not a library. You must load it using the `driver` method.*
80
81
----
0 commit comments