Posted from
It's time to design the next release of X3 CMS.
Today X3 is a smart and lightweight CMS. Extensible and very, very simple.
We could add some features, fix some bugs. How boring!
X3 have a big lack: it evolved without a pattern. We could adjust it now.
Lately we have played with some MVC frameworks (Nitro, Code Igniter). It has been beautiful. Clean and neat.
MVC move from Controller to View. X3 move from template then plug in modules. Modules are indipendent and are loaded only if called.
This way isn't very elegant but works fine.
Next X3 release will be Object Oriented, probably MVC based, maybe not MVC pure. Stay tuned!
Any suggestion is welcome.