Search found 3 matches

by solcito
Wed Jan 22, 2014 9:12 pm
Forum: Developers Discussion
Topic: How can i get other page content?
Replies: 5
Views: 12505

Re: How can i get other page content?

I dont want to run http request twice.
I want to do that in one request.
On php, no in smarty.

Thanks.
by solcito
Wed Jan 22, 2014 7:52 pm
Forum: Developers Discussion
Topic: How can i get other page content?
Replies: 5
Views: 12505

Re: How can i get other page content?

Thanks.

I dont want the content of the page.
I wasnt the hole html of the page.

It is not a regular page, it is action of some module i created by RegisterRoute.
by solcito
Wed Jan 22, 2014 5:42 pm
Forum: Developers Discussion
Topic: How can i get other page content?
Replies: 5
Views: 12505

How can i get other page content?

Hi. I have this file action.get_content.php on CGExtensions module. I want to load the html code of the referer page. How can i do that right? action.get_content.php code: if( !isset($gCms) ) exit; clearstatcache(); $params = array_merge($_GET, $_POST); $smarty = cmsms()->GetSmarty(); $smarty->param...

Go to advanced search