Sample files to test the new FileBlob.extension method

This commit is contained in:
Paul Chaignon
2014-06-19 18:34:37 +02:00
committed by Arfon Smith
parent be9e187cc6
commit a5475bf839
3 changed files with 68425 additions and 10357 deletions

34
samples/PHP/filenames/.php Executable file
View File

@@ -0,0 +1,34 @@
#!/usr/bin/env php
<?
$aMenuLinks = Array(
Array(
"Blog",
SITE_DIR,
Array(),
Array(),
""
),
Array(
"Photos",
SITE_DIR."photo/",
Array(),
Array(),
""
),
Array(
"About me",
SITE_DIR."about.php",
Array(),
Array(),
""
),
Array(
"Contact",
SITE_DIR."contacts.php",
Array(),
Array(),
""
),
);
?>