For 2021 - online Python 3 training - see ((here)).
Our plans were to retire in summer 2020 and see the world, but Coronavirus has lead us into a lot of lockdown programming in Python 3 and PHP 7. We can now offer tailored online training - small groups, real tutors - works really well for groups of 4 to 14 delegates. Anywhere in the world; course language English.
Please ask about private 'maintenance' training for Python 2, Tcl, Perl, PHP, Lua, etc. |
Frameworks - learning through exploring and understanding data sources
When a newcomer joins a team that's been working on an existing large project for years, (s)he often finds that so much work has been done, and such extra layers of abstraction added on top of the basic tools, that it's very difficult to get into the project. The problem is often compounded by development outstripping documentation of that development, perhaps with old / original documents being left around which will range from being useful to being totally out of date and misleading and without any flags as to which is which.
So on this week's course, which is introducing newcomers to PHP, the Zend Framework and projects with a large stack on top of Zend, I'm training in such a way as to show how all the jigsaw pieces go together. Yesterday we started with a PHP revision / review and a following review of how objects work in PHP, then we started a new project - with the stated objective as we work through to revealing the various data sources that a web base application can make use of (and display) - starting from a simple application and looking out at all the types of resources available to us. To give our work some visibility, we added a sample piece of data from each source into the view.
After one day, that's only a part of it... so far the example shows:
• Information hard coded into the view
• Information calculated within the view
• Information passed in from the controller
• Information extracted from the controller
• Information from the URL we're called under
• Information from parameters filled in onto a form
• Information about our browser
• Information about the remote location of our client
• Infrmation from the server's environment
• And static resources from within the application framework
and we haven't even started to look at the most important data sources, which come via the model.
Although this is written for PHP / Zend, similar principles apply for Python / Django and for Ruby / Rails. Yesterday's delegates tell me that I had solved a lot of mysteries for them and given them confidence as they delve around the project stack. And so, today, we'll add the model and accesses to data beyond the model. (written 2013-03-27, updated 2013-03-31)
Associated topics are indexed as below, or enter http://melksh.am/nnnn for individual articles H321 - PHP - CodeIgniter [4060] CodeIgniter - an excellent PHP framework with an easy start point - (2013-04-06) [4062] Sessions, forms and validation in CodeIgniter - early examples - (2013-04-13) [4114] Teaching CodeIgniter - MVC and PHP - (2013-06-12) H313 - PHP - Page Application and Service Layer [4055] Using web services to access you data - JSON and RESTful services - (2013-03-29) [4059] Curl and curling from PHP - (2013-04-04)
Some other Articles
stdClass in PHP - using an object rather than an associative arrayAn overpractical test of our backup strategy!On Salford Docks - mind over matter? Frameworks - learning through exploring and understanding data sourcesThe PHP course this week is in... SalfordOn reading a new hotel reviewA couple of new fast-start PHP examplesBusiness meetings in Melksham - Well House ManorArt, Catering, Transport - Melksham Campus Elements - reaching local experts
|
4759 posts, page by page
Link to page ... 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, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96 at 50 posts per page
This is a page archived from The Horse's Mouth at
http://www.wellho.net/horse/ -
the diary and writings of Graham Ellis.
Every attempt was made to provide current information at the time the
page was written, but things do move forward in our business - new software
releases, price changes, new techniques. Please check back via
our main site for current courses,
prices, versions, etc - any mention of a price in "The Horse's Mouth"
cannot be taken as an offer to supply at that price.
Link to Ezine home page (for reading).
Link to Blogging home page (to add comments).
|
|