Forums / Developer / view_parameter in php

view_parameter in php

Author Message

Ivan Švogor

Wednesday 27 October 2010 2:14:06 am

Hello,

I have a custom datatype, and a URL that looks like http://localhost/cms/something/(attribute)/5 or even http://localhost/cms/something/attribute/5

I need a way to read this in PHP code of my custom datatype. I want to avoid the following:

http://localhost/cms/something?attribute=5

tnx.

Ivo Lukac

Wednesday 27 October 2010 4:31:16 am

This url looks more like a module not a dataype.

Let say your base root is http://localhost/cms, than your relative url is 'something/attribute/5' which means module 'something' and view 'attribute' with parameter '5'

Your module.php in 'something' should have this:

$ViewList['attribute'] = array(    
'functions' => array( 'attribute' ),    
'script' => 'attribute.php',    
'params' => array( 'Param1' ) );

They in attribute.php you can get parameter value like this:

$Params['Param1'];

http://www.linkedin.com/in/ivolukac
http://www.netgen.hr/eng/blog
http://twitter.com/ilukac

Ivan Švogor

Wednesday 27 October 2010 6:46:09 am

YACT

I know how to do this for a module but I was wondering is this possible with a datatype. Because I can create my module, define a function to fetch some content, in template I can get it via $view_parameters and call to appropriate fetch function defined in a module. - am I rignt? - but I wanted to know is it posible somehow with a datatype...
Like for example here: http://www.vlada.hr/hr/preuzimanja/(class)/file,audio/(year)/2010/(month)/1 is this a module or what? :)

Ivo Lukac

Wednesday 27 October 2010 7:40:03 am

"

YACT

I know how to do this for a module but I was wondering is this possible with a datatype. Because I can create my module, define a function to fetch some content, in template I can get it via $view_parameters and call to appropriate fetch function defined in a module. - am I rignt? - but I wanted to know is it posible somehow with a datatype...
Like for example here: http://www.vlada.hr/hr/preuzimanja/(class)/file,audio/(year)/2010/(month)/1 is this a module or what? :)

"

Hehe YACT :)

Seems that we need to first define what you mean when you say datatype. Because datatype in eZ is a building block for classes. E.g. ezimage, ezstring, etc. What do you mean when you say datatype?

In the example we used just simple $view_parameters variable in template...

http://www.linkedin.com/in/ivolukac
http://www.netgen.hr/eng/blog
http://twitter.com/ilukac

Heath

Wednesday 27 October 2010 8:27:28 am

The module and ezdatatype systems are not connected in any way. They are completely separate. And fyi view parameters are mostly only available in the content module views.

Cheers,

Heath

Brookins Consulting | http://brookinsconsulting.com/
Certified | http://auth.ez.no/certification/verify/380350
Solutions | http://projects.ez.no/users/community/brookins_consulting
eZpedia community documentation project | http://ezpedia.org

Gaetano Giunta

Wednesday 27 October 2010 12:23:05 pm

You can of course create a small template that looks up the current view parameters, then calls a custom fetch function based on on the parameters found, and displays the result in some way you want.

I am not sure why you want to tie that to a datatype, but of course you can tie your template to any attribute you want, be it using a standard datatype or a new one you create. Just set up the proper overriding rules in override.ini for content/datatype/view/full.tpl

Principal Consultant International Business
Member of the Community Project Board

eZ debug

Timing: Jan 30 2025 19:45:42
Script start
Timing: Jan 30 2025 19:45:42
Module start 'content'
Timing: Jan 30 2025 19:45:42
Module end 'content'
Timing: Jan 30 2025 19:45:42
Script end

Main resources:

Total runtime0.2564 sec
Peak memory usage8,192.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0073 587.8281370.3125
Module start 'content' 0.00730.0129 958.14061,010.1406
Module end 'content' 0.02020.2361 1,968.28133,897.6328
Script end 0.2563  5,865.9141 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00431.6830200.0002
Check MTime0.00130.5058200.0001
Mysql Total
Database connection0.00090.370110.0009
Mysqli_queries0.163663.82241410.0012
Looping result0.00140.54881390.0000
Template Total0.235892.010.2358
Template load0.00080.311610.0008
Template processing0.235091.648910.2350
Override
Cache load0.00060.216810.0006
Sytem overhead
Fetch class attribute can translate value0.00170.645910.0017
XML
Image XML parsing0.00020.091310.0002
General
dbfile0.00773.0150200.0004
String conversion0.00000.002230.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