[next] • [first] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [last]
Frameworks
Much of this is pretty standard stuff that every application needs, and so there are frameworks avalailable in which others have done the hard work
With PHP, you'll have Zend, CodeIgnitor and others
With Python, you have Django
With Ruby, you have Rails
They're prewritten page layer applications which are already split into Router, Controller, Model and View elements and you simply add your extra code into there
They make use of an Object Oriented approach - in which a standard application is provided and all you need to do is provide sections to overload elements of that standard application to provide the speciality code that's shared within your organisation, or indeed is unique to your project / team
|
This is http://www.wellho.net/demo/which.html Well House Manor • 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NY Phone: +44 (0) 1225 708 225 • EMAIL: info@wellho.net • WEB: http://www.wellho.net |