Sample files to test the new FileBlob.extension method

This commit is contained in:
Paul Chaignon
2014-06-19 18:34:37 +02:00
parent e91caeaade
commit 58ae0908e3
3 changed files with 65464 additions and 64786 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(),
""
),
);
?>