classDb
Submitted Geoff Berrow, Aug 18 2010 09:25 AM | Last updated Aug 18 2010 09:25 AM
http://community.inv...html?record=340
You have $this->DB->build( 'select' => 'a.*',... Shouldn't this be: $this->DB->build( array('select' => 'a.*',... I also think more examples or usage would be a good idea for opeople unfamiliar with the syntax. Geoff Berrow [email protected]
You have $this->DB->build( 'select' => 'a.*',... Shouldn't this be: $this->DB->build( array('select' => 'a.*',... I also think more examples or usage would be a good idea for opeople unfamiliar with the syntax. Geoff Berrow [email protected]
| Status: | Fixed |
| Version: | |
| Fixed In: |











0 Comments