blob: 151546bcb5080dc8ff86ea88104ead57da2882e9 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<!--
Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
-->
<head>
<title>Parcours d'apprentissage PHP - Tutoriels, Guides et Articles de NetBeans IDE </title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<meta http-equiv="Content-Style-Type" content="text/css" >
<meta name="description" CONTENT="Collection de ressources pour le développement d'applications PHP dans l'IDE NetBeans">
<link rel="stylesheet" type="text/css" href="../../netbeans.css">
<meta name="keywords" content="java IDE, éditeur Java, Plateforme Java, gratuit, open source, développement Java, support j2ee, environnement de développement, développement web, NetBeans, IDE, java" >
</head>
<body class="composite">
<!-- begin TopTabs -->
<!-- end TopTabs -->
<!-- Begin Content Area -->
<!-- Servlet-Specific template -->
<h1>Parcours d'Apprentissage PHP</h1>
<h4>Développer des applications PHP dans l'IDE NetBeans</h4>
<p>vous trouvez ci-bas quelques ressources sur l'utilisation de l'EDI NetBeans dans le développement d'applications PHP.
Le support du PHP dans l'EDI NetBans évolue rapidement, les ressources sur cette page sont destinées pour la version 6.5 de NetBeans </p>
<table class="full-width">
<tbody>
<tr>
<td width="50%" class="valign-top">
<div class="trail-box">
<div class="trail-box-header">
<img src="../../images_www/v6/trails/trails-box-tr.png" width="7" height="21" class="right">
<img src="../../images_www/v6/trails/trails-box-tl.png" width="7" height="21" class="left">
<!-- here is the box header -->
<h1>Getting Started<a name="start-netbeans"></a></h1>
</div>
<div class="trail-box-content">
<ul>
<li><a href="../../kb/docs/php/quickstart.html">NetBeans IDE PHP Quick Start Tutorial</a></li>
<li><a href="../../kb/docs/php/project-setup.html">Setting Up a PHP Project</a></li>
</ul>
</div>
<div class="trail-box-bottom">
<img src="../../images_www/v6/trails/trails-box-br.png" width="7" height="6" class="right">
<img src="../../images_www/v6/trails/trails-box-bl.png" width="7" height="6" class="left">
</div>
</div>
<div class="trail-box">
<div class="trail-box-header">
<img src="../../images_www/v6/trails/trails-box-tr.png" width="7" height="21" class="right">
<img src="../../images_www/v6/trails/trails-box-tl.png" width="7" height="21" class="left">
<!-- here is the box header -->
<h1>Tutorials and Articles</h1>
</div>
<div class="trail-box-content">
<p><b>Configuring Your Environment for PHP Development</b><a name="configuration"></a></p>
<ul class="b-bottom-dashed">
<li><a href="../../kb/docs/php/configure-php-environment-windows.html">Configuring the Environment in Windows</a></li>
<li><a href="../docs/ide/install-and-configure-mysql-server.html">Configuring the MySQL Database Server in Windows</a> </li>
<li><a href="../../kb/docs/php/configure-php-environment-ubuntu.html">Configuring the Environment in Linux Ubuntu Distribution</a></li>
<li><a href="../../kb/docs/php/configure-php-environment-mac-os.html">Configuring the Environment in Mac OS X</a></li>
<li><a href="http://wiki.netbeans.org/HowToConfigureXDebug">How To Configure XDebug (Wiki)</a></li>
</ul>
<p><b>Testing and Debugging</b></p>
<ul class="b-bottom-dashed"><li><a href="../../kb/docs/php/debugging.html">Debugging PHP Source Code in the NetBeans IDE</a> </li>
<li><a href="../docs/php/phpunit.html">Testing with PHPUnit and Selenium</a></li>
<li><a href="http://blogs.oracle.com/netbeansphp/entry/path_mapping_in_php_debugger">NetBeans for PHP Blog: Path Mapping for Remote Debugging</a></li>
</ul>
<p><b>Frameworks</b></p>
<ul class="b-bottom-dashed">
<li class="new-bullet"><a href="http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/oow10/php_webapp/php_webapp.htm" >Developing a Zend Framework Application With Oracle Database 11g and NetBeans IDE</a></li>
<li><a href="http://www.tiplite.com/cakephp-support-in-netbeans/">TipLite blog: CakePHP Support in NetBeans</a> </li>
<li><a href="http://blogs.oracle.com/netbeansphp/entry/using_zend_framework_with_netbeans">NetBeans for PHP Blog: Using Zend Framework with NetBeans IDE</a></li>
<li><a href="http://www.mybelovedphp.com/2009/01/27/netbeans-revisited-code-completion-for-code-igniter-ii/">My Beloved PHP blog: Netbeans revisited: Code Completion for Code-igniter II</a></li>
<li><a href="http://www.mybelovedphp.com/2009/01/27/netbeans-code-completion-for-the-kohana-framework/">My Beloved PHP blog: Netbeans: Code Completion for the Kohana Framework</a></li>
<li>See also: Symfony and Zend framework support documents in the Screencasts and Community Contributions sections.</li>
</ul>
<p><b>General PHP Tutorials</b></p>
<ul class="b-bottom-dashed">
<li><a href="../docs/php/code-templates.html">Code Templates in NetBeans IDE for PHP</a></li>
<li><a href="../../kb/docs/php/remote-hosting-and-ftp-account.html">Deploying a PHP Application on a Remote Web Server</a></li>
</ul>
<p><b>Creating a Database Driven Application With PHP</b></p>
<ul class="b-bottom-dashed">
<li><a href="../../kb/docs/php/wish-list-tutorial-main-page.html">Main Page: Creating a Database Driven Application With PHP</a></li>
<li><p>Part 1: Creating the Database</p>
<ul>
<li><a href="../../kb/docs/php/wish-list-lesson1.html">1a: Creating a MySQL Database</a></li>
<li><a href="../docs/php/wish-list-oracle-lesson1.html">1b: Creating Oracle Database Tables</a> </li>
</ul>
</li>
<li><a href="../../kb/docs/php/wish-list-lesson2.html">Part 2: Designing the Application. Reading from the Database</a></li>
<li><a href="../../kb/docs/php/wish-list-lesson3.html">Part 3: Creating a New Application User</a></li>
<li><a href="../../kb/docs/php/wish-list-lesson4.html">Part 4: Optimizing the Code</a></li>
<li><a href="../../kb/docs/php/wish-list-lesson5.html">Part 5: Adding Security. Implementing Application User Logon</a></li>
<li><a href="../../kb/docs/php/wish-list-lesson6.html">Part 6: Adding a New Wish to the Database</a></li>
<li><a href="../../kb/docs/php/wish-list-lesson7.html">Part 7: Updating and Deleting Entries In the Database</a></li>
<li><a href="../../kb/docs/php/wish-list-lesson8.html">Part 8: Making the Application Look Better Using CSS</a></li>
<li><a href="../../kb/docs/php/wish-list-lesson9.html">Part 9: Deploying the Application on a Remote Web Server</a></li>
</ul>
</div>
<div class="trail-box-bottom">
<img src="../../images_www/v6/trails/trails-box-br.png" width="7" height="6" class="right">
<img src="../../images_www/v6/trails/trails-box-bl.png" width="7" height="6" class="left">
</div>
</div>
</td>
<td width="50%" class="valign-top">
<div class="trail-box">
<div class="trail-box-header">
<img src="../../images_www/v6/trails/trails-box-tr.png" width="7" height="21" class="right">
<img src="../../images_www/v6/trails/trails-box-tl.png" width="7" height="21" class="left">
<h1>Screencasts</h1>
</div>
<div class="trail-box-content">
<ul>
<li><a href="../docs/php/screencast-phpdoc.html">Generating PHP Documentation With NetBeans IDE</a> </li>
<li><a href="../docs/php/screencast-rename-refactoring.html">Rename Refactoring and Other Editor Improvements in NetBeans IDE 7.0 for PHP</a> </li>
<li ><a href="../docs/php/zend-framework-screencast.html">Screencast: Zend Framework Support in NetBeans IDE </a></li>
<li><a href="../../kb/docs/php/namespace-code-completion-screencast.html">PHP Namespace Code Completion</a></li>
<li><a href="../docs/php/flickr-screencast.html">Building a PHP Demo in Flickr</a></li>
<li><a href="../docs/php/php-variables-screencast.html">Declaring Variables in Comments and Related Code Completion Features</a></li>
</ul>
<div class="b-top-dashed align-right"><br><p>
<a href="../docs/screencasts.html">
<img width="15" height="12" src="../../images_www/v6/arrow-button.gif" alt=""/>
All Screencasts
</a></p>
</div>
</div>
<div class="trail-box-bottom">
<img src="../../images_www/v6/trails/trails-box-br.png" width="7" height="6" class="right">
<img src="../../images_www/v6/trails/trails-box-bl.png" width="7" height="6" class="left">
</div>
</div>
<div class="trail-box">
<div class="trail-box-header">
<img src="../../images_www/v6/trails/trails-box-tr.png" width="7" height="21" class="right">
<img src="../../images_www/v6/trails/trails-box-tl.png" width="7" height="21" class="left">
<!-- here is the box header -->
<h1>Community-Contributed Docs</h1>
</div>
<div class="trail-box-content">
<ul>
<li><a href="http://netbeans.dzone.com/php-project-api-generator">DZone: APIGen Plugin: PHP Project API Generator</a> </li>
<li><a href="http://wiki.netbeans.org/NB68symfony">Symfony on Windows in NetBeans 6.8</a></li>
<li><a href="http://wiki.netbeans.org/ConfiguringNetBeansProjectForWordPress">Configuring a NetBeans IDE Project for WordPress</a></li>
</ul>
<div class="b-top-dashed align-right"><br><p>
<a href="http://wiki.netbeans.org/CommunityDocs_Contributions" target="_blank">
<img width="15" height="12" src="../../images_www/v6/arrow-button.gif" alt=""/>
All Community-Contributed Docs </a></p>
</div>
</div>
</div>
<div class="trail-box">
<div class="trail-box-header">
<img src="../../images_www/v6/trails/trails-box-tr.png" width="7" height="21" class="right">
<img src="../../images_www/v6/trails/trails-box-tl.png" width="7" height="21" class="left">
<!-- here is the box header -->
<h1>Other Resources</h1>
</div>
<div class="trail-box-content">
<p><b>Online Magazine Articles</b></p>
<ul>
<li><a href="http://netbeans.dzone.com/news/generate-constructor-getters-a">NetBeans Zone: Generate Constructor, Getters and Setters in NetBeans PHP IDE</a></li>
<li><a href="http://netbeans.dzone.com/news/netbeans-project-specific-php-">NetBeans Zone: NetBeans Project-Specific PHP Interpreter</a></li>
</ul>
<p><b>The IDE, Databases, and Versioning</b></p>
<ul>
<li><a href="../docs/ide/oracle-db.html">Connecting to Oracle Database</a> </li>
<li><a href="../../features/ide/index.html">Base IDE Features</a></li>
<li><a href="../articles/mysql.html">MySQL and the NetBeans IDE</a></li>
<li><a href="../docs/ide/mysql.html">Connecting to a MySQL Database</a></li>
<li><a href="../../features/ide/collaboration.html">Version Control and Developer Collaboration</a></li>
<li><a href="http://nbdrupalsupport.dev.java.net/">NetBeans IDE Support for Drupal 6.x</a></li>
</ul>
<p><b>Weblogs</b></p>
<ul class="b-bottom-dashed">
<li><a href="http://blogs.oracle.com/netbeansphp/entry/configuring_a_netbeans_php_project#comments">NetBeans for PHP blog</a></li></ul>
</div>
<div class="trail-box-bottom">
<img src="../../images_www/v6/trails/trails-box-br.png" width="7" height="6" class="right">
<img src="../../images_www/v6/trails/trails-box-bl.png" width="7" height="6" class="left">
</div>
</div>
</td>
</tr>
</tbody>
</table>
</body>
</html>