Skip to content

Commit

Permalink
project changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nsiatras committed Sep 30, 2022
1 parent bda5c1d commit 7339ce4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions debug.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php
require_once(__DIR__ . "/berry/utils.php"); // Include berry utils package

// Initialize an HTMLHelper
$htmlHelper = new HTMLHelper();

$string = "PHP-Berry framework for PHP backend applications";

// Convert $string to url friendly and print it
print $htmlHelper->URLFriendly($string);
?>
6 changes: 6 additions & 0 deletions nbproject/private/private.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group>
<file>file:/C:/Development/php-berry/berry/utils/HTMLHelper.php</file>
<file>file:/C:/Development/php-berry/debug.php</file>
</group>
</open-files>
</project-private>

0 comments on commit 7339ce4

Please sign in to comment.