... together 31 Linking to a new page 31 Getting a little help from Yii CHtml 32 Summary 34 Chapter 3: The TrackStar Application 35 Introducing TrackStar 35 Creating user stories 36 Users 36 Projects 36 Issues ... ] Adding a lter 11 3 Specifying the ltered actions 11 4 Adding some lter logic 11 5 Adding the project ID 11 7 Altering the project details page 11 7 R...
Ngày tải lên: 03/01/2013, 08:56
... defined. /YiiRoot/framework/base/CComponent.php : 13 1 /YiiRoot /yii- read-only/framework/db/ar/CActiveRecord.php :10 7 /Webroot/tasctrak/protected/tests/unit/IssueTest.php:6 FAILURES! Tests: 1, Assertions: ... line and run the test from with the /protected/tests folder phpunit unit/IssueTest.php PHPUnit 3. 3 .17 by Sebastian Bergmann. .E Time: 0 seconds There was 1 error: 1) testG...
Ngày tải lên: 09/08/2014, 12:22
Agile Web Application Development with Yii 1.1 and PHP5 phần 5 docx
... succeeds and the login() method on the user application component is called. As mentioned, by default the web application is congured to use the Yii Framework class, CWebuser as the user application ... again: >>phpunit unit/IssueTest.php Time: 1 second, Memory: 12 .25Mb OK (4 tests, 12 assertions) We have both tests passing and back in the 'green'. Ch...
Ngày tải lên: 09/08/2014, 12:22
Agile Web Application Development with Yii 1.1 and PHP5 phần 6 potx
... command. Navigate to the root of your application and execute the shell command (Remember YiiRoot stands for where you have installed the Yii Framework): % YiiRoot/framework/yiic shell Yii ... TrackStar Web application. The yiic tool is a console application in Yii that executes tasks in the form of commands. We have used the webapp command to create a new applications, and...
Ngày tải lên: 09/08/2014, 12:22
Agile Web Application Development with Yii 1.1 and PHP5 phần 7 ppt
... project_id=:projectId AND user_id=:userId"; $command = Yii: :app()->db->createCommand($sql); $command->bindValue(":projectId", $this->id, PDO::PARAM_INT); $command->bindValue(":userId", ... Project 3& apos;, 'description' => 'This is a test feature issue associated with project # 3 that is completed', 'project_...
Ngày tải lên: 09/08/2014, 12:22
Agile Web Application Development with Yii 1.1 and PHP5 phần 8 potx
... entire PHP application development life-cycle experience. They provide products and services to help with conguration and installation, development, deployment and with production application ... following: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1. 0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Chapter 11 [ 2 71...
Ngày tải lên: 09/08/2014, 12:22
Agile Web Application Development with Yii 1.1 and PHP5 phần 9 potx
... DATETIME, `update_user_id` INTEGER ) Chapter 11 [ 275 ] font: bold 12 px Arial; color: #d11e1e; display: block; padding: 2px 0 2px 8px; line-height: 15 px; text-decoration: none; } .portlet-content ... action: Iteration 10 : Production Readiness [ 31 0 ] Yii provides a exible and extensible logging feature. Messages logged can be classied according to log levels and mes...
Ngày tải lên: 09/08/2014, 12:22