[pLog-svn] r5592 - plugins/branches/lifetype-1.2/hostblock/class/dao

Oscar Renalias oscar at renalias.net
Thu Jun 28 14:41:08 EDT 2007


Actually, all classes that belong to the dao should extend the  
DbObject class, just have a look at any of the classes in the class/ 
dao/ folder :-)

The DbObject class provides some very basic methods that are needed  
later on.

On 28 Jun 2007, at 19:36, jondaley at devel.lifetype.net wrote:

> Author: jondaley
> Date: 2007-06-28 12:36:24 -0400 (Thu, 28 Jun 2007)
> New Revision: 5592
>
> Modified:
>    plugins/branches/lifetype-1.2/hostblock/class/dao/ 
> blockedhost.class.php
> Log:
> removed old 1.1 object
>
> Modified: plugins/branches/lifetype-1.2/hostblock/class/dao/ 
> blockedhost.class.php
> ===================================================================
> --- plugins/branches/lifetype-1.2/hostblock/class/dao/ 
> blockedhost.class.php	2007-06-28 14:50:15 UTC (rev 5591)
> +++ plugins/branches/lifetype-1.2/hostblock/class/dao/ 
> blockedhost.class.php	2007-06-28 16:36:24 UTC (rev 5592)
> @@ -24,7 +24,7 @@
>      /**
>       * Represents a record from the plog_blocked_hosts table.
>       */
> -    class BlockedHost extends DbObject
> +    class BlockedHost
>  	{
>
>      	var $_id;
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn
>



More information about the pLog-svn mailing list