Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

SQLite 3 with PHP Essential Training

Posted By: Landau17
SQLite 3 with PHP Essential Training

SQLite 3 with PHP Essential Training
MP4 | Video: 540p | Duration: 6:01:52 | English | Subtitles: VTT | 504.4 MB



In SQLite 3 with PHP Essential Training, Bill Weinman addresses all of SQLite’s major features in the context of the PHP environment. This course covers the fundamentals of SQLite, including a thorough overview of its unique data type system, expressions, functions, transactions, views, and event triggers. A functional CRUD application and web site testimonial engine are demonstrated, and a quick-start guide is included to get experienced developers up and running fast. Exercise files are included in the course.

Topics include:
  • Creating a database
  • Setting permissions for a database
  • Storing data with SQLite data types
  • Using SQL statements like SELECT and UPDATE
  • Understanding expressions in SQLite
  • Matching patterns and values
  • Working with core functions
  • Counting, finding, and grouping with aggregates
  • Formatting dates and times
  • Sorting and indexing
  • Reusing queries with subselects and views
  • Automating queries with triggers