Developer Blog

You are currently browsing the ash.MVC Blog weblog archives for November, 2006.


Archive for November, 2006

Define World Wide Web

Sunday, November 5th, 2006

World Wide Web pertains to the hyper-world of electronic and optical communications where a set of commonly accepted protocols regulate the data transfer and interpretation. As of any other way of communications, the user perspective inspires the technological innovations, and similarly, the technical advancements greatly influence the user behaviour. This Web site makes effort to enact the frontier threads of this evolving field to provide the perspective of usability and innovations.

ash.MVC Recommendations 1.0 Released

Thursday, November 2nd, 2006

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.

Get Download Files Review Project Dashboard Know Plan And Wishlist