fuel / core

Fuel PHP Framework - The core of the Fuel v1 framework
http://fuelphp.com
813 stars 345 forks source link

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

Open fledoux opened 2 weeks ago

fledoux commented 2 weeks ago

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 commented 2 weeks ago

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?