Results 1 to 2 of 2

Thread: Framework development

  1. #1
    Join Date
    Aug 2009
    Posts
    3

    Framework development

    I am working on a framwork which is totally object oriented and shall help developers to make use of MVC.
    I want to explain some basics... The framework is similar to the Java SDK and offers the following features:

    • Collections - A lot of data storage implementations
    • Caching - Easy to use with one interface
    • Datasources - Metadata and connection abstraction of datasources like databases, XML-files, LDAP etc.
    • Streams - API for files, networkstreams, etc.
    • IO - File Meta Information access and access to the content via streams
    • Standard - Often needed methods for certain types of data capsuled in the related classes e.g. String -> endsWith, startsWith
    • Persistence - Abstraction of the proprietary access languages like SQL, XPath, LDAP etc. and OOP handling of data
    • Util - Classes like Date, Currency, Logger, etc.


    The most important thing are the web features. You can define views and controllers in XML-Files and the business logic is expected to be in object oriented PHP.
    It is very simple to make a sample page but also the development of more complex applications is much faster than with other frameworks.
    Have a look at the framework, tell me you opinion and maybe help me to improve it. I know there are still some bugs in it, but I am working hard on it.
    http://sourceforge.net/projects/blazeframework/

  2. #2
    Join Date
    Sep 2010
    Posts
    25
    I'm going to give this a whirl

Similar Threads

  1. Replies: 0
    Last Post: 18 Aug 2010, 10:57 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
  •