[Cartoweb-users] Re: $_ENV['CW3_PROJECT'], and other variables

Alexandre Saunier alexandre.saunier at camptocamp.com
Tue Jan 16 11:49:59 EST 2007


Hello,

you may directly load a given CartoWeb "state" by calling CartoWeb URL 
with some special GET (or POST) parameters.

For CW3.3 see:
http://cartoweb.org/doc/cw3.3/xhtml/dev.newplugin.html#dev.newplugin.special.filters
CVS version has some extra parameters:
http://cartoweb.org/doc_head/docbook/xhtml/dev.newplugin.html#dev.newplugin.special.filters

AS

Max Ueda wrote:
> Hi again,
> 
> Hm, I forgot to say, I was also looking for something
> that works like those url communicating stuff (getting
> something done by a webpage through url lines, like
> http://www.myproject.com/cartoweb3/htdocs/myProject.php?lang=fr).
>  
> 
> Can it be done?
> 
> Thanks again!
> 
> Max
> 
> 
> --- Max Ueda <mhanzo at yahoo.com> wrote:
> 
> 
>>Hi,
>>
>>What for is the $_ENV array?
>>
>>The question I have may sound stupid, but, I'm out
>>of
>>ideas, and this is the last one that came.
>>
>>I need to have access from a web application to the
>>template variables of the Cartoweb Application I'm
>>using. 
>>
>>For example, I have the Cartoweb Application and its
>>plugins, and a web application (one of those
>>websites
>>that does some database retrieval operations and
>>displays them as html pages). All I need is to throw
>>the values retrieved from that application to the
>>Cartoweb Application, without accessing the
>>MyProject.php file explicitly. 
>>
>>In other words, all I need is to use the retrieved
>>data from my web application to use the Cartoweb
>>Plugins I've developed (mostly, recentering and
>>outline) without having to access the plugin
>>templates/forms.
>>
>>For example, I retrieve some data (lat/long
>>coordinates, street&number) from my webapp, and when
>>I
>>click a submit button, I need it to transmit the
>>data
>>to the CArtoweb application, and then, it displays
>>the
>>main CW3 Project page with the recentered
>>coordinates
>>(that are related to the item I've retrieved from
>>the
>>web application) on it. 
>>
>>Is there any other way of doing that without having
>>to
>>access such variables (for example, the $_REQUEST
>>and
>>$_POST from PHP)?
>>
>>Thanks in advance!
>>
>>Max Ueda


More information about the Cartoweb-users mailing list