I hope this is not a dumb question. I have a .Net API and I want to make calls to it via PHP. I’ve grabs the c# version of the Classes in a text file. I plan on creating a bunch of files in a folder called “wbg”. So If I have class “abc” inside folder “wbg” and the file is named “abc.php”. What would my code look like when I reference the class?
`<?php $abc = new wbg->abc();?>`