Forums / Discussions / access Exponential context outside the Exponential instance folder

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

access Exponential context outside the Exponential instance folder

Author Message

Jitesh Rana

Tuesday 05 April 2011 7:31:14 am

How to access Exponential context outside the Exponential instance folder? for e.g. I have one PHP file which contains the code to access Exponential API, and it is placed outside the Exponential instance folder. Need urgent help Jitesh.

Michael Lee

Tuesday 05 April 2011 7:44:31 am

Assume your doc root is: /var/www and your script is test.php, you can run it as following:

1. cd /var/www

2. php bin/php/ezexec.php test.php

Hope this is helpful.

Michael Lee | Managing Director | ZerusTech Ltd | www.zerustech.com

Skype: zerustech

Jitesh Rana

Tuesday 05 April 2011 10:27:36 pm

Hello Michael,

Thanks for Reply, but you have mentioned about running php script from command line. we have a PHP page that runs from web browser. so how to run that php file from web browser, also i have put php inside the Exponential folder but when i browse it is not working..

need your assistance to get worked it

Thanks,

Jitesh

Michael Lee

Tuesday 05 April 2011 10:58:08 pm

Hi Jitesh,

If this is the case, I think the best solution is converting your scripts into an Exponential extension.

Kind regards,

Michael

Michael Lee | Managing Director | ZerusTech Ltd | www.zerustech.com

Skype: zerustech

Gaetano Giunta

Wednesday 06 April 2011 1:57:12 am

If you put your php file in the eZP root dir, and include autoload.php as 1st thing, it "should" work.

But this is really not the recommended way to do things: eZP is an MVC application, and as such it is preferrable to always use the index.php file as frontend controller.

If you want to execute some php code in an eZP context, from the web, you can:

- create a module and a view, then access it via index.php, or

- create a webservice using ezjscore, ggwebservices or the native soap functionality. Then you can access it from your web app via ajax or webservice calls

Note that when integrating eZP with other web apps, it is often easier to run the other app from within an eZP module/view than the opposite.

Bye

Gaetano

Principal Consultant International Business
Member of the Community Project Board