Page 1 of 1
PeecFW - PHP 5.3+ CMS / Framework - need devs. Opensource.
Posted: Thu Nov 04, 2010 10:32 pm
by Peec
PeecFW is currently looking for developers for this opensource project.
Instant contact by email:
kjelkenes@gmail.com
Key features
- PHP 5.3 is needed it does not work with 5.2.X ( I see this as a feature )
- Namespaces
- OOP
- Autoloading
- Smarty
- Doctrine ORM
- Rest API
- Module based
- Module validation
- Official Extension server and Client, Restful API connected.
- Already lots of modules, i.e. complex rating widget, comment widget, admin panel, news posting/blog, static pages, link module, auth system (complex)
- Spam control: RECaptcha
- Very well documented! Including Wiki/ API docs and video tutorials.
- Overriding compatible template files, themes can override every single tpl file in the core of PeecFW. This means, output is based on what theme you use. This also means that PeecFW can really be any type of application.
- ... and lots of more features ...
... More info ...Forum thread for information:
viewtopic.php?f=72&t=123817
Project Page
http://peecfw.org
What do we need?
* People who wants to learn more.
* Frontend: XHTML / CSS / Theme / Designer experts.
* People with innovative ideas.
Re: PeecFW - New Framework, Soon Alpha- Need Developers
Posted: Mon Nov 08, 2010 4:18 pm
by greyhoundcode
http://code.google.com/p/peecfw/ wrote:MAT replaces the old MVC (Model View Controller) pattern. MAT is a new concept based on 3 basic things.
Module is where you have logic bound to POST/GET variables. You can use Modules inside Modules and Modules can rely on specific Modules.
Application is the framework itself it has alot of libraries that makes your life easier, you can access Libraries and Application methods from one specific Module.
Template Application & Module can access the template engine. Every Module and Application have it's own instance of the Template engine to avoid variables. You are anyway able to access all the diferent template instances from one specific Module.
Looking at your pages on Google Code it would seem that where one might (in the old MVC days) have separated concerns into controllers and models it all now goes into modules.
What are the benefits as you seem them of MAT over MVC?
Re: PeecFW - PHP 5.3+ CMS / Framework - need devs. Opensourc
Posted: Thu Jan 27, 2011 12:01 pm
by Peec
Good day, late response, did totally forget about this thread.
You are correct. Controller logic is found both in the framework and in the Module.
See more information about the MAT Concept here:
http://code.google.com/p/peecfw/wiki/MAT
Some benefits:
- Easier structure of files / folders
- Controller logic in "MVC" is not reusable, therefor we integrated this into the "model" in PeecFW.
Re: PeecFW - PHP 5.3+ CMS / Framework - need devs. Opensourc
Posted: Fri Jan 28, 2011 7:45 am
by greyhoundcode
Peec wrote:Good day, late response, did totally forget about this thread.
Don't worry about it. I saw the Q&As
in this thread in any case.