Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swissalps/swissalpsphp

collection of php classes that I seem to use often. Some are changed slightly
https://github.com/swissalps/swissalpsphp

Last synced: 4 days ago
JSON representation

collection of php classes that I seem to use often. Some are changed slightly

Awesome Lists containing this project

README

        

SwissalpSphp.git/README
author: Luke aka [email protected]
licence: Creative Commons where not specified otherwise.
group: developers tools
version(date): 20110205_220032

This is a collection of php classes, functions and snippets that I have found
usefull in the past.

Those in _external are hosted and maintained by others. Some have slightly been
modified to play well with some of my development systems

In _synergize there are mainly functions and classes that I wrote while learning
PHOCOA most are from PEAR

Generally a file beginning with 'SssS', abbreviation of 'SwissalpS', was either
fully written by me, SwissalpS, or I have done reasonable changes to the original
script. Without the 'SssS' prefix, the file probably comes from someone else.
To be sure, look at the information in the files. Though they may lack some
commenting, the credits are there.

.inc Extensions are php files with < ? php ? > tags and are not meant to output
anything if included.

.phps are scripts that can be run from 'command line'

.php are either same as .inc or 'active' php scripts like index.php --> they
output (x)html and may contain html. (as a rule of thumb)

.conf files are mostly php but may also be a configuration file of some other
format.

.plist files are xml files defined and 'owned' (just the format) by Apple(tm)

.scpt files are Apple Script, also by Apple(tm) they may have other language
scripts bundled inside

.SssStemplate files can be any text language (UTF-8, no BOM, Unix LF)
they are used by the SssSphocoaGen system. Basically the generator replaces
all '##labelXYZ##' with values from plist or deduced from host.

Packages that use parts of this package:
SwissalpS/brainZphp
SwissalpS/phocoa

Packages that this package may want to use:
SwissalpS/phocoa