Ok another think is a problem with I18n.

 

So when i use the function:

Table::retrieveByPk - i get the tree but not the i18n data (7 db
queries)

 

$c = new Criteria();

$c->add(Table::ID, 2);

Table::doSelectWithI18n($c) - i get only the root but the i18n data (11
db queries)

 

$c = new Criteria();

$c->add(TblGeoPeer::ID, 2);

$c->add(TblGeoI18nPeer::CULTURE, $sf_user->getCulture());

Table::doSelectJoinAllExceptTblGeoRelatedByTreeParent($c) - i get only
the root but the i18n data (17 queries)

 

So i need a retrieveByPkWithI18n() function? Is that a syfony propel or
plugin problem?

 

Tank you. Greeting

Gordon

 

 

Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Franke Gordon
Gesendet: Donnerstag, 12. April 2007 15:24
An: [EMAIL PROTECTED]
Betreff: [symfony-users] AW: [symfony-users] Re:
sfPropelActAsNestedSetBehaviorPlugin

 

Ohh and the foreign keys for tree_parent are missing the
propel-load-data needed it ;)

 

Greetings

Gordon

 

 

Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Tristan Rivoallan
Gesendet: Donnerstag, 12. April 2007 14:55
An: [EMAIL PROTECTED]
Betreff: [symfony-users] Re: sfPropelActAsNestedSetBehaviorPlugin

 

On 4/12/07, Franke Gordon <[EMAIL PROTECTED]> wrote:

         

        So parent and topic is empty but required. Is there a mistake in
the documentation?


there is a mistake. i'll correct this asap.

++
tristan 

 

 

 



 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to