-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connector 3.0 HowTo #9
Comments
Hello! Do you want to use connector for CI 3 via composer? |
I'm downloading it manually and including it in the CI 3 controller with: require_once("assets/dhtmlx/dhtmlxConnector/codebase/scheduler_connector.php"); and: DataProcessor::$action_param ="dhx_editor_status"; |
I need to change the way I've integrated the DHTMLX Connector with CI 3 controllers? |
Use Dhtmlx\Connector; // to function |
Hi,
Until version 2.x I used the php connector with the DHTMLX Scheduler including these files on my CI controller:
With 3.0 I see the files have been reorganized and renamed. Which files I have to include now?
Thx
The text was updated successfully, but these errors were encountered: