Agile web application development with Yii1.1 and PHP5:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK
Packt Pub.
2010
|
Schlagworte: | |
Online-Zugang: | FAW01 FAW02 Volltext |
Beschreibung: | Includes index. - Fast-track your web application development by harnessing the power of the Yii PHP framework. - "Community experience distilled"--Cover Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- Table of Contents -- Preface -- Chapter 1: Meet Yii -- Yii is easy -- Yii is efficient -- Yii is extensible -- MVC architecture -- The model -- The view -- The controller -- Stitching these together: Yii request routing -- Blog posting example -- Object-relational mapping and Active Record -- Active Record -- The view and controller -- Summary -- Chapter 2: Getting Started -- Installing Yii -- Installing a database -- Creating a new application -- Hello, World! -- Creating the controller -- One final step -- Reviewing our request routing -- Adding dynamic content -- Adding the date and time -- Adding the date and time, a better approach -- Have you been paying attention? -- Linking pages together -- Linking to a new page -- Getting a little help from Yii CHtml -- Summary -- Chapter 3: The TrackStar Application -- Introducing TrackStar -- Creating user stories -- Users -- Projects -- Issues -- - Navigation and page flow -- Defining a data scheme -- Defining our development methodology -- Automated software testing -- Unit and functional testing -- Benefits of testing -- Test-driven development -- Testing in Yii -- Unit tests -- Functional tests -- Hello TDD! -- Summary -- Chapter 4: Iteration 1 -- Iteration planning -- Creating the new application -- Connecting to the database -- Testing the connection -- Adding a db connection as an application component -- Summary -- Chapter 5: Iteration 2 -- Iteration planning -- Running our test suite -- Creating the project table -- Naming conventions -- Creating the AR model class -- Configuring Gii -- Using Gii to create our Project AR class -- Testing out our newly generated code -- Was all that testing really necessary? -- Enabling CRUD operations for users -- Creating CRUD scaffolding for projects -- Creating a new project -- Reading the project -- Updating and deleting projects -- Managing projects in admin mode -- - More on testing8212;fixtures -- Configuring the fixture manager -- Creating a fixture -- Configuring this fixture for use -- Specifying a test database -- Summary -- Chapter 6: Iteration 3 -- Iteration planning -- Running the test suite -- Designing the schema -- Defining some relationships -- Building the database and the relationships -- Creating the Active Record model classes -- Creating the issue model class -- Creating the User model class -- Creating the Issue CRUD operations -- Using the Issue CRUD operations -- Creating a new Issue -- Adding the types drop-down menu -- Getting the test in the "Red" -- Moving From "Red" To "Green" -- Moving Back To "Red" -- Getting back to "Green" once again -- Adding the issue type dropdown -- Adding the status dropdown: Do it yourself -- Fixing the owner and requester fields -- Enforcing a project context -- Implementing a filter -- Adding a filter -- Specifying the filtered actions -- Adding some filter logic -- Adding the project id -- - Altering the project details page -- Removing the project input form field -- R. |
Beschreibung: | 1 Online-Ressource (vii, 348 p.) |
ISBN: | 1847199585 1847199593 9781847199584 9781847199591 |
Internformat
MARC
LEADER | 00000nmm a2200000zc 4500 | ||
---|---|---|---|
001 | BV043115543 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | cr|uuu---uuuuu | ||
008 | 151126s2010 |||| o||u| ||||||eng d | ||
020 | |a 1847199585 |9 1-84719-958-5 | ||
020 | |a 1847199593 |c electronic bk. |9 1-84719-959-3 | ||
020 | |a 9781847199584 |9 978-1-84719-958-4 | ||
020 | |a 9781847199591 |c electronic bk. |9 978-1-84719-959-1 | ||
035 | |a (OCoLC)712067078 | ||
035 | |a (DE-599)BVBBV043115543 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
049 | |a DE-1046 |a DE-1047 | ||
082 | 0 | |a 005.2/762 |2 22 | |
100 | 1 | |a Winesett, Jeffrey |e Verfasser |4 aut | |
245 | 1 | 0 | |a Agile web application development with Yii1.1 and PHP5 |c Jeffery Winesett |
264 | 1 | |a Birmingham, UK |b Packt Pub. |c 2010 | |
300 | |a 1 Online-Ressource (vii, 348 p.) | ||
336 | |b txt |2 rdacontent | ||
337 | |b c |2 rdamedia | ||
338 | |b cr |2 rdacarrier | ||
500 | |a Includes index. - Fast-track your web application development by harnessing the power of the Yii PHP framework. - "Community experience distilled"--Cover | ||
500 | |a Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- Table of Contents -- Preface -- Chapter 1: Meet Yii -- Yii is easy -- Yii is efficient -- Yii is extensible -- MVC architecture -- The model -- The view -- The controller -- Stitching these together: Yii request routing -- Blog posting example -- Object-relational mapping and Active Record -- Active Record -- The view and controller -- Summary -- Chapter 2: Getting Started -- Installing Yii -- Installing a database -- Creating a new application -- Hello, World! -- Creating the controller -- One final step -- Reviewing our request routing -- Adding dynamic content -- Adding the date and time -- Adding the date and time, a better approach -- Have you been paying attention? -- Linking pages together -- Linking to a new page -- Getting a little help from Yii CHtml -- Summary -- Chapter 3: The TrackStar Application -- Introducing TrackStar -- Creating user stories -- Users -- Projects -- Issues -- | ||
500 | |a - Navigation and page flow -- Defining a data scheme -- Defining our development methodology -- Automated software testing -- Unit and functional testing -- Benefits of testing -- Test-driven development -- Testing in Yii -- Unit tests -- Functional tests -- Hello TDD! -- Summary -- Chapter 4: Iteration 1 -- Iteration planning -- Creating the new application -- Connecting to the database -- Testing the connection -- Adding a db connection as an application component -- Summary -- Chapter 5: Iteration 2 -- Iteration planning -- Running our test suite -- Creating the project table -- Naming conventions -- Creating the AR model class -- Configuring Gii -- Using Gii to create our Project AR class -- Testing out our newly generated code -- Was all that testing really necessary? -- Enabling CRUD operations for users -- Creating CRUD scaffolding for projects -- Creating a new project -- Reading the project -- Updating and deleting projects -- Managing projects in admin mode -- | ||
500 | |a - More on testing8212;fixtures -- Configuring the fixture manager -- Creating a fixture -- Configuring this fixture for use -- Specifying a test database -- Summary -- Chapter 6: Iteration 3 -- Iteration planning -- Running the test suite -- Designing the schema -- Defining some relationships -- Building the database and the relationships -- Creating the Active Record model classes -- Creating the issue model class -- Creating the User model class -- Creating the Issue CRUD operations -- Using the Issue CRUD operations -- Creating a new Issue -- Adding the types drop-down menu -- Getting the test in the "Red" -- Moving From "Red" To "Green" -- Moving Back To "Red" -- Getting back to "Green" once again -- Adding the issue type dropdown -- Adding the status dropdown: Do it yourself -- Fixing the owner and requester fields -- Enforcing a project context -- Implementing a filter -- Adding a filter -- Specifying the filtered actions -- Adding some filter logic -- Adding the project id -- | ||
500 | |a - Altering the project details page -- Removing the project input form field -- R. | ||
650 | 7 | |a COMPUTERS / Programming Languages / JavaScript |2 bisacsh | |
650 | 7 | |a COMPUTERS / Programming Languages / VBScript |2 bisacsh | |
650 | 7 | |a Application software / Development |2 local | |
650 | 7 | |a Agile software development |2 local | |
650 | 7 | |a PHP (Computer program language) |2 local | |
650 | 7 | |a Web sites / Design |2 local | |
650 | 7 | |a Web site development |2 local | |
650 | 4 | |a PHP (Computer program language) | |
650 | 4 | |a Application software |x Development | |
650 | 4 | |a Web sites |x Design | |
650 | 4 | |a Web site development | |
650 | 4 | |a Agile software development | |
650 | 0 | 7 | |a PHP 5.0 |0 (DE-588)4763174-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Framework |g Informatik |0 (DE-588)4464685-9 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Framework |g Informatik |0 (DE-588)4464685-9 |D s |
689 | 0 | |8 1\p |5 DE-604 | |
689 | 1 | 0 | |a PHP 5.0 |0 (DE-588)4763174-0 |D s |
689 | 1 | |8 2\p |5 DE-604 | |
856 | 4 | 0 | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=358515 |x Aggregator |3 Volltext |
912 | |a ZDB-4-EBA | ||
999 | |a oai:aleph.bib-bvb.de:BVB01-028539734 | ||
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk | |
883 | 1 | |8 2\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk | |
966 | e | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=358515 |l FAW01 |p ZDB-4-EBA |q FAW_PDA_EBA |x Aggregator |3 Volltext | |
966 | e | |u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=358515 |l FAW02 |p ZDB-4-EBA |q FAW_PDA_EBA |x Aggregator |3 Volltext |
Datensatz im Suchindex
_version_ | 1804175539839172608 |
---|---|
any_adam_object | |
author | Winesett, Jeffrey |
author_facet | Winesett, Jeffrey |
author_role | aut |
author_sort | Winesett, Jeffrey |
author_variant | j w jw |
building | Verbundindex |
bvnumber | BV043115543 |
collection | ZDB-4-EBA |
ctrlnum | (OCoLC)712067078 (DE-599)BVBBV043115543 |
dewey-full | 005.2/762 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.2/762 |
dewey-search | 005.2/762 |
dewey-sort | 15.2 3762 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>05795nmm a2200649zc 4500</leader><controlfield tag="001">BV043115543</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">cr|uuu---uuuuu</controlfield><controlfield tag="008">151126s2010 |||| o||u| ||||||eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1847199585</subfield><subfield code="9">1-84719-958-5</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1847199593</subfield><subfield code="c">electronic bk.</subfield><subfield code="9">1-84719-959-3</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781847199584</subfield><subfield code="9">978-1-84719-958-4</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781847199591</subfield><subfield code="c">electronic bk.</subfield><subfield code="9">978-1-84719-959-1</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)712067078</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV043115543</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1046</subfield><subfield code="a">DE-1047</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.2/762</subfield><subfield code="2">22</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Winesett, Jeffrey</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Agile web application development with Yii1.1 and PHP5</subfield><subfield code="c">Jeffery Winesett</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK</subfield><subfield code="b">Packt Pub.</subfield><subfield code="c">2010</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 Online-Ressource (vii, 348 p.)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index. - Fast-track your web application development by harnessing the power of the Yii PHP framework. - "Community experience distilled"--Cover</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- Table of Contents -- Preface -- Chapter 1: Meet Yii -- Yii is easy -- Yii is efficient -- Yii is extensible -- MVC architecture -- The model -- The view -- The controller -- Stitching these together: Yii request routing -- Blog posting example -- Object-relational mapping and Active Record -- Active Record -- The view and controller -- Summary -- Chapter 2: Getting Started -- Installing Yii -- Installing a database -- Creating a new application -- Hello, World! -- Creating the controller -- One final step -- Reviewing our request routing -- Adding dynamic content -- Adding the date and time -- Adding the date and time, a better approach -- Have you been paying attention? -- Linking pages together -- Linking to a new page -- Getting a little help from Yii CHtml -- Summary -- Chapter 3: The TrackStar Application -- Introducing TrackStar -- Creating user stories -- Users -- Projects -- Issues -- </subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a"> - Navigation and page flow -- Defining a data scheme -- Defining our development methodology -- Automated software testing -- Unit and functional testing -- Benefits of testing -- Test-driven development -- Testing in Yii -- Unit tests -- Functional tests -- Hello TDD! -- Summary -- Chapter 4: Iteration 1 -- Iteration planning -- Creating the new application -- Connecting to the database -- Testing the connection -- Adding a db connection as an application component -- Summary -- Chapter 5: Iteration 2 -- Iteration planning -- Running our test suite -- Creating the project table -- Naming conventions -- Creating the AR model class -- Configuring Gii -- Using Gii to create our Project AR class -- Testing out our newly generated code -- Was all that testing really necessary? -- Enabling CRUD operations for users -- Creating CRUD scaffolding for projects -- Creating a new project -- Reading the project -- Updating and deleting projects -- Managing projects in admin mode -- </subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a"> - More on testing8212;fixtures -- Configuring the fixture manager -- Creating a fixture -- Configuring this fixture for use -- Specifying a test database -- Summary -- Chapter 6: Iteration 3 -- Iteration planning -- Running the test suite -- Designing the schema -- Defining some relationships -- Building the database and the relationships -- Creating the Active Record model classes -- Creating the issue model class -- Creating the User model class -- Creating the Issue CRUD operations -- Using the Issue CRUD operations -- Creating a new Issue -- Adding the types drop-down menu -- Getting the test in the "Red" -- Moving From "Red" To "Green" -- Moving Back To "Red" -- Getting back to "Green" once again -- Adding the issue type dropdown -- Adding the status dropdown: Do it yourself -- Fixing the owner and requester fields -- Enforcing a project context -- Implementing a filter -- Adding a filter -- Specifying the filtered actions -- Adding some filter logic -- Adding the project id -- </subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a"> - Altering the project details page -- Removing the project input form field -- R.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Programming Languages / JavaScript</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Programming Languages / VBScript</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Application software / Development</subfield><subfield code="2">local</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Agile software development</subfield><subfield code="2">local</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">PHP (Computer program language)</subfield><subfield code="2">local</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Web sites / Design</subfield><subfield code="2">local</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Web site development</subfield><subfield code="2">local</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">PHP (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Application software</subfield><subfield code="x">Development</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Web sites</subfield><subfield code="x">Design</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Web site development</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Agile software development</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">PHP 5.0</subfield><subfield code="0">(DE-588)4763174-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Framework</subfield><subfield code="g">Informatik</subfield><subfield code="0">(DE-588)4464685-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Framework</subfield><subfield code="g">Informatik</subfield><subfield code="0">(DE-588)4464685-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">PHP 5.0</subfield><subfield code="0">(DE-588)4763174-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="8">2\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=358515</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-028539734</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">2\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=358515</subfield><subfield code="l">FAW01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FAW_PDA_EBA</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=358515</subfield><subfield code="l">FAW02</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FAW_PDA_EBA</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield></record></collection> |
id | DE-604.BV043115543 |
illustrated | Not Illustrated |
indexdate | 2024-07-10T07:17:54Z |
institution | BVB |
isbn | 1847199585 1847199593 9781847199584 9781847199591 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-028539734 |
oclc_num | 712067078 |
open_access_boolean | |
owner | DE-1046 DE-1047 |
owner_facet | DE-1046 DE-1047 |
physical | 1 Online-Ressource (vii, 348 p.) |
psigel | ZDB-4-EBA ZDB-4-EBA FAW_PDA_EBA |
publishDate | 2010 |
publishDateSearch | 2010 |
publishDateSort | 2010 |
publisher | Packt Pub. |
record_format | marc |
spelling | Winesett, Jeffrey Verfasser aut Agile web application development with Yii1.1 and PHP5 Jeffery Winesett Birmingham, UK Packt Pub. 2010 1 Online-Ressource (vii, 348 p.) txt rdacontent c rdamedia cr rdacarrier Includes index. - Fast-track your web application development by harnessing the power of the Yii PHP framework. - "Community experience distilled"--Cover Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- Table of Contents -- Preface -- Chapter 1: Meet Yii -- Yii is easy -- Yii is efficient -- Yii is extensible -- MVC architecture -- The model -- The view -- The controller -- Stitching these together: Yii request routing -- Blog posting example -- Object-relational mapping and Active Record -- Active Record -- The view and controller -- Summary -- Chapter 2: Getting Started -- Installing Yii -- Installing a database -- Creating a new application -- Hello, World! -- Creating the controller -- One final step -- Reviewing our request routing -- Adding dynamic content -- Adding the date and time -- Adding the date and time, a better approach -- Have you been paying attention? -- Linking pages together -- Linking to a new page -- Getting a little help from Yii CHtml -- Summary -- Chapter 3: The TrackStar Application -- Introducing TrackStar -- Creating user stories -- Users -- Projects -- Issues -- - Navigation and page flow -- Defining a data scheme -- Defining our development methodology -- Automated software testing -- Unit and functional testing -- Benefits of testing -- Test-driven development -- Testing in Yii -- Unit tests -- Functional tests -- Hello TDD! -- Summary -- Chapter 4: Iteration 1 -- Iteration planning -- Creating the new application -- Connecting to the database -- Testing the connection -- Adding a db connection as an application component -- Summary -- Chapter 5: Iteration 2 -- Iteration planning -- Running our test suite -- Creating the project table -- Naming conventions -- Creating the AR model class -- Configuring Gii -- Using Gii to create our Project AR class -- Testing out our newly generated code -- Was all that testing really necessary? -- Enabling CRUD operations for users -- Creating CRUD scaffolding for projects -- Creating a new project -- Reading the project -- Updating and deleting projects -- Managing projects in admin mode -- - More on testing8212;fixtures -- Configuring the fixture manager -- Creating a fixture -- Configuring this fixture for use -- Specifying a test database -- Summary -- Chapter 6: Iteration 3 -- Iteration planning -- Running the test suite -- Designing the schema -- Defining some relationships -- Building the database and the relationships -- Creating the Active Record model classes -- Creating the issue model class -- Creating the User model class -- Creating the Issue CRUD operations -- Using the Issue CRUD operations -- Creating a new Issue -- Adding the types drop-down menu -- Getting the test in the "Red" -- Moving From "Red" To "Green" -- Moving Back To "Red" -- Getting back to "Green" once again -- Adding the issue type dropdown -- Adding the status dropdown: Do it yourself -- Fixing the owner and requester fields -- Enforcing a project context -- Implementing a filter -- Adding a filter -- Specifying the filtered actions -- Adding some filter logic -- Adding the project id -- - Altering the project details page -- Removing the project input form field -- R. COMPUTERS / Programming Languages / JavaScript bisacsh COMPUTERS / Programming Languages / VBScript bisacsh Application software / Development local Agile software development local PHP (Computer program language) local Web sites / Design local Web site development local PHP (Computer program language) Application software Development Web sites Design Web site development Agile software development PHP 5.0 (DE-588)4763174-0 gnd rswk-swf Framework Informatik (DE-588)4464685-9 gnd rswk-swf Framework Informatik (DE-588)4464685-9 s 1\p DE-604 PHP 5.0 (DE-588)4763174-0 s 2\p DE-604 http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=358515 Aggregator Volltext 1\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk 2\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | Winesett, Jeffrey Agile web application development with Yii1.1 and PHP5 COMPUTERS / Programming Languages / JavaScript bisacsh COMPUTERS / Programming Languages / VBScript bisacsh Application software / Development local Agile software development local PHP (Computer program language) local Web sites / Design local Web site development local PHP (Computer program language) Application software Development Web sites Design Web site development Agile software development PHP 5.0 (DE-588)4763174-0 gnd Framework Informatik (DE-588)4464685-9 gnd |
subject_GND | (DE-588)4763174-0 (DE-588)4464685-9 |
title | Agile web application development with Yii1.1 and PHP5 |
title_auth | Agile web application development with Yii1.1 and PHP5 |
title_exact_search | Agile web application development with Yii1.1 and PHP5 |
title_full | Agile web application development with Yii1.1 and PHP5 Jeffery Winesett |
title_fullStr | Agile web application development with Yii1.1 and PHP5 Jeffery Winesett |
title_full_unstemmed | Agile web application development with Yii1.1 and PHP5 Jeffery Winesett |
title_short | Agile web application development with Yii1.1 and PHP5 |
title_sort | agile web application development with yii1 1 and php5 |
topic | COMPUTERS / Programming Languages / JavaScript bisacsh COMPUTERS / Programming Languages / VBScript bisacsh Application software / Development local Agile software development local PHP (Computer program language) local Web sites / Design local Web site development local PHP (Computer program language) Application software Development Web sites Design Web site development Agile software development PHP 5.0 (DE-588)4763174-0 gnd Framework Informatik (DE-588)4464685-9 gnd |
topic_facet | COMPUTERS / Programming Languages / JavaScript COMPUTERS / Programming Languages / VBScript Application software / Development Agile software development PHP (Computer program language) Web sites / Design Web site development Application software Development Web sites Design PHP 5.0 Framework Informatik |
url | http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=358515 |
work_keys_str_mv | AT winesettjeffrey agilewebapplicationdevelopmentwithyii11andphp5 |