Skip to content
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

https://github.com/fuel/core/blob/1.9/develop/classes/database/query/builder/update.php #2220

Open
fledoux opened this issue Oct 4, 2024 · 1 comment

Comments

@fledoux
Copy link

fledoux commented Oct 4, 2024

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.

@WanWizard
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants