Developer Blog

ash.MVC Recommendations 1.0 Released

A new set of recommendations have been proposed to make the PHP application development quicker. User authentications and security issues have been taken into account.

The framework has been simplified further if you compare with the previous version:

  • Recommended folder structure has been made simpler. The decision has been made looking at the significant effort required for the programmer to pick different files from different directories. This will help programmer pick the files quickly for editing. It will improve the speed of development.
  • Earlier recommendations for structured code in the Model and View have been withdrawn. Instead, the new recommendations insist upon creating object-oriented code by employing two classes – model.cls.php and view.cls.php
  • The new recommendations propose to construct the content of HTTP Response through the View object rather than using “include” statements for HTML files within the Controller file.
    The current proposal insists on using DB class through inheritance from the Model class.

Now we are building a sample application (in the line of current recommendations) demonstrating the power and flexibility of the framework.

2 Responses to “ash.MVC Recommendations 1.0 Released”

  1. pcdinh Says:

    Hi,

    Is there anyway to download the source code of the framework? I found no code files in sf.net. There is only a developer guide available there.

    Thanks

    Dinh

  2. admin Says:

    The source code with sample application will be available for download towards the end of January.

    Thanks - Ash

Leave a Reply

*
To prove you're a person (not a spam script), type the security word shown in the picture.
Anti-Spam Image



Get Download Files Review Project Dashboard Know Plan And Wishlist