|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (16)
View Page History{note:title=Under Construction}
<ac:macro ac:name="note"><ac:parameter ac:name="title">Under Construction</ac:parameter><ac:rich-text-body>
<p>This proposal is under construction and is not ready for review.</p>
<p>When Zend_Tree got proposed (April 2006) the Zend team was very much focused on making enough progress on what they considered the absolutely must-have components. </p>
<p>For that reason, Zend_Tree had to be put aside because even if the Zend team doesn't do the proposal writing and coding, each such component requires a significant amount of energy on their side on reviewing, helping with, and polishing up the component and making it ready for release.</p>
I <p>I have received an email from Andi Gutmans, where he tells me that we are at the point now where most of what we labeled "must-have" "must-have" is starting to stabilize. He asked me if I was still interested in "re-proposing" "re-proposing" Zend_Tree, so it could be reconsidered.</p>
<p>This proposal is a revised proposal, based on the feedback that I have received throughout the months, from various contributors.</p>
I <p>I have decided to put this proposal in the standard proposal template, as fast as possible, so we can gather feedback from the very start.</p></ac:rich-text-body></ac:macro>
{note}
<ac:macro ac:name="unmigrated-inline-wiki-markup"><ac:plain-text-body><![CDATA[{zone-template-instance:ZFDEV:Zend Proposal Zone Template}
{zone-data:component-name}
{code:type=php}
<?php
<?php
$tree = new Zend_Tree(Zend_Tree_Adapter_Xml('zend.xml'));
$tree = new Zend_Tree(new Zend_Tree_Adapter_Xml('zend.xml'));
$tree->add('/users/user', array(
'fname' => 'Andries',
'fname' => 'Andries',
{code:type=php}
<?php
<?php
$tree = new Zend_Tree(Zend_Tree_Adapter_Xml('zend.xml'));
$tree = new Zend_Tree(new Zend_Tree_Adapter_Xml('zend.xml'));
foreach ($tree->lookup('/users') as $user) {
echo $user->fname;
echo $user->fname;
{zone-data}
{zone-template-instance}
{zone-template-instance}]]></ac:plain-text-body></ac:macro>