Professional CodeIgniter
Chapter 2: Agile Methodologies and Approaches 38 Figure 2-8 “ That looks fine for now, ” Claudia says. “ Perhaps we should list ...
Chapter 2: Agile Methodologies and Approaches 39 Figure 2-9 You mention that this mockup shows different states, including the c ...
Chapter 2: Agile Methodologies and Approaches 40 Figure 2-10 “ The x ’ s next to each line item allow the user to delete the ite ...
Chapter 2: Agile Methodologies and Approaches 41 Each sprint, furthermore, is any unit of time (typically 1 to 4 weeks) in which ...
Chapter 2: Agile Methodologies and Approaches 42 “ Furthermore, ” you continue, “ I ’ ll probably say right now that I ’ ll tack ...
Chapter 2: Agile Methodologies and Approaches 43 Conclusion Now that you ’ ve gone through the process, you can see how valuable ...
...
A 10,000 - Foot View of CodeIgniter Now that you ’ ve had your initial meeting with Claudia, your hypothetical client, and drawn ...
Chapter 3: A 10,000-Foot View of CodeIgniter 46 Figure 3-1 When you click the button, you ’ ll get a dialog for downloading a ZI ...
Chapter 3: A 10,000-Foot View of CodeIgniter x 47 CodeIgniter at a Glance Now that you have CodeIgniter downloaded and unzipped, ...
Chapter 3: A 10,000 - Foot View of CodeIgniter 48 Here ’ s what that .htaccess file would look like. It basically contains instr ...
Chapter 3: A 10,000 - Foot View of CodeIgniter 49 plugins — The plugins folder contains plugins. Plugins and helpers are very si ...
Chapter 3: A 10,000 - Foot View of CodeIgniter 50 autoload.php routes.php The following sections go into more detail on each fil ...
Chapter 3: A 10,000 - Foot View of CodeIgniter 51 $config[‘cache_path’] = ‘’; $config[‘encryption_key’] = “enter_a_32_character_ ...
Chapter 3: A 10,000 - Foot View of CodeIgniter 52 $active_record = TRUE; $active_group = “default”; $db[‘default’][‘hostname’] = ...
Chapter 3: A 10,000 - Foot View of CodeIgniter 53 The fourth $autoload option, model , allows you to autoload models. This is a ...
Chapter 3: A 10,000 - Foot View of CodeIgniter 54 CodeIgniter includes the following libraries: Benchmarking — The Benchmarking ...
Chapter 3: A 10,000 - Foot View of CodeIgniter 55 Template Parser — The Template Parser library must be loaded. Use this library ...
Chapter 3: A 10,000 - Foot View of CodeIgniter 56 To loop over the result set of that query, you can use either the result() or ...
Chapter 3: A 10,000 - Foot View of CodeIgniter 57 $Q = $this- > db- > query($sql); $row = $Q- > row(); echo $row- > ...
«
1
2
3
4
5
6
7
8
9
10
»
Free download pdf