SlideShare a Scribd company logo
1 of 8
LAPORAN PRAKTEK
TEKNOLOGI WEB FRAMEWORK
(MODUL 3 YII FRAMEWORK)

DI SUSUN OLEH
NAMA

: FITHRIAH RINI

NIM

: 125610202

JURUSAN

: SISTEM INFORMASI

SEKOLAH TINGGI MANAJEMEN INFORMATIKA DAN KOMPUTER
STMIK AKAKOM YOGYAKARTA
2013
PEMBAHASAN
a.

Cara Menginstal YiiFramework pada Xampp
Download file YII nya terlebih dahulu di situs resmi Yii framework . Saya
menggunakan versi yii-1.1.14.f0fee9
Lalu setelah download selesai. Maka ekstrak folder YII ke dalam htdocs pada xampp
yang telah terinstall di komputer
Setelah itu buka command prompt dan ketikkan cd c:xamppphp untuk masuk ke
dalam direktori xampp dan php, lalu tekan enter. Seperti gambar ini :

Lalu untuk membuat kerangka aplikasi YII, ketikkan php.exe C:xampphtdocsyii1.1.14.f0fee9frameworkyiic webapp C:xampphtdocsyiirini. Perintah ini bertujuan
untuk membuat folder bernama yiirini ke dalam root directory c:xampphtdocs yang
berdasarkan aturan yang telah dibuat oleh YII, yaitu YII telah di copy paste ke
dalam C:xampphtdocsyii-1.1.14.f0fee9. Lalu setelah tekan enter maka akan muncul
pertanyaan dan ketik "yes" dan tekan enter.

Lalu akan muncul proses instalasi seperti gambar di bawah ini. Tunggu sampai selesai.
Selamat YII telah terinstall dan untuk mengetahui apakah YII telah terinstal dengan
baik.

Buka xampp,aktifkan apache dan mysql.

Lalu buka browser dan ketikkan localhost/yiirini/
b.

Mengubah Judul pada HOME dari Web
Untuk mengubah judul bagian HOME dari web yang kita buat adalah dengan cara klik
xampp  htdocs  yiirini  protected  views  site  index.php

Maka hasilnya adalah seperti gambar di bawah ini :
LISTING
C:>cd c:xamppphp
c:xamppphp>php.exe C:xampphtdocsyii114frameworkyiic webapp C:xampphtdo
smyweb
Create a Web application under 'C:xampphtdocsmyweb'? [Yes|No] yes
mkdir C:/xampp/htdocs/myweb
mkdir C:/xampp/htdocs/myweb/assets
mkdir C:/xampp/htdocs/myweb/css
generate css/bg.gif
generate css/form.css
generate css/ie.css
generate css/main.css
generate css/print.css
generate css/screen.css
mkdir C:/xampp/htdocs/myweb/images
generate index-test.php
generate index.php
mkdir C:/xampp/htdocs/myweb/protected
generate protected/.htaccess
mkdir C:/xampp/htdocs/myweb/protected/commands
mkdir C:/xampp/htdocs/myweb/protected/commands/shell
mkdir C:/xampp/htdocs/myweb/protected/components
generate protected/components/Controller.php
generate protected/components/UserIdentity.php
mkdir C:/xampp/htdocs/myweb/protected/config
generate protected/config/console.php
generate protected/config/main.php
generate protected/config/test.php
mkdir C:/xampp/htdocs/myweb/protected/controllers
generate protected/controllers/SiteController.php
mkdir C:/xampp/htdocs/myweb/protected/data
generate protected/data/schema.mysql.sql
generate protected/data/schema.sqlite.sql
generate protected/data/testdrive.db
mkdir C:/xampp/htdocs/myweb/protected/extensions
mkdir C:/xampp/htdocs/myweb/protected/messages
mkdir C:/xampp/htdocs/myweb/protected/models
generate protected/models/ContactForm.php
generate protected/models/LoginForm.php
mkdir C:/xampp/htdocs/myweb/protected/runtime
mkdir C:/xampp/htdocs/myweb/protected/tests
generate protected/tests/bootstrap.php
mkdir C:/xampp/htdocs/myweb/protected/tests/fixtures
mkdir C:/xampp/htdocs/myweb/protected/tests/functional
generate protected/tests/functional/SiteTest.php
generate protected/tests/phpunit.xml
mkdir C:/xampp/htdocs/myweb/protected/tests/report
mkdir C:/xampp/htdocs/myweb/protected/tests/unit
generate protected/tests/WebTestCase.php
mkdir C:/xampp/htdocs/myweb/protected/views
mkdir C:/xampp/htdocs/myweb/protected/views/layouts
generate protected/views/layouts/column1.php
generate protected/views/layouts/column2.php
generate protected/views/layouts/main.php
mkdir C:/xampp/htdocs/myweb/protected/views/site
generate protected/views/site/contact.php
generate protected/views/site/error.php
generate protected/views/site/index.php
generate protected/views/site/login.php
mkdir C:/xampp/htdocs/myweb/protected/views/site/pages
generate protected/views/site/pages/about.php
generate protected/yiic
generate protected/yiic.bat
generate protected/yiic.php
mkdir C:/xampp/htdocs/myweb/themes
mkdir C:/xampp/htdocs/myweb/themes/classic
mkdir C:/xampp/htdocs/myweb/themes/classic/views
generate themes/classic/views/.htaccess
mkdir C:/xampp/htdocs/myweb/themes/classic/views/layouts
mkdir C:/xampp/htdocs/myweb/themes/classic/views/site
mkdir C:/xampp/htdocs/myweb/themes/classic/views/system
Your application has been created successfully under C:xampphtdocsmyweb.
c:xamppphp>php.exe C:xampphtdocsyii114frameworkyiic webapp C:xampphtdo
sfithriahrini
Create a Web application under 'C:xampphtdocsfithriahrini'? [Yes|No] yes
mkdir C:/xampp/htdocs/fithriahrini
mkdir C:/xampp/htdocs/fithriahrini/assets
mkdir C:/xampp/htdocs/fithriahrini/css
generate css/bg.gif
generate css/form.css
generate css/ie.css
generate css/main.css
generate css/print.css
generate css/screen.css
mkdir C:/xampp/htdocs/fithriahrini/images
generate index-test.php
generate index.php
mkdir C:/xampp/htdocs/fithriahrini/protected
generate protected/.htaccess
mkdir C:/xampp/htdocs/fithriahrini/protected/commands
mkdir C:/xampp/htdocs/fithriahrini/protected/commands/shell
mkdir C:/xampp/htdocs/fithriahrini/protected/components
generate protected/components/Controller.php
generate protected/components/UserIdentity.php
mkdir C:/xampp/htdocs/fithriahrini/protected/config
generate protected/config/console.php
generate protected/config/main.php
generate protected/config/test.php
mkdir C:/xampp/htdocs/fithriahrini/protected/controllers
generate protected/controllers/SiteController.php
mkdir C:/xampp/htdocs/fithriahrini/protected/data
generate protected/data/schema.mysql.sql
generate protected/data/schema.sqlite.sql
generate protected/data/testdrive.db
mkdir C:/xampp/htdocs/fithriahrini/protected/extensions
mkdir C:/xampp/htdocs/fithriahrini/protected/messages
mkdir C:/xampp/htdocs/fithriahrini/protected/models
generate protected/models/ContactForm.php
generate protected/models/LoginForm.php
mkdir C:/xampp/htdocs/fithriahrini/protected/runtime
mkdir C:/xampp/htdocs/fithriahrini/protected/tests
generate protected/tests/bootstrap.php
mkdir C:/xampp/htdocs/fithriahrini/protected/tests/fixtures
mkdir C:/xampp/htdocs/fithriahrini/protected/tests/functional
generate protected/tests/functional/SiteTest.php
generate protected/tests/phpunit.xml
mkdir C:/xampp/htdocs/fithriahrini/protected/tests/report
mkdir C:/xampp/htdocs/fithriahrini/protected/tests/unit
generate protected/tests/WebTestCase.php
mkdir C:/xampp/htdocs/fithriahrini/protected/views
mkdir C:/xampp/htdocs/fithriahrini/protected/views/layouts
generate protected/views/layouts/column1.php
generate protected/views/layouts/column2.php
generate protected/views/layouts/main.php
mkdir C:/xampp/htdocs/fithriahrini/protected/views/site
generate protected/views/site/contact.php
generate protected/views/site/error.php
generate protected/views/site/index.php
generate protected/views/site/login.php
mkdir C:/xampp/htdocs/fithriahrini/protected/views/site/pages
generate protected/views/site/pages/about.php
generate protected/yiic
generate protected/yiic.bat
generate protected/yiic.php
mkdir C:/xampp/htdocs/fithriahrini/themes
mkdir C:/xampp/htdocs/fithriahrini/themes/classic
mkdir C:/xampp/htdocs/fithriahrini/themes/classic/views
generate themes/classic/views/.htaccess
mkdir C:/xampp/htdocs/fithriahrini/themes/classic/views/layouts
mkdir C:/xampp/htdocs/fithriahrini/themes/classic/views/site
mkdir C:/xampp/htdocs/fithriahrini/themes/classic/views/system
Your application has been created successfully under C:xampphtdocsfithriahri
i.
c:xamppphp>
Menginstall yii framework pada xampp

More Related Content

Recently uploaded

Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin ClassesCeline George
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdfssuserdda66b
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 

Recently uploaded (20)

Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 

Featured

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 

Featured (20)

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 

Menginstall yii framework pada xampp

  • 1. LAPORAN PRAKTEK TEKNOLOGI WEB FRAMEWORK (MODUL 3 YII FRAMEWORK) DI SUSUN OLEH NAMA : FITHRIAH RINI NIM : 125610202 JURUSAN : SISTEM INFORMASI SEKOLAH TINGGI MANAJEMEN INFORMATIKA DAN KOMPUTER STMIK AKAKOM YOGYAKARTA 2013
  • 2. PEMBAHASAN a. Cara Menginstal YiiFramework pada Xampp Download file YII nya terlebih dahulu di situs resmi Yii framework . Saya menggunakan versi yii-1.1.14.f0fee9 Lalu setelah download selesai. Maka ekstrak folder YII ke dalam htdocs pada xampp yang telah terinstall di komputer Setelah itu buka command prompt dan ketikkan cd c:xamppphp untuk masuk ke dalam direktori xampp dan php, lalu tekan enter. Seperti gambar ini : Lalu untuk membuat kerangka aplikasi YII, ketikkan php.exe C:xampphtdocsyii1.1.14.f0fee9frameworkyiic webapp C:xampphtdocsyiirini. Perintah ini bertujuan untuk membuat folder bernama yiirini ke dalam root directory c:xampphtdocs yang berdasarkan aturan yang telah dibuat oleh YII, yaitu YII telah di copy paste ke dalam C:xampphtdocsyii-1.1.14.f0fee9. Lalu setelah tekan enter maka akan muncul pertanyaan dan ketik "yes" dan tekan enter. Lalu akan muncul proses instalasi seperti gambar di bawah ini. Tunggu sampai selesai.
  • 3. Selamat YII telah terinstall dan untuk mengetahui apakah YII telah terinstal dengan baik. Buka xampp,aktifkan apache dan mysql. Lalu buka browser dan ketikkan localhost/yiirini/
  • 4. b. Mengubah Judul pada HOME dari Web Untuk mengubah judul bagian HOME dari web yang kita buat adalah dengan cara klik xampp  htdocs  yiirini  protected  views  site  index.php Maka hasilnya adalah seperti gambar di bawah ini :
  • 5. LISTING C:>cd c:xamppphp c:xamppphp>php.exe C:xampphtdocsyii114frameworkyiic webapp C:xampphtdo smyweb Create a Web application under 'C:xampphtdocsmyweb'? [Yes|No] yes mkdir C:/xampp/htdocs/myweb mkdir C:/xampp/htdocs/myweb/assets mkdir C:/xampp/htdocs/myweb/css generate css/bg.gif generate css/form.css generate css/ie.css generate css/main.css generate css/print.css generate css/screen.css mkdir C:/xampp/htdocs/myweb/images generate index-test.php generate index.php mkdir C:/xampp/htdocs/myweb/protected generate protected/.htaccess mkdir C:/xampp/htdocs/myweb/protected/commands mkdir C:/xampp/htdocs/myweb/protected/commands/shell mkdir C:/xampp/htdocs/myweb/protected/components generate protected/components/Controller.php generate protected/components/UserIdentity.php mkdir C:/xampp/htdocs/myweb/protected/config generate protected/config/console.php generate protected/config/main.php generate protected/config/test.php mkdir C:/xampp/htdocs/myweb/protected/controllers generate protected/controllers/SiteController.php mkdir C:/xampp/htdocs/myweb/protected/data generate protected/data/schema.mysql.sql generate protected/data/schema.sqlite.sql generate protected/data/testdrive.db mkdir C:/xampp/htdocs/myweb/protected/extensions mkdir C:/xampp/htdocs/myweb/protected/messages mkdir C:/xampp/htdocs/myweb/protected/models generate protected/models/ContactForm.php generate protected/models/LoginForm.php mkdir C:/xampp/htdocs/myweb/protected/runtime mkdir C:/xampp/htdocs/myweb/protected/tests generate protected/tests/bootstrap.php mkdir C:/xampp/htdocs/myweb/protected/tests/fixtures mkdir C:/xampp/htdocs/myweb/protected/tests/functional
  • 6. generate protected/tests/functional/SiteTest.php generate protected/tests/phpunit.xml mkdir C:/xampp/htdocs/myweb/protected/tests/report mkdir C:/xampp/htdocs/myweb/protected/tests/unit generate protected/tests/WebTestCase.php mkdir C:/xampp/htdocs/myweb/protected/views mkdir C:/xampp/htdocs/myweb/protected/views/layouts generate protected/views/layouts/column1.php generate protected/views/layouts/column2.php generate protected/views/layouts/main.php mkdir C:/xampp/htdocs/myweb/protected/views/site generate protected/views/site/contact.php generate protected/views/site/error.php generate protected/views/site/index.php generate protected/views/site/login.php mkdir C:/xampp/htdocs/myweb/protected/views/site/pages generate protected/views/site/pages/about.php generate protected/yiic generate protected/yiic.bat generate protected/yiic.php mkdir C:/xampp/htdocs/myweb/themes mkdir C:/xampp/htdocs/myweb/themes/classic mkdir C:/xampp/htdocs/myweb/themes/classic/views generate themes/classic/views/.htaccess mkdir C:/xampp/htdocs/myweb/themes/classic/views/layouts mkdir C:/xampp/htdocs/myweb/themes/classic/views/site mkdir C:/xampp/htdocs/myweb/themes/classic/views/system Your application has been created successfully under C:xampphtdocsmyweb. c:xamppphp>php.exe C:xampphtdocsyii114frameworkyiic webapp C:xampphtdo sfithriahrini Create a Web application under 'C:xampphtdocsfithriahrini'? [Yes|No] yes mkdir C:/xampp/htdocs/fithriahrini mkdir C:/xampp/htdocs/fithriahrini/assets mkdir C:/xampp/htdocs/fithriahrini/css generate css/bg.gif generate css/form.css generate css/ie.css generate css/main.css generate css/print.css generate css/screen.css mkdir C:/xampp/htdocs/fithriahrini/images generate index-test.php generate index.php mkdir C:/xampp/htdocs/fithriahrini/protected generate protected/.htaccess mkdir C:/xampp/htdocs/fithriahrini/protected/commands mkdir C:/xampp/htdocs/fithriahrini/protected/commands/shell mkdir C:/xampp/htdocs/fithriahrini/protected/components
  • 7. generate protected/components/Controller.php generate protected/components/UserIdentity.php mkdir C:/xampp/htdocs/fithriahrini/protected/config generate protected/config/console.php generate protected/config/main.php generate protected/config/test.php mkdir C:/xampp/htdocs/fithriahrini/protected/controllers generate protected/controllers/SiteController.php mkdir C:/xampp/htdocs/fithriahrini/protected/data generate protected/data/schema.mysql.sql generate protected/data/schema.sqlite.sql generate protected/data/testdrive.db mkdir C:/xampp/htdocs/fithriahrini/protected/extensions mkdir C:/xampp/htdocs/fithriahrini/protected/messages mkdir C:/xampp/htdocs/fithriahrini/protected/models generate protected/models/ContactForm.php generate protected/models/LoginForm.php mkdir C:/xampp/htdocs/fithriahrini/protected/runtime mkdir C:/xampp/htdocs/fithriahrini/protected/tests generate protected/tests/bootstrap.php mkdir C:/xampp/htdocs/fithriahrini/protected/tests/fixtures mkdir C:/xampp/htdocs/fithriahrini/protected/tests/functional generate protected/tests/functional/SiteTest.php generate protected/tests/phpunit.xml mkdir C:/xampp/htdocs/fithriahrini/protected/tests/report mkdir C:/xampp/htdocs/fithriahrini/protected/tests/unit generate protected/tests/WebTestCase.php mkdir C:/xampp/htdocs/fithriahrini/protected/views mkdir C:/xampp/htdocs/fithriahrini/protected/views/layouts generate protected/views/layouts/column1.php generate protected/views/layouts/column2.php generate protected/views/layouts/main.php mkdir C:/xampp/htdocs/fithriahrini/protected/views/site generate protected/views/site/contact.php generate protected/views/site/error.php generate protected/views/site/index.php generate protected/views/site/login.php mkdir C:/xampp/htdocs/fithriahrini/protected/views/site/pages generate protected/views/site/pages/about.php generate protected/yiic generate protected/yiic.bat generate protected/yiic.php mkdir C:/xampp/htdocs/fithriahrini/themes mkdir C:/xampp/htdocs/fithriahrini/themes/classic mkdir C:/xampp/htdocs/fithriahrini/themes/classic/views generate themes/classic/views/.htaccess mkdir C:/xampp/htdocs/fithriahrini/themes/classic/views/layouts mkdir C:/xampp/htdocs/fithriahrini/themes/classic/views/site mkdir C:/xampp/htdocs/fithriahrini/themes/classic/views/system Your application has been created successfully under C:xampphtdocsfithriahri i. c:xamppphp>