d9d776af19
Relates to #141 Relates to #133 Modifications - move URL cleanup to `application/Url.php` - rework the cleanup function - fragments: `#stuff` - GET parameters: `?var1=val1&var2=val2` - add documentation (APIs the params belong to) - add test coverage Reference - http://php.net/parse_url - http://php.net/manual/en/language.oop5.magic.php#language.oop5.magic.tostring Signed-off-by: VirtualTam <virtualtam@flibidi.net>
23 lines
307 B
Text
23 lines
307 B
Text
# Ignore data/, tmp/, cache/ and pagecache/
|
|
data
|
|
tmp
|
|
cache
|
|
pagecache
|
|
|
|
# Eclipse project files
|
|
.settings
|
|
.buildpath
|
|
.project
|
|
|
|
# Ignore raintpl generated pages
|
|
*.rtpl.php
|
|
|
|
# Ignore test dependencies
|
|
composer.lock
|
|
/vendor/
|
|
|
|
# Ignore test data & output
|
|
coverage
|
|
tests/datastore.php
|
|
tests/dummycache/
|
|
phpmd.html
|