http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10807
--- Comment #23 from Galen Charlton <[email protected]> --- (In reply to Jonathan Druart from comment #21) > I created the module in the C4 namespace precisely because it is not a OO > module. I don't recall there be any requirement that the Koha names *only* be for OO-modules. New modules should preferentially be OO, but there is a place in Koha for modules that are simply collections of utility code. In this case, Koha::Search::History can be readily made OO, IMO. > There are some doubt (at least for me) about how to create a new module into > Koha: Dbix will arrive shortly (or not), Moo, Class::Accessor, etc. I suggest running with Class::Accessor -- there are plenty of examples in the Koha namespace already. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
