What is phundament?

Phundament is a content management system based upon yii framework. It consits of a yii application webapp, pii module and some more extensions.

Including a cell manager component for widget distrbution and automatic property detection, CKeditor 3 with custom file manager, jQueryUI themeable interface, user registration, widgets for HTML content, blog postings and submenus ... easy and efficient!

Get phundament!

Download latest version

Check the Google Code Project Page.

Try it out ...

Or try the demo page, login with editor / editor.

Found a Bug?

Report it here.

Need help?!

Please feel free to ask at our Google Discussion Fourm.

Latest Blog Posts

phundament 2.1 beta 9 released

Download beta 9 from GoogleCode.

Read more ...

Super CRUDs

News from the dev-dungeons, we've just finished a very cool new feature: Super CRUDs.

Phundament CLI comes with a p2model and a p2crud command which generates CRUDs with custom input components, relations and a blueprint CSS framework based layout.

Read more ...

World's smallest two-level CSS menu

I do not know if there's some Guinness Record for this, but ... while playing around with our new website I found this:

<div class="p2tree"><?php echo P2Page::renderTree(1) ?></div>

.p2tree {position: relative;}
.p2tree ul li {display: inline;}
.p2tree ul li ul {display: none;position: absolute;}

$('.p2tree UL LI').mouseover(
  function(){$('UL',this).show();}
).mouseout(
  function(){$('UL',this).hide();}
);

RenderTree() is a method from phundament which outputs the current page tree within <ul> <li> tags.

Links

We rely on ...
yii framework


Google Code
Project Page
, Subversion

Get phundament at SourceForge.net. Fast, secure and Free Open Source software downloads

Our sister project
lithron PDF renderer

We code it
diemeisterei GmbH