[Chameleon-dev] [Bug 1104] New: PHPGeocoder: add wildcard property
for searchattribute
bugzilla-daemon at bugzilla.maptools.org
bugzilla-daemon at bugzilla.maptools.org
Thu Jul 7 08:10:19 EDT 2005
http://bugzilla.maptools.org/show_bug.cgi?id=1104
Summary: PHPGeocoder: add wildcard property for searchattribute
Product: Chameleon
Version: 2.2
Platform: PC
OS/Version: Windows 2000
Status: NEW
Severity: normal
Priority: P2
Component: Widget
AssignedTo: chameleon-dev at lists.maptools.org
ReportedBy: bartvde at xs4all.nl
Julien/Paul, first off, do I have CVS rights on the php_utils module? I would
like to incorporate the following change in there:
I needed to make the following change to /common/phpgeocoder/attribute.php to
incorporate PropertyIsEqualTo/PropertyIsLike distinction of attributes for a
WebFeatureService search class. I named the property wildcard and choose boolean
as the type.
Added property to class SearchAttribute:
var $bWildcard;
Changed constructor to have one extra parameter, with a default value so old
code won't be affected:
function SearchAttribute($szAttributeName="", $szAttributeValue="",
$Wildcard = true)
{
..
$this->bWildcard = $Wildcard;
..
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Please do NOT reply to this email, use the link above instead to
login to bugzilla and submit your comment. Any email reply to this
address will be lost.
More information about the Chameleon-dev
mailing list