What files do I have to include when starting to code using PHP?
26 views
Skip to first unread message
Banana
unread,
Dec 1, 2015, 9:31:19 AM12/1/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
I downloaded the PHP clients library, and want to start coding. What files do I have to 'include_once' in my main code so I can run functions/objects ? No tutorial or example for that. shame.
Mark Rogoyski
unread,
Dec 1, 2015, 12:59:10 PM12/1/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
If you install via Composer, include the composer-generated autoloader in /vendor/autoload.php, and then \AdWordsUser and similar classes should be available in the root namespace.