Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Doctrine_Record::hasValue()
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
Adam Huttler  
View profile   Translate to Translated (View Original)
 More options 27 June, 03:19
From: "Adam Huttler" <adam.hutt...@fracturedatlas.org>
Date: Fri, 26 Jun 2009 22:19:41 -0400 (EDT)
Local: Sat 27 June 2009 03:19
Subject: Doctrine_Record::hasValue()

Attached is a patch to add Doctrine_Record::hasValue().

Would anyone object to adding this? There's already
Doctrine_Table::hasField() and Doctrine_Record::hasRelation(), but there's
currently no public interface for determining if a custom property has
been defined.

It could alternately be named hasMappedValue(), but that seems awkward to
me.

Thanks,
Adam

  diff.txt
< 1K Download

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Wage  
View profile   Translate to Translated (View Original)
 More options 28 June, 21:52
From: Jonathan Wage <jonw...@gmail.com>
Date: Sun, 28 Jun 2009 15:52:32 -0500
Local: Sun 28 June 2009 21:52
Subject: Re: [doctrine-dev] Doctrine_Record::hasValue()

Should it be named something different like hasMappedValue() or something?

- Jon

On Fri, Jun 26, 2009 at 9:19 PM, Adam Huttler <

--
Jonathan H. Wage (+1 415 992 5468)
Open Source Software Developer & Evangelist
sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org

You can contact Jonathan about Doctrine, Symfony and Open-Source or for
training, consulting, application development, or business related questions
at jonathan.w...@sensio.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Huttler  
View profile   Translate to Translated (View Original)
 More options 28 June, 22:04
From: "Adam Huttler" <adam.hutt...@fracturedatlas.org>
Date: Sun, 28 Jun 2009 17:04:32 -0400 (EDT)
Local: Sun 28 June 2009 22:04
Subject: RE: [doctrine-dev] Re: Doctrine_Record::hasValue()

Works for me.

From: doctrine-dev@googlegroups.com [mailto:doctrine-dev@googlegroups.com]
On Behalf Of Jonathan Wage
Sent: Sunday, June 28, 2009 4:53 PM
To: doctrine-dev@googlegroups.com
Subject: [doctrine-dev] Re: Doctrine_Record::hasValue()

Should it be named something different like hasMappedValue() or something?

- Jon

On Fri, Jun 26, 2009 at 9:19 PM, Adam Huttler

<adam.hutt...@fracturedatlas.org> wrote:

Attached is a patch to add Doctrine_Record::hasValue().

Would anyone object to adding this? There's already
Doctrine_Table::hasField() and Doctrine_Record::hasRelation(), but there's
currently no public interface for determining if a custom property has
been defined.

It could alternately be named hasMappedValue(), but that seems awkward to
me.

Thanks,
Adam

--
Jonathan H. Wage (+1 415 992 5468)
Open Source Software Developer & Evangelist
sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org

You can contact Jonathan about Doctrine, Symfony and Open-Source or for
training, consulting, application development, or business related
questions at jonathan.w...@sensio.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Wage  
View profile   Translate to Translated (View Original)
 More options 28 June, 22:11
From: Jonathan Wage <jonw...@gmail.com>
Date: Sun, 28 Jun 2009 16:11:22 -0500
Local: Sun 28 June 2009 22:11
Subject: Re: [doctrine-dev] Re: Doctrine_Record::hasValue()

Feel free to commit that to 1.2 if you wish, or I can commit it later.

- Jon

On Sun, Jun 28, 2009 at 4:04 PM, Adam Huttler <

--
Jonathan H. Wage (+1 415 992 5468)
Open Source Software Developer & Evangelist
sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org

You can contact Jonathan about Doctrine, Symfony and Open-Source or for
training, consulting, application development, or business related questions
at jonathan.w...@sensio.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam Huttler  
View profile   Translate to Translated (View Original)
 More options 28 June, 22:44
From: "Adam Huttler" <adam.hutt...@fracturedatlas.org>
Date: Sun, 28 Jun 2009 17:44:10 -0400 (EDT)
Local: Sun 28 June 2009 22:44
Subject: RE: [doctrine-dev] Re: Doctrine_Record::hasValue()

Here's a revised diff. I think it's best if you commit it, since I'm
working off an earlier branch.

From: doctrine-dev@googlegroups.com [mailto:doctrine-dev@googlegroups.com]
On Behalf Of Jonathan Wage
Sent: Sunday, June 28, 2009 5:11 PM
To: doctrine-dev@googlegroups.com
Subject: [doctrine-dev] Re: Doctrine_Record::hasValue()

Feel free to commit that to 1.2 if you wish, or I can commit it later.

- Jon

On Sun, Jun 28, 2009 at 4:04 PM, Adam Huttler

<adam.hutt...@fracturedatlas.org> wrote:

Works for me.

From: doctrine-dev@googlegroups.com [mailto:doctrine-dev@googlegroups.com]
On Behalf Of Jonathan Wage
Sent: Sunday, June 28, 2009 4:53 PM
To: doctrine-dev@googlegroups.com
Subject: [doctrine-dev] Re: Doctrine_Record::hasValue()

Should it be named something different like hasMappedValue() or something?

- Jon

On Fri, Jun 26, 2009 at 9:19 PM, Adam Huttler

<adam.hutt...@fracturedatlas.org> wrote:

Attached is a patch to add Doctrine_Record::hasValue().

Would anyone object to adding this? There's already
Doctrine_Table::hasField() and Doctrine_Record::hasRelation(), but there's
currently no public interface for determining if a custom property has
been defined.

It could alternately be named hasMappedValue(), but that seems awkward to
me.

Thanks,
Adam

--

Jonathan H. Wage (+1 415 992 5468)
Open Source Software Developer & Evangelist
sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org

You can contact Jonathan about Doctrine, Symfony and Open-Source or for
training, consulting, application development, or business related
questions at jonathan.w...@sensio.com

--
Jonathan H. Wage (+1 415 992 5468)
Open Source Software Developer & Evangelist
sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org

You can contact Jonathan about Doctrine, Symfony and Open-Source or for
training, consulting, application development, or business related
questions at jonathan.w...@sensio.com

  diff.txt
< 1K Download

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Wage  
View profile   Translate to Translated (View Original)
 More options 2 July, 17:50
From: Jonathan Wage <jonw...@gmail.com>
Date: Thu, 2 Jul 2009 11:50:44 -0500
Local: Thurs 2 July 2009 17:50
Subject: Re: [doctrine-dev] Re: Doctrine_Record::hasValue()

Can you log a ticket and attach the patch?

Thanks, Jon

On Sun, Jun 28, 2009 at 4:44 PM, Adam Huttler <

--
Jonathan H. Wage (+1 415 992 5468)
Open Source Software Developer & Evangelist
sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org

You can contact Jonathan about Doctrine, Symfony and Open-Source or for
training, consulting, application development, or business related questions
at jonathan.w...@sensio.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google