On Tue, Apr 8, 2008 at 9:02 PM, Joe Kelsey <[EMAIL PROTECTED]> wrote:

>  I had to search through
>  the generated model php files to discover the 
> getStatusRelatedByInitialStatusId()
>  function.

Yes, bec

The long name is due to the fact you use two fks in a table pointing
at the same other table.

>  There is no documentation associated with this function.

You can activate phpdoc generation in your propel.ini config file:

propel.builder.addComments = true

Personally, I like to add proxy method like:

public function getRelatedStatus()
{
  return parent::getStatusRelatedByInitialStatusId();
}

Then regenerate your Propel model classes.

>  It does not appear anywhere in the book.  I have not been able to find
>  it anywhere on the web site.  Where do I look for this?

In the propel documentation?
http://propel.phpdb.org/trac/wiki/Users/Documentation/1.2

++

-- 
Nicolas Perriault
http://prendreuncafe.com/blog
GSM: 06.60.92.08.67

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" 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-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to