default view for module

Author Message

Claudia Kosny

Friday 08 December 2006 6:23:32 am

Hi there

is there a way to specify a default view for a module?
Example: I have a module 'test' with the following module.php

$Module = array("name" => "Test");
$ViewList = array();
$ViewList['foo'] = array('script' => 'foo.php');
$ViewList['bar'] = array('script' => 'bar.php');

This gives me the urls .../index.php/test/foo and .../index.php/test/bar.
But when I go to the url index.php/test I get a kernel 21 error (view not found) which is certainly correct but would rather have the option to display the view 'foo' instead.

Is that possible to do from within the extension/module (without needing to add a url translation)?

Thanks

Claudia

Kristof Coomans

Friday 08 December 2006 6:40:55 am

Hi Claudia

This worked in eZ 3.4, don't know if it still works but I guess it does:

$ViewList['']=...

If you want to have only one view in your module, then define it with the value for the "function" key in the $Module array:

$Module = array("name" => "Test", "function" => array('script' => 'foo.php') );

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Claudia Kosny

Friday 08 December 2006 6:48:44 am

Hi Kristof

Thanks for the answer, it worked. Don't know why I haven't tried this before - it was to obvious I think...

Have a nice weekend

Claudia

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 21 2025 22:57:48
Script start
Timing: Jan 21 2025 22:57:48
Module start 'layout'
Timing: Jan 21 2025 22:57:48
Module start 'content'
Timing: Jan 21 2025 22:57:49
Module end 'content'
Timing: Jan 21 2025 22:57:49
Script end

Main resources:

Total runtime1.6767 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0143 587.9063151.2109
Module start 'layout' 0.01430.0039 739.117236.6484
Module start 'content' 0.01821.6576 775.7656558.7422
Module end 'content' 1.67580.0009 1,334.507812.1719
Script end 1.6766  1,346.6797 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00360.2152160.0002
Check MTime0.00150.0866160.0001
Mysql Total
Database connection0.00100.057210.0010
Mysqli_queries1.615796.3613570.0283
Looping result0.00060.0353550.0000
Template Total1.610296.020.8051
Template load0.00260.154820.0013
Template processing1.607695.877720.8038
Template load and register function0.00020.014610.0002
states
state_id_array0.00480.284810.0048
state_identifier_array0.00130.075720.0006
Override
Cache load0.00210.1241240.0001
Sytem overhead
Fetch class attribute can translate value0.00110.066320.0006
Fetch class attribute name0.00150.090740.0004
XML
Image XML parsing0.00450.270920.0023
class_abstraction
Instantiating content class attribute0.00000.000940.0000
General
dbfile0.01010.6007160.0006
String conversion0.00000.000640.0000
Note: percentages do not add up to 100% because some accumulators overlap

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
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
3content/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
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 17
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs