|
Project Information
Featured
Links
|
This is the PHP code library that I use every day when I develop sites. Very procedural; few classes or object-oriented techniques. Easy to learn! Easy to use. Project Goals This library aspires to be: - efficient - should invoke no excess overhead, executed code should be as short as possible, functions overlap as little as possible. should make maximal use of its internal devices.
- comprehensible - comments are frequent. the code strives to be as internally-consistent as possible with its devices and naming conventions.
- secure - should thwart attempts to subvert it or its parent site
- stable - should be stable. note though this is the last priority; developers shouldn't be afraid to break compatibility to achieve gains in the areas above.
|