Forums / Developer / pass variable from php to template

pass variable from php to template

Author Message

Dhaval Patel

Monday 17 December 2007 9:12:34 pm

hello

i have created one table.

and one template operator to fetch data from that table.

now i m making search template.

i can post the form and i m getting all the selected values to the action.php file.

now i want to run the query in action.php file and send the result to the template file in which i can show the search result.

please help me.

thank you very much

With Best Regards,

Dhaval Patel
Team Leader - iNETProcess(I) Pvt. LTD.
dhaval.patel@inetprocess.com
Ph No: +91 79 65 12 35 00
http://www.inetprocess.co.in

Piotrek Karaś

Monday 17 December 2007 9:38:59 pm

In PHP (this is PHP5 -> eZ4):

$tpl = templateInit();
$tpl->setVariable( 'custom_variable_name', 'custom_value' );

Then in templates you use:

{$custom_variable_name}

Hope this helps ;)

--
Company: mediaSELF Sp. z o.o., http://www.mediaself.pl
eZ references: http://ez.no/partners/worldwide_partners/mediaself
eZ certified developer: http://ez.no/certification/verify/272585
eZ blog: http://ez.ryba.eu

Dhaval Patel

Monday 17 December 2007 9:58:22 pm

hi,

thanks for replying

but its not working .

i am using ez10.

it gave me error that templateInit() call to undefined function.

then i include 'kernel/common/template.php'.

now no error. but result is also not in template.

I m using

$module->redirectTo( '/content/view/full/' . $nodeID);

at last.

please reply me.

With Best Regards,

Dhaval Patel
Team Leader - iNETProcess(I) Pvt. LTD.
dhaval.patel@inetprocess.com
Ph No: +91 79 65 12 35 00
http://www.inetprocess.co.in

Piotrek Karaś

Tuesday 18 December 2007 12:08:20 am

Proper PHP4 notation would be something like this:

include_once('kernel/common/template.php');
$tpl =& templateInit();

If you redirect to another location, then there's no template do be displayed. You could pass it in the URL as unordered parameters.

--
Company: mediaSELF Sp. z o.o., http://www.mediaself.pl
eZ references: http://ez.no/partners/worldwide_partners/mediaself
eZ certified developer: http://ez.no/certification/verify/272585
eZ blog: http://ez.ryba.eu

Nicolas Lescure

Tuesday 18 December 2007 12:20:08 am

Hi,

You don't have to use a redirection in a template operator.

Try this :

function modify(&$tpl, &$operatorName, &$operatorParameters, &$rootNamespace, &$currentNamespace, &$operatorValue, &$namedParameters) {	
	switch ($operatorName) {		
			case 'tempalte_operator_name':
				$operatorValue = 'the content you want in your template';
				break;			
		}	
	}

You can also download other extensions to help you : http://ez.no/developer/contribs/template_plugins

Piotrek Karaś

Tuesday 18 December 2007 12:30:07 am

I thought Dhaval was talking about custom module view. My bad ;)

--
Company: mediaSELF Sp. z o.o., http://www.mediaself.pl
eZ references: http://ez.no/partners/worldwide_partners/mediaself
eZ certified developer: http://ez.no/certification/verify/272585
eZ blog: http://ez.ryba.eu

eZ debug

Timing: Jan 20 2025 23:29:45
Script start
Timing: Jan 20 2025 23:29:45
Module start 'content'
Timing: Jan 20 2025 23:29:45
Module end 'content'
Timing: Jan 20 2025 23:29:45
Script end

Main resources:

Total runtime0.1178 sec
Peak memory usage2,048.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0055 587.7344180.8281
Module start 'content' 0.00550.0049 768.5625101.9141
Module end 'content' 0.01050.1073 870.4766530.1719
Script end 0.1178  1,400.6484 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00292.4897200.0001
Check MTime0.00121.0380200.0001
Mysql Total
Database connection0.00100.827310.0010
Mysqli_queries0.081068.76941410.0006
Looping result0.00090.77491390.0000
Template Total0.107090.810.1070
Template load0.00070.633110.0007
Template processing0.106290.148110.1062
Override
Cache load0.00050.445510.0005
Sytem overhead
Fetch class attribute can translate value0.00060.550710.0006
XML
Image XML parsing0.00020.153610.0002
General
dbfile0.00443.7071200.0002
String conversion0.00000.006930.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
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs