1
Hi all.
I have just upload to XOOPS SVN the Xoops Module Framework I have been working on and a "publisher" branch powered by it.
I'll be working on both of them for the next couple of weeks and I hope you can take a look at them and jump right in on development.
In this branch of publisher I removed several classes and re factored the admin layout.
For the index page, the layout is identical to modulesclasses. For the about page, the layout is a bit of moduleclasses and a bit of the old one provided by smartfactory.
The moduleclasses are integrated on XMF with small changes on the api, they make use of templates so they can be easily updated by theme designers. The moduleclasses code was decoupled into several classes, my idea is to be able to reuse this classes outside the admin pages (infoboxes could be used on user side). It is not a finished work tough.
XMF has a lot of extra classes that I'll be removing. I'll be dropping object handler, object forms, forms, criteria and other classes that are replacing core functionality instead of extending it.
Next step will be moving tcpdf from publisher to xmf and create a class for interface.
I'll keep this thread updated.