Fetching object in ezpublish

Author Message

walibda

Monday 01 November 2010 4:34:38 am

Hello All ,

I am very much new to using ez publish and to the community.

In my first Development ,I want to retrieve objects of type specified by class_filter_array and I use this query in my php code :

my class is 'test'

ezpublishversion 3.10

$params = array( 'ClassFilterType' => 'include',
'ClassFilterArray' => array('test'));

$nodes =& eZContentObjectTreeNode::subTree($params,2);
/
echo count($nodes)." Elets \n====";
foreach ( $nodes as $key=>$node )
{
echo $node->attribute('name')."\n";
}

If I used 'ClassFilterArray' => array('folder') it works .But Another class isn't works .

Thanks!
Best regards,

Eirik Alfstad Johansen

Monday 01 November 2010 9:01:52 am

Hi walidba,

Have you ensured that you have the proper rights to read the content of these "other" classes that you're trying to fetch? Also, of course, that they exist directly under the top content node (node 2)?

Sincerely,

Eirik Alfstad Johansen
http://www.netmaking.no/

walibda

Monday 01 November 2010 9:12:27 am

Thank you for your reply.

The nodes directly under the content node (node 2). But for the rights can you tell me how to check if I have the necessary rights.

Thanks!
Best regards,

Eirik Alfstad Johansen

Monday 01 November 2010 10:05:59 am

Hi walibda,

The easiest way to check if it's a rights problem is to run the code as an admin user. If this doesn't work, make sure that you are spelling the content class identificator correctly.

Sincerely,

Eirik Alfstad Johansen
http://www.netmaking.no/

walibda

Tuesday 02 November 2010 3:19:42 am

thank you Eirik.simply I forgot to call this method

$script->initialize();

Thanks!
Best regards,

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 29 2025 14:41:40
Script start
Timing: Jan 29 2025 14:41:40
Module start 'layout'
Timing: Jan 29 2025 14:41:40
Module start 'content'
Timing: Jan 29 2025 14:41:40
Module end 'content'
Timing: Jan 29 2025 14:41:40
Script end

Main resources:

Total runtime0.0158 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0048 588.1328151.2109
Module start 'layout' 0.00480.0024 739.343836.6563
Module start 'content' 0.00720.0069 776.000094.2500
Module end 'content' 0.01410.0017 870.250033.9766
Script end 0.0157  904.2266 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002314.5058140.0002
Check MTime0.00106.5475140.0001
Mysql Total
Database connection0.00064.058510.0006
Mysqli_queries0.002616.217630.0009
Looping result0.00000.063510.0000
Template Total0.00127.310.0012
Template load0.00095.746110.0009
Template processing0.00021.534810.0002
Override
Cache load0.00064.022310.0006
General
dbfile0.002515.701980.0003
String conversion0.00000.037840.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