Results 1 to 3 of 3

Thread: PHP Framework

  1. #1
    Lafaso870 is offline Addict
    Join Date
    Dec 2010
    Posts
    262

    PHP Framework

    Okay, I have been wanting to make a php framework for somewhile now, but have had no one to work with, so I am coming here to ask for a partner.

    It will be OOP, if you're interested please reply.

    Oh, it will be a free project, and I will set the release site up, once the framework is done, which will include: Forum, documentation, downloads, paid for apps, free apps, themes so-on-so-forth.

  2. #2
    XeonUser is offline Newbie
    Join Date
    Oct 2011
    Posts
    5
    I may help you a little bit, but tell me more about this code generator.

    It will be like scriptcase (application oriented and runs in the browser) or it will be just a regular database driven ?

  3. #3
    alein123 is offline Junior WHC Addict
    Join Date
    Sep 2011
    Posts
    125
    MVC: Indicates whether the framework comes with inbuilt support for a Model-View-Controller setup.
    Multiple DB's: Indicates whether the framework supports multiple databases without having to change anything.
    ORM: Indicates whether the framework supports an object-record mapper, usually an implementation of ActiveRecord.
    DB Objects: Indicates whether the framework includes other database objects, like a TableGateWay.
    Templates: Indicates whether the framework has an inbuilt template engine.
    Caching: Indicates whether the framework includes a caching object or some way other way of caching.
    Validation: Indicates whether the framework has an inbuilt validation or filtering component.
    Ajax: Indicates whether the framework comes with inbuilt support for Ajax.
    Auth Module: Indicates whether the framework has an inbuilt module for handling user authentication.
    Modules: Indicates whether the framework has other modules, like an RSS feed parser, PDF module or anything else (useful).
    EDP: Event Driven Programming.New!

Posting Permissions

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