Multiple Choice
Which of the following options would cause a poll/poll collection to load all entities that have been posted during April, 2011?
A) $collection->addAttributeToFilter('date_posted', array('from' => '2011-04-01', 'to' => '2011-04-30') ) ;\
B) $collection->addFieldToFilter('date_posted', ) ;
C) $collection->addPostDateFilter('2011-04-01', '2011-04-30') ;
D) $collection->addFieldToSelect(('date_posted', arrayCfrom' => '2011-04-01', 'to' => '2011-04-30')
Correct Answer:

Verified
Correct Answer:
Verified
Q34: With which three kinds of product relations
Q35: At what point in the grid preparation
Q36: Which of the following elements does NOT
Q37: What can you do in order to
Q38: A customer has complained that his reward
Q40: How are "Rule-based related products" added to
Q41: The value of the config/placeholders/ [placeholder_id] /block
Q42: Which two of the following methods can
Q43: For an attribute to be loaded on
Q44: Custom widgets must _.<br>A) Extend Varien_Object<br>B) Extend