access ezpublish context outside the ezpublish instance folder

Author Message

Jitesh Rana

Tuesday 05 April 2011 7:31:14 am

How to access eZpublish context outside the eZpublish instance folder? for e.g. I have one PHP file which contains the code to access eZpublish API, and it is placed outside the eZpublish 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 eZ publish 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 eZ Publish 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

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 04:57:33
Script start
Timing: Jan 18 2025 04:57:33
Module start 'layout'
Timing: Jan 18 2025 04:57:33
Module start 'content'
Timing: Jan 18 2025 04:57:33
Module end 'content'
Timing: Jan 18 2025 04:57:33
Script end

Main resources:

Total runtime0.5989 sec
Peak memory usage4,096.0000 KB
Database Queries65

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0050 588.1719152.6563
Module start 'layout' 0.00510.0027 740.828139.5156
Module start 'content' 0.00780.5899 780.3438597.5469
Module end 'content' 0.59760.0013 1,377.890612.0938
Script end 0.5989  1,389.9844 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.5642160.0002
Check MTime0.00130.2217160.0001
Mysql Total
Database connection0.00070.122510.0007
Mysqli_queries0.539089.9888650.0083
Looping result0.00060.1051630.0000
Template Total0.570895.320.2854
Template load0.00200.336420.0010
Template processing0.568894.966620.2844
Template load and register function0.00020.033710.0002
states
state_id_array0.00080.133910.0008
state_identifier_array0.00090.155820.0005
Override
Cache load0.00170.2873320.0001
Sytem overhead
Fetch class attribute can translate value0.00060.106430.0002
Fetch class attribute name0.00150.244470.0002
XML
Image XML parsing0.00330.547830.0011
class_abstraction
Instantiating content class attribute0.00000.002880.0000
General
dbfile0.00350.5848230.0002
String conversion0.00000.001340.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 15
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs