+ Reply to Thread
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 23

Thread: Let's make a CMS

  1. #1
    albeva is offline Junior Member
    Join Date
    May 2007
    Posts
    26

    Default Let's make a CMS

    Basically I would like to have someone to teamup with for a CMS development using ZF.
    In general I'd like a cms that would be simple, fast, lightweight and easy to use.
    • modular - it should be easy to create new modules and extend functionality
    • user friendly urls - should map like: path/to/my/page
    • tags - content should be taggable
    • usergroups - groups, permissions (Zend_Auth, Zend_Acl)
    • metadata and search engine optimizations
    • ajaxed UI for administration (extJS)
    • Feeds friendly
    • Page plugins (like add small gadgets to web page - feeds, calendars, ...)
    I have worked on another CMS based on ZF framework for a while now. But I'd like to work on an open source project that I could use for my projects and so on.

    anyone interested?

  2. #2
    matias.quaglia is offline Junior Member
    Join Date
    Aug 2007
    Posts
    18

    Default

    I'm just a wannabe, but i would love to help in any way I can, sign me in.

  3. #3
    albeva is offline Junior Member
    Join Date
    May 2007
    Posts
    26

    Default

    No one else interested?

    what a pity...

    Come on guys let's make something worthy of ZF :P

  4. #4
    Elemental's Avatar
    Elemental is offline Senior Member
    Join Date
    Jul 2007
    Posts
    122

    Default

    Currently trying to piece together a similar project for my own freelance purposes. I can't share my code for security purposes but would enjoy the opportunity to work on something more open...

  5. #5
    miguelp is offline Junior Member
    Join Date
    Oct 2007
    Posts
    6

    Default

    i whould love to, i'm still learning ZF but i need to make a CMS/Portal system for the portuguese PHP comunity that i founded, here in potugal.

    Do you have any starting point? a small web site set up or something?

    i'll love to help and learn more about zend framework. so drop me a line on my email.
    pinto.miguel@php-pt.com

  6. #6
    Cristian's Avatar
    Cristian is offline Administrator
    Join Date
    Feb 2007
    Location
    Sibiu, Romania
    Posts
    124

    Default

    Actually, that's my job for months now... Working on a CMS...

    Has not all facilities you listed but anyway...

  7. #7
    miguelp is offline Junior Member
    Join Date
    Oct 2007
    Posts
    6

    Default

    Cristian

    Are you able to share some code with us?
    Not everything, for security reasons i think you cant share everything you've done so far.

    i'm a bit stuck trying to implement the modules system so they can be easy to develop and install, and get merged in the administration system.

    can u share a base system, so we can see how you approach the problem?

  8. #8
    Cristian's Avatar
    Cristian is offline Administrator
    Join Date
    Feb 2007
    Location
    Sibiu, Romania
    Posts
    124

    Default

    Trying to get back next days with some ideas.

    Anyway, i am not sure that my CMS is going to work for other sites than those based on my platform...

    Related to what albeva added i have:
    • modular - it should be easy to create new modules and extend functionality - yes
    • user friendly urls - should map like: path/to/my/page - yes
    • tags - content should be taggable - a bit unsure what this means
    • usergroups - groups, permissions (Zend_Auth, Zend_Acl) - just basic now
    • metadata and search engine optimizations - yes (but personally by metadata i understand diff things)
    • ajaxed UI for administration (extJS) - for some things only atm
    • Feeds friendly - not now
    • Page plugins (like add small gadgets to web page - feeds, calendars, ...) - not now

  9. #9
    Cristian's Avatar
    Cristian is offline Administrator
    Join Date
    Feb 2007
    Location
    Sibiu, Romania
    Posts
    124

    Default

    About modularity. Each module:
    - has in admin his own set of controllers, views
    - has on default his own set of controllers, views
    - models are shared between those two controllers, and optionally others if needed
    - .js for admin of module, loaded automatically from admin side if needed
    - .css for admin of module, loaded automatically from admin side if exists
    - .css and .js for default module if needed
    - own language files
    - own settings files
    - his own set of pages (i am using an xml db with pages) for admin side of module
    - own icon on admin side
    - entry into database of modules, with proper permissions vs users (i don't have groups now)

    Aso...

  10. #10
    miguelp is offline Junior Member
    Join Date
    Oct 2007
    Posts
    6

    Default

    thats very cool system, i see you've got a lot of work done so far.
    My idea, and once my knowllege of the zend framework is not that great (for now), was to get a base system, like modular base structure that serve as a way to control, install, update and delete modules (like news, articles, forums, pools and so on...), a fully featured login and auth system with goups integrated on the base system, i think that after this base is complete, we can freelly develop modules for all most everything we may need, and have the option to install it or not depending on the project needs.

    This way you may have a flexible system, that is light and can be adapted to many situatons without having to change the base. With a system like this, i may have a catalog in the front page in one project, but in the other have an article list or anything else i need, better than that i just need to fill the client with just the modules he needs and nothing more.

    This kind of funcionality is the only thing i like about JOOMLA, its very easy to install, update or delete a module, and every module integrates with the base platform, including the admin system for that module, thats what i think it whould be great to build.

    What do you think?

    cristian
    May we adapt some of your work to start this kind of platform?
    As is sayd before i'm new to ZF, so it whould be great to have a base to start and lear from real world examples.

+ Reply to Thread
Page 1 of 3 1 2 3 LastLast

Similar Threads

  1. How to make module URL changeable?
    By artyom in forum Model-View-Controller (MVC)
    Replies: 1
    Last Post: 01-30-2010, 11:15 AM
  2. How can I collect/make $bootstrap
    By bluesapphire in forum General Q&A on Zend Framework
    Replies: 0
    Last Post: 11-14-2009, 01:48 PM
  3. help. cannot make zend_tool works in windows
    By cc96ai in forum Installation & Configuration
    Replies: 5
    Last Post: 05-22-2009, 10:10 AM
  4. Zend_Captcha howto make it more readable
    By Laurenzio in forum Model-View-Controller (MVC)
    Replies: 2
    Last Post: 03-12-2009, 09:00 AM
  5. how make ZF more performant
    By BlaCK ErrOR in forum Installation & Configuration
    Replies: 0
    Last Post: 05-20-2008, 08:27 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts