-
Урок 1. 00:01:04Welcome
-
Урок 2. 00:02:08What you should know before watching this course
-
Урок 3. 00:04:56Using the exercise files
-
Урок 4. 00:01:11Setting SQLite permissions
-
Урок 5. 00:04:14A quick primer on using PHP objects
-
Урок 6. 00:04:05Overview of PHP database APIs
-
Урок 7. 00:04:24Using prepared statements
-
Урок 8. 00:01:43Using transactions
-
Урок 9. 00:02:04Creating a database source name
-
Урок 10. 00:07:27Connecting to a database with PDO
-
Урок 11. 00:03:49Looping directly over a SELECT query
-
Урок 12. 00:08:03Fetching a result set
-
Урок 13. 00:07:14Finding the number of results from a SELECT query
-
Урок 14. 00:03:32Checking if a SELECT query contains results
-
Урок 15. 00:06:03Executing simple non-SELECT queries
-
Урок 16. 00:07:17Getting error messages
-
Урок 17. 00:03:30Using the quote() method to sanitize user input
-
Урок 18. 00:02:36Binding input and output values
-
Урок 19. 00:09:51Using named parameters
-
Урок 20. 00:02:35Using question marks as anonymous placeholders
-
Урок 21. 00:05:20Passing an array of values to the execute() method
-
Урок 22. 00:07:53Binding results to variables
-
Урок 23. 00:06:54Executing a transaction
-
Урок 24. 00:04:42Closing the cursor before running another query
-
Урок 25. 00:02:44Generating an array from a pair of columns
-
Урок 26. 00:04:42Setting an existing object`s properties with a database result
-
Урок 27. 00:06:01Creating an instance of a specific class with a database result
-
Урок 28. 00:07:53Reusing a result set
-
Урок 29. 00:05:58Connecting to a database with MySQLi
-
Урок 30. 00:01:57Setting the character set
-
Урок 31. 00:04:04Submitting a SELECT query and getting the number of results
-
Урок 32. 00:07:35Fetching the result
-
Урок 33. 00:03:20Rewinding the result for reuse
-
Урок 34. 00:05:27Handling non-SELECT queries
-
Урок 35. 00:05:47Getting error messages
-
Урок 36. 00:04:07Sanitizing user input with real_escape_string()
-
Урок 37. 00:04:17Initializing and preparing a statement
-
Урок 38. 00:05:55Binding parameters and executing a prepared statement
-
Урок 39. 00:05:06Binding output variables
-
Урок 40. 00:07:05Executing a MySQLi transaction
-
Урок 41. 00:05:26Dealing with commands out of sync in prepared statements
-
Урок 42. 00:04:19Buffered and unbuffered queries
-
Урок 43. 00:06:01Using real_query()
-
Урок 44. 00:02:31Freeing resources that are no longer needed
-
Урок 45. 00:06:42Submitting multiple queries
-
Урок 46. 00:04:35Creating an instance of a class from a result set
-
Урок 47. 00:03:31PDO and MySQLi compared
- Категории
- Источники
- Все курсы
- Разделы
- Книги