ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


project:include_file_guide

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
v5:reference:include_file_guide [2016/01/14 03:17] – [Description] mnewnhamproject:include_file_guide [2022/07/08 13:57] – [Core application] rename to 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. Other helpful notes are:+This page describes the required and optional include files for use in applications.
  
-  There is no support in ADOdb Version for autoloading. +<WRAP important> 
-  * There is no support in ADOdb Version 5 for namespacing +Please note that **ADOdb version does not support //autoloading// or //namespaces//**.
  
-===== Core application =====+When using Composer, only the Library's core ''adodb.inc.php'' is included for you.  
 +If your project requires additional components, the relevant files still need to be included as described in this document. 
 +</WRAP> 
 + 
 +===== 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>
project/include_file_guide.txt · Last modified: 2022/07/08 14:02 by dregad