Uncle Cheese
7f5608c599
API CHANGE: Public visibility on DataQuery::selectField
...
It doesn't seem appropriate to hide this method from the public space. It precludes the user from customising queries in a DataList.
```php
$mylist->alterDataquery(function($query) {
$query->selectField("225,300,000km", "DistanceToMars");
});
```
2015-03-26 10:58:56 +13:00
..
2014-11-18 12:45:54 +13:00
2014-12-04 09:30:50 +13:00
2015-01-16 10:08:40 +13:00
2014-08-19 09:17:15 +12:00
2014-08-19 09:17:15 +12:00
2015-02-20 10:17:19 +13:00
2014-12-04 09:30:50 +13:00
2015-02-20 14:09:38 +13:00
2014-08-19 09:17:15 +12:00
2015-02-20 14:09:38 +13:00
2014-08-19 09:17:15 +12:00
2015-03-26 10:58:56 +13:00
2014-10-06 17:44:51 +13:00
2014-07-30 11:07:01 +12:00
2014-08-19 09:17:15 +12:00
2014-08-19 09:17:15 +12:00
2014-08-19 09:17:15 +12:00
2014-12-04 09:30:50 +13:00
2014-03-05 15:48:55 +13:00
2015-02-11 15:58:47 +00:00
2014-11-19 11:05:07 +13:00
2014-07-30 11:07:01 +12:00
2014-08-19 09:17:15 +12:00
2014-08-19 09:17:15 +12:00
2014-12-04 09:30:50 +13:00
2014-08-19 09:17:15 +12:00
2014-08-19 09:17:15 +12:00
2014-08-19 09:17:15 +12:00
2014-07-30 11:07:01 +12:00
2014-08-19 09:17:15 +12:00
2014-11-18 12:45:54 +13:00
2014-08-19 09:17:15 +12:00
2014-08-19 09:17:15 +12:00
2014-08-19 09:17:15 +12:00
2015-02-20 14:09:38 +13:00