<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16544" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=644450214-19112007><FONT face=&#26032;&#32048;&#26126;&#39636; 
color=#0000ff size=2>Hi Ahmad:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=644450214-19112007><FONT face=&#26032;&#32048;&#26126;&#39636; 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=644450214-19112007><FONT face=&#26032;&#32048;&#26126;&#39636; 
color=#0000ff size=2>If we plan to do that, then it is must for Life Type 2.x or 
later, it is quite big change. And as I said, it will break the core code 
backward compatibility. :)</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=644450214-19112007><FONT face=&#26032;&#32048;&#26126;&#39636; 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=644450214-19112007><FONT face=&#26032;&#32048;&#26126;&#39636; 
color=#0000ff size=2>Mark</FONT></SPAN></DIV>
<DIV dir=ltr align=left>
<HR tabIndex=-1>
</DIV>
<DIV dir=ltr align=left><FONT face=Tahoma size=2><B>From:</B> 
plog-svn-bounces@devel.lifetype.net [mailto:plog-svn-bounces@devel.lifetype.net] 
<B>On Behalf Of </B>Ahmad Saleh<BR><B>Sent:</B> Monday, November 19, 2007 10:01 
PM<BR><B>To:</B> LifeType Developer List<BR><B>Subject:</B> Re: [pLog-svn] 
Modularize our action/view/dao and templates<BR></FONT><BR></DIV>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV></DIV>Hi Mark<BR><BR>Are these changes for lifetype 2 or 1.x<BR><BR>
  <DIV class=gmail_quote>On Nov 19, 2007 3:50 PM, Oscar Renalias &lt;<A 
  href="mailto:oscar@renalias.net">oscar@renalias.net</A>&gt; wrote:<BR>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">I 
    doubt that it will bring any advantage other than simplifying 
    the<BR>directory structure, but it's probably going to be easier to get 
    a<BR>feeling of your idea if you try to implement it in a branch, 
    for<BR>now...<BR>
    <DIV>
    <DIV></DIV>
    <DIV class=Wj3C7c><BR>On Nov 19, 2007 3:18 PM, Mark Wu &lt;<A 
    href="mailto:markplace@gmail.com">markplace@gmail.com</A>&gt; wrote:<BR>&gt; 
    Hee, hee, I plan to do that. But before create a new branch for this, I 
    <BR>&gt; really like to hearing everyone's opinions .. ^_^<BR>&gt;<BR>&gt; 
    Mark<BR>&gt;<BR>&gt;<BR>&gt; &gt; -----Original Message-----<BR>&gt; &gt; 
    From: <A 
    href="mailto:plog-svn-bounces@devel.lifetype.net">plog-svn-bounces@devel.lifetype.net 
    </A><BR>&gt; &gt; [mailto:<A 
    href="mailto:plog-svn-bounces@devel.lifetype.net">plog-svn-bounces@devel.lifetype.net</A>] 
    On Behalf Of<BR>&gt; &gt; Oscar Renalias<BR>&gt; &gt; Sent: Monday, November 
    19, 2007 8:32 PM<BR>&gt; &gt; To: LifeType Developer List <BR>&gt; &gt; 
    Subject: Re: [pLog-svn] Modularize our action/view/dao and templates<BR>&gt; 
    &gt;<BR>&gt; &gt; How about you create a new branch for this and do 
    some<BR>&gt; &gt; prototyping work?<BR>&gt; &gt;<BR>&gt; &gt; On Nov 19, 
    2007 2:10 PM, Mark Wu &lt; <A 
    href="mailto:markplace@gmail.com">markplace@gmail.com</A>&gt; wrote:<BR>&gt; 
    &gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Hi All:<BR>&gt; &gt; 
    &gt;<BR>&gt; &gt; &gt; I really want to modularize our current code 
    structure. But <BR>&gt; &gt; it maybe<BR>&gt; &gt; &gt; break the "backward 
    compatabability" if user change thier<BR>&gt; &gt; code in core<BR>&gt; &gt; 
    &gt; level instead of plugin level ..<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; I 
    propose we add a new folder for modules, this folder will include <BR>&gt; 
    &gt; &gt; current actions, views, dao of &nbsp;summary, index and 
    admin<BR>&gt; &gt; ... the new<BR>&gt; &gt; &gt; structure looks<BR>&gt; 
    &gt; &gt; like:<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; 
    ./class/dao/model.class.php <BR>&gt; &gt; &gt; 
    ./modules/index/actions/viewarticlection.class.php<BR>&gt; &gt; &gt; 
    ./modules/index/views/viewarticleview.class.php<BR>&gt; &gt; &gt; 
    ....<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; 
    ./modules/admin/post/actions/adminnewpostaction.class.php <BR>&gt; &gt; 
    &gt;<BR>&gt; &gt; &gt; 
    ./modules/admin/post/actions/adminaddpostaction.class.php<BR>&gt; &gt; &gt; 
    ./modules/admin/post/views/adminnewpostview.class.php<BR>&gt; &gt; 
    &gt;<BR>&gt; &gt; &gt; ./modules/admin/post/dao/article.class.php <BR>&gt; 
    &gt; &gt; ./modules/admin/post/dao/articles.class.php<BR>&gt; &gt; 
    &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; .....<BR>&gt; &gt; &gt;<BR>&gt; 
    &gt; &gt; The same in templates, so the ./templates/admin folder 
    will<BR>&gt; &gt; seperate<BR>&gt; &gt; &gt; to small modules like:<BR>&gt; 
    &gt; &gt;<BR>&gt; &gt; &gt; ./templates/admin/post/<BR>&gt; &gt; &gt; 
    ./templates/admin/comment/<BR>&gt; &gt; &gt; .....<BR>&gt; &gt; &gt;<BR>&gt; 
    &gt; &gt; So, we can modularize our code into several small modules, it can 
    <BR>&gt; &gt; &gt; easier for us to do the further develpement, debug and 
    modification.<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; The biggest advantage is 
    take a shorter time to find a specific<BR>&gt; &gt; &gt; action. 
    &nbsp;:(<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; So, here comes the 
    steps:<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; 1. Reorgnaize the folder and 
    code<BR>&gt; &gt; &gt; 2. Rewrite the controller map<BR>&gt; &gt; &gt; 3. 
    fix all includes<BR>&gt; &gt; &gt; 4. testing .... <BR>&gt; &gt; 
    &gt;<BR>&gt; &gt; &gt; Any ideas? Or someone can share your tips about how 
    to find<BR>&gt; &gt; a specific<BR>&gt; &gt; &gt; action scripts in 195 
    files (files under<BR>&gt; &gt; ./class/actions/admin) in a<BR>&gt; &gt; 
    &gt; very short time ...<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Mark<BR>&gt; 
    &gt; &gt; _______________________________________________<BR>&gt; &gt; &gt; 
    pLog-svn mailing list<BR>&gt; &gt; &gt; <A 
    href="mailto:pLog-svn@devel.lifetype.net">pLog-svn@devel.lifetype.net</A><BR>&gt; 
    &gt; &gt; <A href="http://limedaley.com/mailman/listinfo/plog-svn" 
    target=_blank>http://limedaley.com/mailman/listinfo/plog-svn</A><BR>&gt; 
    &gt; &gt;<BR>&gt; &gt; _______________________________________________ 
    <BR>&gt; &gt; pLog-svn mailing list<BR>&gt; &gt; <A 
    href="mailto:pLog-svn@devel.lifetype.net">pLog-svn@devel.lifetype.net</A><BR>&gt; 
    &gt; <A href="http://limedaley.com/mailman/listinfo/plog-svn" 
    target=_blank>http://limedaley.com/mailman/listinfo/plog-svn 
    </A><BR>&gt;<BR>&gt; _______________________________________________<BR>&gt; 
    pLog-svn mailing list<BR>&gt; <A 
    href="mailto:pLog-svn@devel.lifetype.net">pLog-svn@devel.lifetype.net</A><BR>&gt; 
    <A href="http://limedaley.com/mailman/listinfo/plog-svn" 
    target=_blank>http://limedaley.com/mailman/listinfo/plog-svn</A><BR>&gt;<BR>_______________________________________________<BR>pLog-svn 
    mailing list<BR><A 
    href="mailto:pLog-svn@devel.lifetype.net">pLog-svn@devel.lifetype.net</A><BR><A 
    href="http://limedaley.com/mailman/listinfo/plog-svn" 
    target=_blank>http://limedaley.com/mailman/listinfo/plog-svn</A><BR></DIV></DIV></BLOCKQUOTE></DIV><BR></BLOCKQUOTE></BODY></HTML>