php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "traditional MVC"

Are there best practices for handling form submissions in PHP without using a traditional Submit button?

When handling form submissions in PHP without using a traditional Submit button, you can use JavaScript to capture form data and send it to a PHP scri...

What is the difference between traditional arrays and PHP's HashMap when it comes to indexing?

Traditional arrays in PHP use numerical indexes to access elements, while PHP's HashMap (associative arrays) use keys to access elements. The differen...

What are the potential pitfalls of using phtml files as models in PHP MVC frameworks, and how can developers avoid them?

Using phtml files as models in PHP MVC frameworks can lead to a lack of separation of concerns and make the code harder to maintain. To avoid this pit...

In the MVC pattern, what is the recommended way to pass query results from the model to the view in PHP?

In the MVC pattern, the recommended way to pass query results from the model to the view in PHP is by using a controller to retrieve the data from the...

What are some best practices for designing a simple website with features like registration, login, and forum using OOP PHP and MVC?

When designing a simple website with features like registration, login, and forum using OOP PHP and MVC, it's essential to separate concerns by follow...

Showing 46 to 50 of 1288 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 257 258 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.