php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "module API"

What are the differences between Apache module and (Fast)CGI in PHP?

The main difference between Apache module and (Fast)CGI in PHP is how they handle PHP scripts. Apache module runs PHP scripts as part of the web serve...

What are best practices for handling module activation and deactivation in PHP, particularly within a CMS environment?

When working with modules in a CMS environment, it is important to properly handle module activation and deactivation to ensure smooth functionality a...

What are some best practices for organizing controller, module, and action parameters in Zend_Route for PHP applications?

When organizing controller, module, and action parameters in Zend_Route for PHP applications, it is important to follow a consistent naming convention...

Are there any specific best practices to follow when choosing between PHP as CGI or as an Apache Module?

When choosing between PHP as CGI or as an Apache Module, it is generally recommended to use PHP as an Apache Module for better performance and efficie...

Is it possible to retrieve all module titles from the modules_language table in PHP database queries?

To retrieve all module titles from the modules_language table in PHP database queries, you can use a SELECT query to fetch the titles from the table....

Showing 36 to 40 of 3131 results

‹ 1 2 ... 5 6 7 8 9 10 11 ... 626 627 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.