Welcome Guest, Not a member yet? Register   Sign In
"Use" Command with CI?
#1

I've installed PhantomJS and PHP-PhantomJS per the PHP-PhantomJS docs.

Per the PHP-PhantomJS docs, I have the following lines at the top of a controller file:

Code:
   use JonnyW\PhantomJs\Client;
   $client = Client::getInstance();

When executing `$client = Client::getInstance();`, I get the error:

Quote:'JonnyW\PhantomJs\Client' not found

The installer has placed `JonnyW\PhantomJs\Client` here:

Quote:/Applications/myWebApp/vendor/jonnyw/php-phantomjs/src/JonnyW/PhantomJs/Client.php

The controller that contains the "use" command is located here:

Code:
/Applications/myWebApp/application/controllers/myController.php

How can I modify the "use" command so as to locate the required "JonnyW\PhantomJs\Client" file?

Thanks in advance to all for any info.
Reply


Messages In This Thread
"Use" Command with CI? - by VikRubenfeld - 03-02-2017, 06:12 PM
RE: "Use" Command with CI? - by albertleao - 03-03-2017, 12:27 AM
RE: "Use" Command with CI? - by koficypher - 03-03-2017, 02:08 AM
RE: "Use" Command with CI? - by VikRubenfeld - 03-03-2017, 03:48 AM
RE: "Use" Command with CI? - by koficypher - 03-03-2017, 03:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB