Exercises, examples and other material relating to training module Q915. This topic is presented on public course
Ruby on Rails
| Articles and tips on this subject | updated |
| 3454 | Your PHP website - how to factor and refactor to reduce growing pains As your project grows ... what do you change? In an ideal world, you would know exactly what you were coding before you started, and write the full job to spec to last for many years. This isn't an ideal world, though. Our web site has changed over the years - we now have "version 8" (See [here] to ... | 2011-09-24 (longest) |
| 3237 | Using functions to keep look and feel apart from calculations - simple C example There are a number of distinct elements in any program.
• There's the look and feel of the program to the outside world - what it says as it prompts, how its forms are displayed on a web page, the formatting of the results, how it reports errors, etc.
• There's the calculation bit that ... | 2011-04-09 |
| 2612 | The Model, View, Controller architecture (MVC) - what, why and how. You may have heard the "Model, View, Controller" mantra being bandied about, but what does it mean, why are some people so keen on it, and does it work? Where is it used?
What does it mean?
It means that you divide your program / application into three areas.
The "model" is the section which defines ... | 2010-02-01 |
| 2199 | Improving the structure of your early PHP programs When you first coded in PHP, you probably wrote a different script to handle each form in a series - it's the natural way when you're early in the learning process, but it can lead to repeated code that's hard to follow, and some really horrid complicated conditionals.
On Saturday and Sunday, I demonstrated ... | 2009-05-26 |
| 687 | Presentation, Business and Persistence layers in Perl and PHP I've been writing about the Presentation, Business and Persistence tiers (and within each of them the MVC or Model, View, Controller or MVC structure) for a JBoss presentation I'm doing this week - but I scarcely expected to find myself putting them to good if unusual use this evening when sorting out ... | 2008-05-10 |
Background information
Some modules are
available for download as a sample of our material or under an
Open Training Notes License for free download from
http://www.training-notes.co.uk.
Topics covered in this module
Architectuires for a web application.
The importance of keeping the elements apart.
Model - View - Controller - a look at each.
The Python way - frameworks such as Django.
The Ruby way - Ruby on Rails.
The PHP way - 4 layer model / Smartie, etc.
Complete learning
If you are looking for a complete course and not just a information on a single subject, visit our
Listing and schedule page.
Well House Consultants specialise in training courses in
Python,
Perl,
PHP, and
MySQL. We run
Private Courses throughout the UK (and beyond for longer courses), and
Public Courses at our training centre in Melksham, Wiltshire, England.
It's surprisingly cost effective to come on our public courses -
even if
you live in a different
country or continent to us.
We have a technical library of over 700 books on the subjects on which we teach.
These books are available for reference at our training centre. Also
available is the Opentalk
Forum for discussion of technical questions.