We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/fuel/core/blob/1.9/develop/classes/database/query/builder/update.php
Hello, maybe it could be interesting to add: protected $_where; protected $_execute; as_object, order_by...
=> Undefined method 'where'.
Not to have error with Intelephense for a better debug for coders ?
I am a FuelPHP fan ! Thanks a lot.
The text was updated successfully, but these errors were encountered:
The Update class extends the Where class, which has all these properties and methods defined.
I suggest you check Intelephense to see why it doesn't work as it should?
Sorry, something went wrong.
No branches or pull requests
https://github.com/fuel/core/blob/1.9/develop/classes/database/query/builder/update.php
Hello, maybe it could be interesting to add:
protected $_where;
protected $_execute;
as_object,
order_by...
=> Undefined method 'where'.
Not to have error with Intelephense for a better debug for coders ?
I am a FuelPHP fan !
Thanks a lot.
The text was updated successfully, but these errors were encountered: