... 11 4 Adding some lter logic 11 5 Adding the project ID 11 7 Altering the project details page 11 7 Removing the project input form eld 11 8 Returning back to the owner and requester dropdowns 11 9 Generating ... translation 280 Performing le translation 283 Summary 285 Chapter 12 : Iteration 9: Modules - Adding Administration 287 Iteration planning 288 Modules 288 Creating...
Ngày tải lên: 03/01/2013, 08:56
... 11 2 Enforcing a project context 11 2 Implementing a lter 11 3 Download from Wow! eBook <www.wowebook.com> Agile Web Application Development with Yii 1. 1 and PHP5 Copyright © 2 010 Packt Publishing All ... tables 18 0 Creating the RBAC authorization hierarchy 18 1 Writing a console application command 18 2 Assigning users to roles 18 8 Adding RBAC roles to...
Ngày tải lên: 09/08/2014, 12:22
Agile Web Application Development with Yii 1.1 and PHP5 phần 2 docx
... process, we need to understand how to test within a Yii application. Testing in Yii As of version 1. 1, Yii is tightly integrated with the PHPUnit (http://www.phpunit. de/ ) and Selenium Remote Control ... quality products. Chapter 2 [ 23 ] %cd /Webroot/demo Then execute yiic with the following shell command: %YiiRoot/framework/yiic shell Yii Interactive Tool v1 .1 Please t...
Ngày tải lên: 09/08/2014, 12:22
Agile Web Application Development with Yii 1.1 and PHP5 phần 3 potx
... components in our application. A user cannot do anything useful with the TrackStar application without rst either creating or choosing an existing project within which to add tasks and other issues. ... in the Web application. With this amazing tool, we achieved most of application functionality that we outlined for this iteration. We made one small change to enforce the pr...
Ngày tải lên: 09/08/2014, 12:22
Agile Web Application Development with Yii 1.1 and PHP5 phần 4 docx
... 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: ... Status and Type drop-down data, and place the logic inside a model class. In this case, the Project AR class makes the most sense, as valid users are associated with a project,...
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", ... now have a total of three comments in our test database. Two of them associated with project #1 and one associated with project #3. Now we can alter ou...
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 ... background-color:transparent; font-size :12 px; font-weight:bold; text-decoration:none; padding:5px 8px; } #mainmenu ul li a:hover, #mainmenu ul li a.active { color: #d11e1e;...
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
... Iteration 8: Making it Pretty- Design, Layout, Themes, and Internationalization(i18n) [ 2 78 ] Once this is saved, our application is now using our newly created theme, new, and our application ... 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: n...
Ngày tải lên: 09/08/2014, 12:22