Skip to content

Commit 5b11032

Browse files
committed
Updates
1 parent 278950e commit 5b11032

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,16 @@ The key thing to note when instantiating Channel Data is that you need to do 3 t
6060
ee()->load->add_package_path(PATH_THIRD . 'your_addon_name');
6161

6262
// Load the driver and directories at once
63-
6463
ee()->load->driver('ChannelData', array(
6564
'directories' => array(
6665
PATH_THIRD . 'your_addon_name/models'
6766
)
6867
));
6968

7069
// Or use the autoload() method to pass a directory path
71-
7270
ee()->channeldata->autoload(PATH_THIRD . 'your_addon_name/models');
7371

7472
// You can also pass an array of directories
75-
7673
ee()->channeldata->autoload(array(
7774
PATH_THIRD . 'your_addon_name/models',
7875
PATH_THIRD . 'your_addon_name/models/channels'

0 commit comments

Comments
 (0)