Load php class located outside symfony project -


i building frontend symfony app project current folder structure:

+---app |   +---conf |   +---lib |   |   +---ca |   |   |   +---search +---frontend |   +---app |   +---bin |   +---src |   |   \---publicbundle |   |       +---controller 

the app folder on root (non symfony app) located. php app.

inside frontend folder symfony project being built.

i trying load inside symfony app (from public controller) class other php app (a class inside ca subfolder) when try to, symfony returns namespace exception tip: did forget "use" statement namespace?

it correct load class outside symfony project is, , if how done?

thanks in advance,


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -