-- Hector Virgen <[email protected]> wrote (on Friday, 29 October 2010, 07:53 AM -0700): > You might want to take a look at existing open-source CMSs built on ZF. > Recite CMS looks promising: http://www.recitecms.com/ > > <http://www.recitecms.com/>There are more here: > http://framework.zend.com/wiki/pages/viewpage.action?pageId=14134
I've looked at each of TomatoCMS, PimCore, and Digitalus, and each is doing some interesting things, and all are at least _trying_ to do stuff within the application guidelines we set out in Zend_Tool and the manual. I can definitely recommend each of them. I haven't looked at Recite in any depth; I imagine the "site licensing" model may be a problem for some users, however. (How they enforce this without requiring registration is beyond me, though, which may make the licensing restriction moot.) > On Thu, Oct 28, 2010 at 11:42 PM, vladimirn <[email protected]> wrote: > > > > > First of all i would like to say hello to all of you guys. > > There is a question bothering me for some time now. > > While ago i have created a CMS where i allowed admin users to create a > > pages, menus, categories etc.. dinamicly. > > I would love to port all that ideas to Zend Framework env. > > Talking about ZF, as far as i know, to show a page to user, at list i need > > to have a controller and a view file. > > If i want to create a new menu/page using zend framework, how i can do > > that? > > I mean, i can make some nice form and i can create data and record it to > > some table, but what i am wondering about is how user can access to newly > > created menus an pages? > > FOr egzample, if i create a menu "Test", and record all "Test" attributes > > (name, description, metatags etc..) in database, it is not a problem to > > fetch it from DB and to add it to existing menu tree. > > But what about content of this menu? > > I can create a field in table, name it "content" and assign it to this new > > "Test". > > How to access this content on website? Do i have to create view file and > > controler TestController.php and proper action to show the dinamicly > > created > > content? > > The goal is to have a CMS where admin can create menus and content "on the > > fly". > > I hope i was clear enough :) > > I would appreciate any advise here > > Vladd > > -- > > View this message in context: > > http://zend-framework-community.634137.n4.nabble.com/Dinamicly-created-Menu-question-tp3018527p3018527.html > > Sent from the Zend Framework mailing list archive at Nabble.com. > > -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc
