This commit is contained in:
IDEZ Ugo
2022-02-11 16:01:16 +01:00
parent d1ea47881e
commit 4ffb4f5de8
25 changed files with 766 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
copy.src.files=false
copy.src.on.open=false
copy.src.target=/var/www/PhpProject3
index.file=index.php
run.as=LOCAL
url=http://localhost/PHPProjects/Bucheron/

View File

@@ -0,0 +1,21 @@
<?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:/home/pierre.perdigues/PHPProjects/Bucheron/css/style.css</file>
<file>file:/home/pierre.perdigues/PHPProjects/Bucheron/index.php</file>
<file>file:/home/pierre.perdigues/PHPProjects/Bucheron/include/getSecteur.php</file>
<file>file:/home/pierre.perdigues/PHPProjects/Bucheron/bdd/BucheronSQL.php</file>
<file>file:/home/pierre.perdigues/PHPProjects/Bucheron/affectation.php</file>
<file>file:/home/pierre.perdigues/PHPProjects/Bucheron/include/chargementClasses.php</file>
<file>file:/home/pierre.perdigues/PHPProjects/Bucheron/js/main.js</file>
<file>file:/home/pierre.perdigues/PHPProjects/Bucheron/include/getBucheron.php</file>
<file>file:/home/pierre.perdigues/PHPProjects/Bucheron/include/gestionDate.php</file>
<file>file:/home/pierre.perdigues/PHPProjects/Bucheron/include/getEspece.php</file>
<file>file:/home/pierre.perdigues/PHPProjects/Bucheron/bdd/EspeceSQL.php</file>
<file>file:/home/pierre.perdigues/PHPProjects/Bucheron/bdd/SecteurSQL.php</file>
<file>file:/home/pierre.perdigues/PHPProjects/Bucheron/bdd/Connexion.php</file>
</group>
</open-files>
</project-private>

View File

@@ -0,0 +1,10 @@
auxiliary.org-netbeans-modules-php-editor.fluent_2e_setter_2e_project_2e_property=false
auxiliary.org-netbeans-modules-php-editor.getter_2e_setter_2e_method_2e_name_2e_generation=AS_JAVA
auxiliary.org-netbeans-modules-php-editor.public_2e_modifier_2e_project_2e_property=true
include.path=${php.global.include.path}
php.version=PHP_80
source.encoding=UTF-8
src.dir=.
tags.asp=false
tags.short=false
web.root=.

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.php.project</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/php-project/1">
<name>Bucheron</name>
</data>
</configuration>
</project>