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

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 30 2025 22:22:18
Script start
Timing: Jan 30 2025 22:22:18
Module start 'layout'
Timing: Jan 30 2025 22:22:18
Module start 'content'
Timing: Jan 30 2025 22:22:18
Module end 'content'
Timing: Jan 30 2025 22:22:18
Script end

Main resources:

Total runtime0.0249 sec
Peak memory usage6,144.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0050 588.1094151.1953
Module start 'layout' 0.00500.0037 739.3047220.6641
Module start 'content' 0.00870.0149 959.96881,006.4297
Module end 'content' 0.02360.0013 1,966.398437.9766
Script end 0.0249  2,004.3750 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00259.8645140.0002
Check MTime0.00103.8900140.0001
Mysql Total
Database connection0.00072.663110.0007
Mysqli_queries0.00249.686630.0008
Looping result0.00000.044010.0000
Template Total0.00093.710.0009
Template load0.00072.822810.0007
Template processing0.00020.877810.0002
Override
Cache load0.00051.968910.0005
General
dbfile0.002811.138280.0003
String conversion0.00000.027740.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_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