project:include_file_guide
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| project:include_file_guide [2016/01/17 02:59] – ↷ Page moved from v5:reference:include_file_guide to project:include_file_guide mnewnham | project:include_file_guide [2022/07/08 14:02] (current) – [Core Library] dregad | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Include File Guide ====== | ====== Include File Guide ====== | ||
| ===== Description ===== | ===== Description ===== | ||
| - | This page describes the required and optional include files for use in applications. | + | This page describes the required and optional include files for use in applications. |
| - | | + | <WRAP important> |
| - | * There is no support in ADOdb Version 5 for namespacing | + | Please note that **ADOdb |
| - | ===== Core application | + | When using Composer, only the Library' |
| + | If your project requires additional components, the relevant files still need to be included as described in this document. | ||
| + | </ | ||
| + | |||
| + | ===== Core Library | ||
| The following include file is required for all database applications: | The following include file is required for all database applications: | ||
| <code php> | <code php> | ||
| Line 16: | Line 20: | ||
| [[v5: | [[v5: | ||
| - | Any driver and library files automatically | + | Any necessary |
| + | However, if you are modifying ADOdb files and are having difficulties debugging, your optional core includes can look like this: | ||
| <code php> | <code php> | ||
| require ' | require ' | ||
| Line 24: | Line 30: | ||
| require ' | require ' | ||
| </ | </ | ||
| + | |||
| + | <WRAP tip> | ||
| + | When using Composer, with default settings the actual value for the // | ||
| + | </ | ||
| ===== Date/Time Library ===== | ===== Date/Time Library ===== | ||
project/include_file_guide.1452995993.txt.gz · Last modified: (external edit)
