| home | forums | resources | search | news | join | members: 5240 |
|
|
|
NewsletterGet updates on Hiveminds services, articles and downloads by signing up for the newsletter. |
Editor's choiceSome of the better articles, stories and tutorials found at Hiveminds. |
Find moreFind more of Hiveminds articles, stories, tutorials and user comments by searching. |
Picked linksHand picked websites and articles from around the web that provide quality reading. |
The idea behind this CMS/Framework is not bad. From the user point of view, it offers an attractive cms interface, but if you are a developer things get a little bit messy. To start with, the bootrapper file (in this case main.php) doesn't open the php tag correctly, then includes files from everywhere (not very good use of the autoload function). Finally it includes the Core.php file, that is not a class, but has a bunch of functions.
So I can say, after looking at 2 files, that this is not an Object Oriented framework. Also the the coding standards are kind of weird, it doesn't follow Zend's coding standards.
Having said this, I have to give some credits to the people that created this CMS, because is open source and some ideas they presented are interesting.