-
Notifications
You must be signed in to change notification settings - Fork 3
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
Call to undefined function eden() #1
Comments
is eden already loaded? |
Hi, I am getting the same issue. Would you please let me know how to load eden? |
Getting the same error here |
+1 |
1 similar comment
+1 |
ahh sorry guys forgot to add the precursor to making sure eden function is enabled. I'll make sure ill update the doc. Instantiate the controller with the below.
Though you don't need the control for anything in particular, the eden function is in that file. I'll come up with a better way of doing this. Will update core later. Thanks for the report and sorry for the really long delay. Still trying to workout my schedule :) |
Enhancment for Eden-PHP/Mysql#1
Created new tag: https://github.com/Eden-PHP/Core/releases/tag/4.0.2 Which will allow you to use Will update the docs soon :) thanks |
I've just installed the latest version via composer and i'm assuming that this package is set up to autoload.
I'm using the first step in your documentation:
$database = eden('mysql', '[HOST]' ,'[DBNAME]', '[USER]', '[PASS]'); //instantiate
But I get php error:
Fatal error: Call to undefined function eden() in /index.php on line 8
Do I have to do something different when using Composer?
The text was updated successfully, but these errors were encountered: