[pLog-svn] r1817 - plog/branches/plog-1.1-ben/class/dao

Oscar Renalias phunkphorce at gmail.com
Tue Apr 12 04:54:53 GMT 2005


By the way I was working with this yesterday and
http://devel.plogoworld.net/plog-1.1-ben/summary.php is behaving quite
well now. There are some issues regarding adding new data but at least
when data is already in there, it works well.

However when data hasn't been cached yet, things take a bit longer to
load... I suppose we should need to improve the non-cached situations.

Oscar

On Apr 12, 2005 12:22 AM, oscar at devel.plogworld.net
<oscar at devel.plogworld.net> wrote:
> Author: oscar
> Date: 2005-04-11 21:22:24 +0000 (Mon, 11 Apr 2005)
> New Revision: 1817
> 
> Modified:
>    plog/branches/plog-1.1-ben/class/dao/article.class.php
> Log:
> now the comments of a post are loaded successfully
> 
> Modified: plog/branches/plog-1.1-ben/class/dao/article.class.php
> ===================================================================
> --- plog/branches/plog-1.1-ben/class/dao/article.class.php      2005-04-11 21:17:45 UTC (rev 1816)
> +++ plog/branches/plog-1.1-ben/class/dao/article.class.php      2005-04-11 21:22:24 UTC (rev 1817)
> @@ -6,6 +6,7 @@
>      include_once( PLOG_CLASS_PATH.'class/dao/articlecomments.class.php' );
>      include_once( PLOG_CLASS_PATH.'class/dao/articlestatus.class.php' );
>      include_once( PLOG_CLASS_PATH.'class/dao/customfields/customfieldsvalues.class.php' );
> +       include_once( PLOG_CLASS_PATH.'class/dao/articlecommentstatus.class.php' );
> 
>      define( 'POST_EXTENDED_TEXT_MODIFIER', '[@more@]' );
> 
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.plogworld.net
> http://devel.plogworld.net/mailman/listinfo/plog-svn
>



More information about the pLog-svn mailing list