Nil Portugués Calderó
Nil Portugués Calderó
According to many users it will be a nice addition. Discussion has been carried here: https://www.reddit.com/r/PHP/comments/4f6pb1/phpmessagebusmessagebus/
Using the eloquent class name and rest methods × query params, caching should be possible... improving performance which is good already.
The new write method should have: ``` php public function write($query, $formatted = false); ``` Under the hood, it should call writeRaw (v1 write function) or writeFormatted (same as v1)....
- setTable to **table** - setColumns to **columns** - setValueAsColumn to **columnAsValue** - setSelectAsColumn to **columnAsSelect** - setFunctionAsColumn as **columnAsFunction**
## Select Currently setTable() does not the alias. If an array is provided (as aliasing is done using arrays already throughtout the code) with a non numeric key value, aliasing...
Before https://github.com/nilportugues/php-json-api/blob/master/src/Helpers/PropertyHelper.php#L47, make sure each member of the array is flat.
Having a property named "article", if it's a collection returning an array, should be renamed to "articles". Inflectors should be defined prior to the transformation
First, copy the current innerHtml. Secondly, replace the contents with the count box + copied innerHtml + this.options.title ... and done :)
- PHP 7.0 only - Remove all HTTP references. Ditch PSR7. Keep it only a transformer.