php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "DB load"

What are the potential pitfalls of using a DB class with multiple instances in a loop in PHP?

Using a DB class with multiple instances in a loop can lead to inefficient resource usage and potential connection issues. To solve this, it's better...

Are there any potential pitfalls or drawbacks to fetching the DB adapter from Zend_Registry in every model in ZendFramework?

Fetching the DB adapter from Zend_Registry in every model can lead to tight coupling and make it difficult to unit test the models in isolation. To so...

What is the purpose of using a DB class in PHP and how can it be utilized effectively?

The purpose of using a DB class in PHP is to encapsulate database operations, making it easier to manage database connections, execute queries, and ha...

How can PHP developers create SQL Views in MySQLi when the $db -> QueryArray() function is not supported?

When the $db -> QueryArray() function is not supported in MySQLi, PHP developers can still create SQL Views by executing a SQL query using the $db ->...

What are some alternative approaches to using PHP for updating data in MySQL DB tables from CSV files, considering the limitations of the current process?

The current process of updating data in MySQL DB tables from CSV files using PHP may be limited by performance issues, memory constraints, or scalabil...

Showing 16 to 20 of 4239 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 847 848 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.