Forums / Developer / Perform Function then Redirect

Perform Function then Redirect

Author Message

Lando C

Tuesday 03 February 2009 3:36:37 pm

I'm working in ez 4 and am running into an issue regarding the $Result['path']

Haven't been able to find a solution elsewhere on the forums, so hopefully someone can help me out here or at least point me in the direction of where to look.

I'm working with a custom extension that I created for use in our back office.
There is a link I want to create that simply removes a result from a specified DB table by calling a basic function.

In order for the function to execute properly, there are ID params that I'm passing through the URL.

HOWEVER, once the function completes, I want there to be a redirect behind the scenes back to where the user came from.

From what I was able to deduct the best method for this is with something like:

myFunction(id1,id2)

$tpl =& templateInit();
$Result = array();					
$Result['content'] = $tpl->fetch( "design:myTemplate.tpl" );
$Result['path'] = array(array('url' => '/home/original_URL/', 'text' => 'Origin'));

As I mentioned, my custom function executes perfectly, then it runs through the above code...and the URL is never redirected.

I DO see the template appearance that I'm calling $Result['content']...but the URL is not changing.

What am I doing wrong? Missing something? Is it something I needed to do upon creation of the extension in the first place? Am I way off and there is an even easier method in ez 4.0?

:) Thanks for any help in advance!

Gaetano Giunta

Wednesday 04 February 2009 1:01:49 am

In fact the $Result['path'] you are setting up is not used for redirecting to other urls, it is only used for displaying a navigation bar in the templates.

You might want to take a look at how kernel/layout/set.php does it, if you want to handle the redirect internally within eZ (ie. without an http redirect).

Or use $Module->redirectTo()

Principal Consultant International Business
Member of the Community Project Board

Lando C

Wednesday 04 February 2009 6:26:27 am

Perfect, thanks so much for the followup Gaetano and the multiple solutions :)

Always a plus!

eZ debug

Timing: Jan 18 2025 19:19:22
Script start
Timing: Jan 18 2025 19:19:22
Module start 'content'
Timing: Jan 18 2025 19:19:23
Module end 'content'
Timing: Jan 18 2025 19:19:23
Script end

Main resources:

Total runtime1.5123 sec
Peak memory usage4,096.0000 KB
Database Queries194

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0076 587.7109180.8359
Module start 'content' 0.00761.3349 768.5469539.6875
Module end 'content' 1.34240.1698 1,308.2344332.7500
Script end 1.5123  1,640.9844 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00610.4026210.0003
Check MTime0.00160.1033210.0001
Mysql Total
Database connection0.00060.039410.0006
Mysqli_queries1.426694.33501940.0074
Looping result0.00250.16821920.0000
Template Total1.474997.520.7375
Template load0.00240.155420.0012
Template processing1.472697.371820.7363
Template load and register function0.00020.014410.0002
states
state_id_array0.00110.072910.0011
state_identifier_array0.00180.115720.0009
Override
Cache load0.00190.1281230.0001
Sytem overhead
Fetch class attribute can translate value0.00130.086530.0004
Fetch class attribute name0.00170.109840.0004
XML
Image XML parsing0.00080.056130.0003
class_abstraction
Instantiating content class attribute0.00000.000640.0000
General
dbfile0.00470.3123270.0002
String conversion0.00000.000630.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

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
3content/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
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 13
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs