Skip to content

Instantly share code, notes, and snippets.

@wenbert
Created July 21, 2014 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wenbert/f9749d94670bbb351f4d to your computer and use it in GitHub Desktop.
Save wenbert/f9749d94670bbb351f4d to your computer and use it in GitHub Desktop.
<?php
namespace App\Controller;
use App\Controller\AppController;
use Goutte\Client;
class TestController extends ScraperController {
public function add_products()
{
$this->layout = false;
$client = new Client();
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment