CakeFest 2025 Madrid: The Official CakePHP Conference

Voting

: min(nine, nine)?
(Example: nine)

The Note You're Voting On

info () gaj ! design
8 years ago
Not mentioned in the documentation, this function acts like include:

"Files are included based on the file path given or, if none is given, the include_path specified. If the file isn't found in the include_path, include will finally check in the calling script's own directory and the current working directory before failing."

(At least for PHP 7; have not checked PHP 5.)

<< Back to user notes page

To Top