SlideShare a Scribd company logo
Course Details: Course Code –MYT1315–PHP and mySQLCourse duration: Fast Track –4WeeksRegular Week days –6 WeekWeek End –8 WeeksTraining mode: Instructor led Class training | Live Virtual Training Contact: +91 90191 91856 Email: info@mytectra.comWeb:www.mytectra.comAbout myTectra: “myTectra a global learning solutions company helps transform people and organization to gain real, lasting benefits “ myTectra provides training across the technologies and functions using time tested delivery mode such as class room training , virtual training , send me a trainer , trainer connect .We are now one of the largest online training company and expanding our class room training across multiple cities. Join myTectra! Explore world of possibilities in learning andacquiring professional Skills across domains and technologiesirrespective of what kind of functional or technical background yourare from..
Topics Covered: Chapter 1: Introduction to PHP 
History of PHP 
Comparison with dynamic content alternatives (Perl, CGI, ASP, JSP, Servlets, CGI, etc) 
PHP tools and set up (web browser/server, editor, libraries, etc) 
Create a basic PHP Script 
Opening and Closing tags 
PHP as a command line or batch language 
Taking user input (HTML forms) 
Self Referring Forms 
Selecting alternatives 
Use PHP to generate HTTP headers 
Generating HTTP redirects 
Pass PHP variables via the URL 
Debugging Tips 
Where to find PHP documentationChapter 2: Taking User Input from Forms via PHP 
Creating forms with PHP 
Security Protection from Cross Site Scripting 
Using the form GET method 
Using the form POST method 
Obtaining data from forms through variables$_REQUEST,$_POSTor$_GET? 
Using hidden fields 
Secure Web Forms (HTTPS and SSL) 
Calling pages from themselves using forms 
Quoting HTML entities in user input
Chapter 3: Variables and Expressions in PHP 
Identifiers 
Data Types (integers, floats, strings and booleans) 
Type juggling 
Text constants, interpolation (strings, arrays, objects, functions), here & now documents 
Creating Variables 
Variable assignment 
Variable Scope 
Namespaces 
User-defined Constants 
String constants, variable interpolation into strings 
Array, Object & Function interpolation 
HTTP environment variables 
Magic ConstantsGLOBALSarray 
Variable ReferencesChapter 4: PHP Operators 
Arithmetic Operators 
Logical Operators 
Relational (Comparison) Operators 
The Identity Operator 
The Assignment Operators 
Increment & Decrement Operators 
Bitwise Operators 
Error Suppression Operator 
The Conditional (Ternary) Operator 
The Default Operator 
Execution Operators 
Other Operators 
Assignment Operators 
Operator Precedence and Associativity
Chapter 6: Conditional Tests and Events in PHP 
True and Falseif 
Comparing Strings and Numberselseandelseif 
Hierarchical conditions (nestedifstatements) 
The? :Operator 
Comparing for equality or identity 
Theswitch/casestatement 
Alternative Syntax for Control StructuresChapter 7: PHP Flow Control 
Loopswhiledo ... whileforbreakandcontinuegotoexitChapter 8: PHP Configuration 
Thephp.inifile 
Module Vs CGI Usageregister_globals 
Control of error logging 
Control of resource limits 
Commonly set configurations 
File system securitysafe_mode&open_basedir 
PHP4 compatibility in PHP5 
A glance at upcoming PHP6Chapter 9: PHP Functions 
Purpose of functions 
Built-in functions 
Declaring functions 
Functions Arguments 
Default Arguments 
Arguments -Call by Reference 
Return 
Returning References 
Variable Scope (global vslocal) 
Static variables 
Recursionincludeandrequire 
Variable function calls
Chapter 10: Storing Data in Arrays using PHP 
What are arrays? 
How and when to use arrays 
Indexing arrays, numeric and hashes 
Initialisingarrays 
Usingforeach 
Add/remove elements from arrays 
One-dimensional arrays 
Multi-dimensional arrays 
References to array elements 
Arrays in forms 
Array operators 
Array related functionsChapter 11: Handling Databases with PHP 
PHP's database APIs 
Error-handling strategies 
Connection/disconnection to the database, log in/log out 
Escaping strings in SQL statements 
Including common access functions 
Doing simple SQL queries via PHP 
Building HTML tables using SQL Queries 
Avoiding SQL Injection attacks 
Access to: MySql, MySqli, Oracle & MS-SQL 
Using PEAR DB 
Using PHP Data Objects -PDO 
An Insight to Smart ProgrammingChapter 12: String Manipulation in PHP 
Substring and [] operators 
Case conversion, trimming 
Formatting output data withsprintf 
Adding & removing backslashes 
Regular expressions 
Metacharacters: character classes, repetitions 
Regular Expression Examples 
Alternation and Grouping
Chapter 13: Sessions and Cookies in PHP 
What is a session? 
Dependencies on thephp.inifile 
Understanding PHP session variables 
Create a PHP session variable 
Register and modify PHP session variables 
Putting PHP session IDs in pages 
Good Practisewith sessions and PHP 
Cookie properties 
Setting a cookie in PHP 
Retrieving PHP cookies 
Expiring/Deleting PHP cookies 
Drawbacks to cookies 
Using cookies well 
Testing for cookie support 
Sessions without cookies 
Cookie Security IssuesChapter 14: File and Directory Access Using PHP 
Opening files, local and remote 
Reading & writing and moving about in filesfflush(),file(),fpassthru(),readfile() 
PHP portability on different Operating Systems 
Finding file metadata: size, ownership, modification time 
Handling file permissions 
Handling file ownership 
Copying, Renaming and Deleting Files 
File locking 
Opening and reading directories 
File uploads from the browser/userChapter 15: Other I/O Issues in PHP 
Getting IP addresses from visitors 
Getting referring URLs from visitors 
Environment variables 
Showing different content to different browsers (IE, Netscape, Firefox, Mozilla, Opera, etc) 
Handling HTTP and MIME headers
Chapter 16: Object Orientation in PHP 
Object basics 
Classes in PHP 
PHP4 -constructors 
PHP5 -constructors and destructors 
Inheritance 
Accessing instance data and functions__sleepand__wakeup__autoload 
Class constants 
PHP5 OO Additions, type hints,foreach,__autoload 
PHP 5.4 —instantiate & member access 
Objects: Assignments and Referencestry,throwcatchexception handlingChapter 18: PEAR, PECL and Smarty 
PECL quick tour 
APC -Alternative PHP Cache 
Xdebug-debugging and profiling 
PEAR installation and quick tour 
PEAR Config 
PEAR Log 
PEAR Auth (login) 
PEAR HTML_QuickForm2 
Smarty Templates 
Smarty and HTML_QuickForm2 
Smarty and QuickForm2 help with securityChapter 19: Handling Email with PHP 
Sending email 
Sending multi part email -MIME 
Accessing mail boxes -IMAP & POPChapter 20: Graphics in PHP 
Graphics basics, referencing a PHP scrip in an IMG tag 
Image MIME type 
Basic examples, line/box drawing 
Creation from an existing image 
Image copying and resizing 
Drawing text on images 
True Type fonts
Chapter 21: Putting it all together —outline 
Application design 
Quick start 
Web server configuration 
Apache Virtualhostconfig 
Simple project —2 table database 
Project skeleton 
Configuration: test & live sites 
Structure of web program 
Smarty templates for the project 
Structure of a Smarty template 
Example Smarty template 
Firefox Add-ons: Web Developer, Firebug, YSlow 
Usingrsyncto copy test to liveChapter 22: Putting it all together —database 
The database behind the application 
Designing the database 
Metadata management 
Entity-relationship (ER) diagrams 
ER Diagram example 
Data Modellingtools 
Users to access the database 
Creating the databases & tables 
Creating test dataChapter 23: Putting it all together —displaying data 
Displaying data from the database 
Outline of data display function 
Example list display function 
Displaying a list with Smarty 
More succinct use of SQL 
SQLWHEREclauses 
Combine tests in aWHEREclause 
SQL: grouping and Ordering of results 
SQLJOINLEFT,RIGHT&FULLJOINs 
Displaying long lists in pages withLIMIT 
Showing lists a page at a time 
Implementing pages in Smarty Templates 
Making Smarty and SQL play well 
Summary
Chapter 24: Acting on items in a list 
Choosing items from a list 
Big picture 
Multiple items chosen at once 
One item only to be chosen 
One item withselectactiononChange: auto submit the form 
Greyingout options 
Searching in a list 
What to do with something chosen 
ConclusionChapter 25: Create & edit data 
Creating & editing data 
Creating & editing are much the same 
Use the same names everywhere 
outline use of aHTML_QuickForm2form 
Adding fields to the form 
Field validation 
Validation types 
Smarty Template withHTML_QuickForm2 
Form validation and processing 
Display of validation errors 
ConclusionChapter 26: Putting it all together —conclusion 
Other issues 
Version control 
Audit trail 
security and access control 
Performance 
Styling and accessibility

More Related Content

DOCX
Advanced certification in php
PPTX
Entity Framework 4
PDF
An Overview of Entity Framework
PPTX
KEY
Content extraction with apache tika
PPT
Open Archives Initiative Object Reuse and Exchange
DOCX
Tcs technical interview questions
PPTX
TCS Job Interview Questions
Advanced certification in php
Entity Framework 4
An Overview of Entity Framework
Content extraction with apache tika
Open Archives Initiative Object Reuse and Exchange
Tcs technical interview questions
TCS Job Interview Questions

What's hot (13)

PPTX
Django web framework
PPT
Apache Tika end-to-end
PDF
myEquivalents, aka a new cross-reference service
PPT
Content Analysis with Apache Tika
PPT
contentDM
PPT
Apache Tika
PPT
Linked Data Driven Data Virtualization for Web-scale Integration
PPT
Text and metadata extraction with Apache Tika
PPTX
Metadata & Brokering - a modern approach for INGV RI
DOC
Open Archives Initiatives For Metadata Harvesting
PPTX
Object oriented database concepts
PPT
Linked Data Planet Key Note
PDF
What's new with Apache Tika?
Django web framework
Apache Tika end-to-end
myEquivalents, aka a new cross-reference service
Content Analysis with Apache Tika
contentDM
Apache Tika
Linked Data Driven Data Virtualization for Web-scale Integration
Text and metadata extraction with Apache Tika
Metadata & Brokering - a modern approach for INGV RI
Open Archives Initiatives For Metadata Harvesting
Object oriented database concepts
Linked Data Planet Key Note
What's new with Apache Tika?
Ad

Viewers also liked (16)

PPTX
Question 3 media studies evaluation
PPTX
Question 7 media studies evaluation
PPTX
Phase 2 fmst 12 power point lesson 5
DOC
Partea 2
PDF
2. How does your media product represent particular social groups?
PDF
Preaching Beyond the (Green) Choir
PDF
Beume março16 pdf
PPTX
[SITCON2015] 自己的異質多核心平台自己幹
PPTX
bayi lahir tidak menangis heni
PDF
Presentazione dei Corsi di Studio - DIETI - ScuolaPSB - UniNa
PPTX
Evaluation 1
PDF
2. How does your media product represent particular social groups?
PDF
Www myseoservices4u co_uk (1)
DOCX
Java oop concepts
PDF
Govt Banned Rs. 500 and Rs 1000 Notes from November 2016
DOCX
Resume-Gopalkrishna Pandey - Latest
Question 3 media studies evaluation
Question 7 media studies evaluation
Phase 2 fmst 12 power point lesson 5
Partea 2
2. How does your media product represent particular social groups?
Preaching Beyond the (Green) Choir
Beume março16 pdf
[SITCON2015] 自己的異質多核心平台自己幹
bayi lahir tidak menangis heni
Presentazione dei Corsi di Studio - DIETI - ScuolaPSB - UniNa
Evaluation 1
2. How does your media product represent particular social groups?
Www myseoservices4u co_uk (1)
Java oop concepts
Govt Banned Rs. 500 and Rs 1000 Notes from November 2016
Resume-Gopalkrishna Pandey - Latest
Ad

Similar to P mysql training in bangalore (20)

PDF
Php & mysql course syllabus
DOCX
Php learn
PDF
Php training centre in adyar
PDF
PHP | ZENUS INFOTECH INDIA PVT. LTD.
PDF
Php training centre in Adyar
PDF
Php my sql programing - brochure
PDF
PHP Training in Hyderabad
PDF
PHP Training Institute, Ghaziabad
PDF
Php Online Training
PDF
What is php
DOCX
What is php
DOC
phptraininginindore
PDF
Giao trinh php 2009 vo duy tuan - final
PPTX
Software development
PDF
Industrail training in php
PDF
Php Web Development Building Dynamic Websites Web Development Series Edet
PDF
Php course-syllabus
PDF
Php Training Canada
PDF
PHP MYSQL Training in Bangalore
Php & mysql course syllabus
Php learn
Php training centre in adyar
PHP | ZENUS INFOTECH INDIA PVT. LTD.
Php training centre in Adyar
Php my sql programing - brochure
PHP Training in Hyderabad
PHP Training Institute, Ghaziabad
Php Online Training
What is php
What is php
phptraininginindore
Giao trinh php 2009 vo duy tuan - final
Software development
Industrail training in php
Php Web Development Building Dynamic Websites Web Development Series Edet
Php course-syllabus
Php Training Canada
PHP MYSQL Training in Bangalore

More from myTectra Learning Solutions Private Ltd (20)

PDF
Best Ansible Training in Bangalore. Join myTectra Now
PDF
Best Oracle Apps Technical Training in Bangalore.myTectra
PDF
Best Oracle PL SQL Training in Bangalore. Join myTectra
PDF
Best ExtJS Training in Bangalore. Join myTectra Now
PDF
The MapReduce Design Patterns Training in Banhgalore
PDF
Statistics Essentials for Analytics Training in Bangalore
PDF
C Programming and Data Structures Training In Bangalore
PDF
Essentials of Professional VLSI Digital Design Training
PDF
The Predictive Modelling in R Training in Bangalore
PDF
The Best Comprehensive MapReduce Training in Bangalore
PDF
Decision Tree Modeling Using R Training in Bangalore
PDF
The Persistence with Hibernate Training in Bangalore
PDF
Design Patterns Training From myTectra in Bangalore
PDF
The Apache Solr Training From myTectra in Bangalore
PPTX
The Best Microsoft Project 2013 Training in Bangalore
PDF
Six Sigma Green Belt Training in Bangalore,By myTectra
PDF
The Measuring Social Media ROI Training in Bangalore
PDF
CRM Salesforce Training From myTectra in Bangalore
PDF
The Apache Ambari Training From myTectra in Bangalore
PDF
Analytics For Retail Banking Training in Bangalore
Best Ansible Training in Bangalore. Join myTectra Now
Best Oracle Apps Technical Training in Bangalore.myTectra
Best Oracle PL SQL Training in Bangalore. Join myTectra
Best ExtJS Training in Bangalore. Join myTectra Now
The MapReduce Design Patterns Training in Banhgalore
Statistics Essentials for Analytics Training in Bangalore
C Programming and Data Structures Training In Bangalore
Essentials of Professional VLSI Digital Design Training
The Predictive Modelling in R Training in Bangalore
The Best Comprehensive MapReduce Training in Bangalore
Decision Tree Modeling Using R Training in Bangalore
The Persistence with Hibernate Training in Bangalore
Design Patterns Training From myTectra in Bangalore
The Apache Solr Training From myTectra in Bangalore
The Best Microsoft Project 2013 Training in Bangalore
Six Sigma Green Belt Training in Bangalore,By myTectra
The Measuring Social Media ROI Training in Bangalore
CRM Salesforce Training From myTectra in Bangalore
The Apache Ambari Training From myTectra in Bangalore
Analytics For Retail Banking Training in Bangalore

Recently uploaded (20)

PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Insiders guide to clinical Medicine.pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
01-Introduction-to-Information-Management.pdf
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Pharma ospi slides which help in ospi learning
PPTX
Institutional Correction lecture only . . .
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Pre independence Education in Inndia.pdf
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Insiders guide to clinical Medicine.pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Microbial diseases, their pathogenesis and prophylaxis
VCE English Exam - Section C Student Revision Booklet
01-Introduction-to-Information-Management.pdf
Pharmacology of Heart Failure /Pharmacotherapy of CHF
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Pharma ospi slides which help in ospi learning
Institutional Correction lecture only . . .
PPH.pptx obstetrics and gynecology in nursing
STATICS OF THE RIGID BODIES Hibbelers.pdf
Pre independence Education in Inndia.pdf

P mysql training in bangalore

  • 1. Course Details: Course Code –MYT1315–PHP and mySQLCourse duration: Fast Track –4WeeksRegular Week days –6 WeekWeek End –8 WeeksTraining mode: Instructor led Class training | Live Virtual Training Contact: +91 90191 91856 Email: info@mytectra.comWeb:www.mytectra.comAbout myTectra: “myTectra a global learning solutions company helps transform people and organization to gain real, lasting benefits “ myTectra provides training across the technologies and functions using time tested delivery mode such as class room training , virtual training , send me a trainer , trainer connect .We are now one of the largest online training company and expanding our class room training across multiple cities. Join myTectra! Explore world of possibilities in learning andacquiring professional Skills across domains and technologiesirrespective of what kind of functional or technical background yourare from..
  • 2. Topics Covered: Chapter 1: Introduction to PHP History of PHP Comparison with dynamic content alternatives (Perl, CGI, ASP, JSP, Servlets, CGI, etc) PHP tools and set up (web browser/server, editor, libraries, etc) Create a basic PHP Script Opening and Closing tags PHP as a command line or batch language Taking user input (HTML forms) Self Referring Forms Selecting alternatives Use PHP to generate HTTP headers Generating HTTP redirects Pass PHP variables via the URL Debugging Tips Where to find PHP documentationChapter 2: Taking User Input from Forms via PHP Creating forms with PHP Security Protection from Cross Site Scripting Using the form GET method Using the form POST method Obtaining data from forms through variables$_REQUEST,$_POSTor$_GET? Using hidden fields Secure Web Forms (HTTPS and SSL) Calling pages from themselves using forms Quoting HTML entities in user input
  • 3. Chapter 3: Variables and Expressions in PHP Identifiers Data Types (integers, floats, strings and booleans) Type juggling Text constants, interpolation (strings, arrays, objects, functions), here & now documents Creating Variables Variable assignment Variable Scope Namespaces User-defined Constants String constants, variable interpolation into strings Array, Object & Function interpolation HTTP environment variables Magic ConstantsGLOBALSarray Variable ReferencesChapter 4: PHP Operators Arithmetic Operators Logical Operators Relational (Comparison) Operators The Identity Operator The Assignment Operators Increment & Decrement Operators Bitwise Operators Error Suppression Operator The Conditional (Ternary) Operator The Default Operator Execution Operators Other Operators Assignment Operators Operator Precedence and Associativity
  • 4. Chapter 6: Conditional Tests and Events in PHP True and Falseif Comparing Strings and Numberselseandelseif Hierarchical conditions (nestedifstatements) The? :Operator Comparing for equality or identity Theswitch/casestatement Alternative Syntax for Control StructuresChapter 7: PHP Flow Control Loopswhiledo ... whileforbreakandcontinuegotoexitChapter 8: PHP Configuration Thephp.inifile Module Vs CGI Usageregister_globals Control of error logging Control of resource limits Commonly set configurations File system securitysafe_mode&open_basedir PHP4 compatibility in PHP5 A glance at upcoming PHP6Chapter 9: PHP Functions Purpose of functions Built-in functions Declaring functions Functions Arguments Default Arguments Arguments -Call by Reference Return Returning References Variable Scope (global vslocal) Static variables Recursionincludeandrequire Variable function calls
  • 5. Chapter 10: Storing Data in Arrays using PHP What are arrays? How and when to use arrays Indexing arrays, numeric and hashes Initialisingarrays Usingforeach Add/remove elements from arrays One-dimensional arrays Multi-dimensional arrays References to array elements Arrays in forms Array operators Array related functionsChapter 11: Handling Databases with PHP PHP's database APIs Error-handling strategies Connection/disconnection to the database, log in/log out Escaping strings in SQL statements Including common access functions Doing simple SQL queries via PHP Building HTML tables using SQL Queries Avoiding SQL Injection attacks Access to: MySql, MySqli, Oracle & MS-SQL Using PEAR DB Using PHP Data Objects -PDO An Insight to Smart ProgrammingChapter 12: String Manipulation in PHP Substring and [] operators Case conversion, trimming Formatting output data withsprintf Adding & removing backslashes Regular expressions Metacharacters: character classes, repetitions Regular Expression Examples Alternation and Grouping
  • 6. Chapter 13: Sessions and Cookies in PHP What is a session? Dependencies on thephp.inifile Understanding PHP session variables Create a PHP session variable Register and modify PHP session variables Putting PHP session IDs in pages Good Practisewith sessions and PHP Cookie properties Setting a cookie in PHP Retrieving PHP cookies Expiring/Deleting PHP cookies Drawbacks to cookies Using cookies well Testing for cookie support Sessions without cookies Cookie Security IssuesChapter 14: File and Directory Access Using PHP Opening files, local and remote Reading & writing and moving about in filesfflush(),file(),fpassthru(),readfile() PHP portability on different Operating Systems Finding file metadata: size, ownership, modification time Handling file permissions Handling file ownership Copying, Renaming and Deleting Files File locking Opening and reading directories File uploads from the browser/userChapter 15: Other I/O Issues in PHP Getting IP addresses from visitors Getting referring URLs from visitors Environment variables Showing different content to different browsers (IE, Netscape, Firefox, Mozilla, Opera, etc) Handling HTTP and MIME headers
  • 7. Chapter 16: Object Orientation in PHP Object basics Classes in PHP PHP4 -constructors PHP5 -constructors and destructors Inheritance Accessing instance data and functions__sleepand__wakeup__autoload Class constants PHP5 OO Additions, type hints,foreach,__autoload PHP 5.4 —instantiate & member access Objects: Assignments and Referencestry,throwcatchexception handlingChapter 18: PEAR, PECL and Smarty PECL quick tour APC -Alternative PHP Cache Xdebug-debugging and profiling PEAR installation and quick tour PEAR Config PEAR Log PEAR Auth (login) PEAR HTML_QuickForm2 Smarty Templates Smarty and HTML_QuickForm2 Smarty and QuickForm2 help with securityChapter 19: Handling Email with PHP Sending email Sending multi part email -MIME Accessing mail boxes -IMAP & POPChapter 20: Graphics in PHP Graphics basics, referencing a PHP scrip in an IMG tag Image MIME type Basic examples, line/box drawing Creation from an existing image Image copying and resizing Drawing text on images True Type fonts
  • 8. Chapter 21: Putting it all together —outline Application design Quick start Web server configuration Apache Virtualhostconfig Simple project —2 table database Project skeleton Configuration: test & live sites Structure of web program Smarty templates for the project Structure of a Smarty template Example Smarty template Firefox Add-ons: Web Developer, Firebug, YSlow Usingrsyncto copy test to liveChapter 22: Putting it all together —database The database behind the application Designing the database Metadata management Entity-relationship (ER) diagrams ER Diagram example Data Modellingtools Users to access the database Creating the databases & tables Creating test dataChapter 23: Putting it all together —displaying data Displaying data from the database Outline of data display function Example list display function Displaying a list with Smarty More succinct use of SQL SQLWHEREclauses Combine tests in aWHEREclause SQL: grouping and Ordering of results SQLJOINLEFT,RIGHT&FULLJOINs Displaying long lists in pages withLIMIT Showing lists a page at a time Implementing pages in Smarty Templates Making Smarty and SQL play well Summary
  • 9. Chapter 24: Acting on items in a list Choosing items from a list Big picture Multiple items chosen at once One item only to be chosen One item withselectactiononChange: auto submit the form Greyingout options Searching in a list What to do with something chosen ConclusionChapter 25: Create & edit data Creating & editing data Creating & editing are much the same Use the same names everywhere outline use of aHTML_QuickForm2form Adding fields to the form Field validation Validation types Smarty Template withHTML_QuickForm2 Form validation and processing Display of validation errors ConclusionChapter 26: Putting it all together —conclusion Other issues Version control Audit trail security and access control Performance Styling and accessibility