Quantcast
Channel: DreamFactory Forum - Latest posts
Viewing all articles
Browse latest Browse all 5028

Best Way To Familiarize With DF

$
0
0

This is helpful. I'm trying to use this to retrieve all records from a table on a post post using:
$csvInfo = DreamFactory\Core\Utility\ServiceHandler::handleRequest('GET','mysql','_table/saa-recipients');
var_dump($csvInfo);

It's only returning the record I just submitted via POST and not all records. This is sort of useless as my post data is available as \Request::json()->all();


Viewing all articles
Browse latest Browse all 5028

Trending Articles