Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #18461
| From | "J.O. Aho" <user@example.net> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: content of /usr/include/*.php files |
| Date | 2020-12-14 13:37 +0100 |
| Message-ID | <i3p4keFmi2fU1@mid.individual.net> (permalink) |
| References | <rr7c6j$1f3c$1@gioia.aioe.org> |
On 14/12/2020 10.44, alex wrote: > The files contained in these directories, in turn, what should they > contain? > /usr/include c/c++ header files only for libraries that you have installed on your system. > ~/include Up to you, avoid to store headers and stuff here as you will complicate your project and may break it from working on other systems. > <my-project>/include headers files that are part of your project., for example *.h / .hpp some php projects uses this for a location of files with functionality used in many parts of the project and default values as constants, classes that works as data containers. In many PHP projects this is called libs instead, as PHP do not really use headers like c/c++. -- //Aho
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
content of /usr/include/*.php files alex <1j9448a02@lnx159sneakemail.com.invalid> - 2020-12-14 10:44 +0100
Re: content of /usr/include/*.php files "J.O. Aho" <user@example.net> - 2020-12-14 13:37 +0100
Re: content of /usr/include/*.php files alex <1j9448a02@lnx159sneakemail.com.invalid> - 2020-12-15 16:20 +0100
csiph-web