darkain / pudl

PHP Universal Database Library - connects to and generates queries for SQL Servers
BSD 2-Clause "Simplified" License
28 stars 5 forks source link

PUDL Internal API #7

Open darkain opened 5 years ago

darkain commented 5 years ago

1) all internal protected/private API calls should be prefixed with _ (underscore) 2) move non-categorical internal API calls to pudlInternal trait 3) document all internal APIs for future expansion, such as for new database engines