public
Description: Blog Modules for CMS Made Simple 2.0
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsms-blog.git
Updated to use CmsModuleOrm

git-svn-id: http://svn.cmsmadesimple.org/svn/blog/trunk@12 
b11ec80d-081b-0410-a2d1-923984365dec
wishy (author)
Sun Feb 24 11:04:53 -0800 2008
commit  08d380ac6620329643a07827eb9c2955113f7cee
tree    8d181a6604df42f39273fcc6a15bcbab8ae289bd
parent  e74473c81e2be163581aa28cdc7cea6eff94ee17
...
18
19
20
21
 
22
23
 
24
25
26
...
18
19
20
 
21
22
23
24
25
26
27
0
@@ -18,9 +18,10 @@
0
 #
0
 #$Id$
0
 
0
-class BlogCategory extends CmsObjectRelationalMapping
0
+class BlogCategory extends CmsModuleOrm
0
 {
0
   var $table = 'blog_categories';
0
+ var $module_name = 'Blog';
0
 
0
   function __construct()
0
   {
...
18
19
20
21
 
22
23
 
24
25
26
...
18
19
20
 
21
22
23
24
25
26
27
0
@@ -18,9 +18,10 @@
0
 #
0
 #$Id$
0
 
0
-class BlogPost extends CmsObjectRelationalMapping
0
+class BlogPost extends CmsModuleOrm
0
 {
0
   var $table = 'blog_posts';
0
+ var $module_name = 'Blog';
0
 
0
   function __construct()
0
   {

Comments

    No one has commented yet.