File tree 2 files changed +17
-0
lines changed
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+ require_once (__DIR__ . "/berry/utils.php " ); // Include berry utils package
3
+
4
+ // Initialize an HTMLHelper
5
+ $ htmlHelper = new HTMLHelper ();
6
+
7
+ $ string = "PHP-Berry framework for PHP backend applications " ;
8
+
9
+ // Convert $string to url friendly and print it
10
+ print $ htmlHelper ->URLFriendly ($ string );
11
+ ?>
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project-private xmlns =" http://www.netbeans.org/ns/project-private/1" >
3
3
<editor-bookmarks xmlns =" http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId =" 0" />
4
+ <open-files xmlns =" http://www.netbeans.org/ns/projectui-open-files/2" >
5
+ <group >
6
+ <file >file:/C:/Development/php-berry/berry/utils/HTMLHelper.php</file >
7
+ <file >file:/C:/Development/php-berry/debug.php</file >
8
+ </group >
9
+ </open-files >
4
10
</project-private >
You can’t perform that action at this time.
0 commit comments