project:include_file_guide
                Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v5:reference:include_file_guide [2016/01/14 03:16] – [Description] 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> | 
| - |  | + | 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.1452737818.txt.gz · Last modified:  (external edit)
                
                