111
bumciach
Re: XoopsObject and design patterns?
  • 2009/6/14 11:03

  • bumciach

  • Not too shy to talk

  • Posts: 153

  • Since: 2007/6/25


Let's be serious
Thanks for the replies and links.
I know that XOOPS was established in little other purpose than an extensive framework like Zend or CakePHP. So naturally there is no such comprehensive solutions.
Design Patterns can help you better understand XOOPS ... or XOOPS can help get a better understanding of design patterns. I learn both. I would like to more fully and more consciously use the XOOPS API in my projects.



112
bumciach
XoopsObject and design patterns?
  • 2009/6/8 9:00

  • bumciach

  • Not too shy to talk

  • Posts: 153

  • Since: 2007/6/25


My next stupid question. ;)
Do XoopsObject and XoopsObjectHandler (XoopsPersistableObjectHandler) is part of the implementation of a specific design pattern?
I begin to learn about OOP and the patterns in practice, so any information would be helpful.



113
bumciach
Materialized Path
  • 2009/5/29 11:55

  • bumciach

  • Not too shy to talk

  • Posts: 153

  • Since: 2007/6/25


I'm wondering, was it ever considered an extension the XOOPS tree for implement Materialized Path strategy?
I think it is the compromise between Nested Sets (a bit complicate to implement and understand) and Adjacency List (present in xoops) in respect to simplicity and efficiency.



114
bumciach
Re: languages on xoops 2.4 - an idea
  • 2009/5/15 17:08

  • bumciach

  • Not too shy to talk

  • Posts: 153

  • Since: 2007/6/25


I understand... I think (my english is bad too...not only today) ;)
The idea is very interesting!
But what about backward compatibility?



115
bumciach
Re: Latest MultiMenu (for xoops 2.3.x)
  • 2009/5/4 11:42

  • bumciach

  • Not too shy to talk

  • Posts: 153

  • Since: 2007/6/25


I'm using multimenu 1.82 with 2.3.2. It's work ok, but I noticed one small problem. If any multimenu block is visible and if "counter" (smarty function) is defined in module template then numbers from these counter doesn't display.



116
bumciach
Re: WDC is back as WebdesignCreators
  • 2009/4/28 17:16

  • bumciach

  • Not too shy to talk

  • Posts: 153

  • Since: 2007/6/25


I have tested on Firefox 3.0.10 and IE7 with the same result.



117
bumciach
Re: WDC is back as WebdesignCreators
  • 2009/4/28 13:10

  • bumciach

  • Not too shy to talk

  • Posts: 153

  • Since: 2007/6/25


Lovely themes ;)

WDC_004_gray seems have trouble with two columns (CBB, MyAlbum sections): footer goes to top.



118
bumciach
Re: Xoops Members V1.01 Beta Released
  • 2009/4/18 7:17

  • bumciach

  • Not too shy to talk

  • Posts: 153

  • Since: 2007/6/25


Maybe tools like Markdown or TypeFriendly?



119
bumciach
Re: Xoops FAQ V1.15 Beta Released
  • 2009/4/16 7:51

  • bumciach

  • Not too shy to talk

  • Posts: 153

  • Since: 2007/6/25


I don't know it's bug ;) I just noticed the difference between admin/index.php and admin/category.php.

category.php line 70
if ( is_object$obj ) ) {
            ...
            if ( 
$category_handler->insert$objtrue ) ) {
                
redirect_header'category.php'1_XO_LA_DBSUCCESS );
            }
        }
        
$category_handler->displayError_XO_LA_ERRORCOULDNOTADDCAT );


index.php line 70
if ( is_object$obj ) ) {
            ...
            
$ret $contents_handler->insert$objtrue );
            if ( 
$ret ) { 
                
redirect_header'index.php'1_XO_LA_DBSUCCESS );
            }
        }
        
$contents_handler->displayError$ret );


$ret return only contents_id. Maybe $obj->getErrors() or something instead?



120
bumciach
Re: Xoops FAQ V1.15 Beta Released
  • 2009/4/15 12:26

  • bumciach

  • Not too shy to talk

  • Posts: 153

  • Since: 2007/6/25


Thanks for this work, Catz!
It's very helpfully for me to understand XoopsObject or XoopsObjectHandler, etc. Earlier I have spend a lot of time to looking for those infos and understand it.
I think it's what we need (especialy new developers) - at last! - simply, clean module to follow the example (coding standards, using new functions or methods and without deprecated ones, without a lot of messy code presented older modules).

xoopsFAQ works fine. Already no bugs, but if I have an error (intentionally) during saving content I get only "We have encountered an Error". Looking into the code, I should expected returning additionally list of occurred errors, right?




TopTop
« 1 ... 9 10 11 (12) 13 14 »



Login

Who's Online

171 user(s) are online (103 user(s) are browsing Support Forums)


Members: 0


Guests: 171


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits