[pLog-svn] r6628 - plog/branches/lifetype-1.2/class/action
jondaley at devel.lifetype.net
jondaley at devel.lifetype.net
Sat Jun 21 14:54:26 EDT 2008
Author: jondaley
Date: 2008-06-21 14:54:26 -0400 (Sat, 21 Jun 2008)
New Revision: 6628
Modified:
plog/branches/lifetype-1.2/class/action/resourceserveraction.class.php
Log:
todo about using string validator for domains?
Modified: plog/branches/lifetype-1.2/class/action/resourceserveraction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/resourceserveraction.class.php 2008-06-21 18:53:42 UTC (rev 6627)
+++ plog/branches/lifetype-1.2/class/action/resourceserveraction.class.php 2008-06-21 18:54:26 UTC (rev 6628)
@@ -43,6 +43,8 @@
$this->registerFieldValidator( "albumId", new IntegerValidator(), true );
$this->registerFieldValidator( "albumName", new StringValidator( false ), true );
$this->registerFieldValidator( "blogId", new IntegerValidator(), true );
+ // TODO: are these next two the right validators?
+ // why not blognamevalidator and blogdomainvalidator?
$this->registerFieldValidator( "blogDomain", new StringValidator( false ), true );
$this->registerFieldValidator( "blogName", new StringValidator( false ), true );
$this->registerFieldValidator( "userId", new IntegerValidator(), true );
More information about the pLog-svn
mailing list