This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7c7609f  Automated site publishing by Jenkins build 505
7c7609f is described below

commit 7c7609fce6db65aa2e959a982f0539f744acf872
Author: jenkins <[email protected]>
AuthorDate: Thu Jan 24 22:41:05 2019 +0000

    Automated site publishing by Jenkins build 505
---
 content/kb/docs/php/wish-list-lesson4.html | 57 +++---------------------------
 1 file changed, 4 insertions(+), 53 deletions(-)

diff --git a/content/kb/docs/php/wish-list-lesson4.html 
b/content/kb/docs/php/wish-list-lesson4.html
index fef3c32..b94ea6a 100644
--- a/content/kb/docs/php/wish-list-lesson4.html
+++ b/content/kb/docs/php/wish-list-lesson4.html
@@ -5,11 +5,11 @@
 <head>
     <meta charset="utf-8">
     <meta http-equiv="x-ua-compatible" content="ie=edge">
-    <title>Creating a Database Driven Application With PHP</title>
+    <title>Lesson 4: Optimizing the Code with Classes and Objects</title>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <meta name="description" content="Creating a Database Driven Application 
With PHP - Apache NetBeans">
+    <meta name="description" content="Lesson 4: Optimizing the Code with 
Classes and Objects - Apache NetBeans">
     <meta name="author" content="Apache NetBeans">
-    <meta name="keywords" content="Apache NetBeans, Tutorials, Creating a 
Database Driven Application With PHP">
+    <meta name="keywords" content="Apache NetBeans, Tutorials, Lesson 4: 
Optimizing the Code with Classes and Objects">
     <meta name="generator" content="Apache NetBeans">
     <link rel="stylesheet" href="/css/font-awesome.min.css">
      <link rel="stylesheet" 
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css">
 
@@ -78,11 +78,9 @@
 </section>
 
         <div class='grid-container main-content tutorial'>
-            <h1 class="sect0">Creating a Database Driven Application With 
PHP</h1>
+            <h1 class="sect0">Lesson 4: Optimizing the Code with Classes and 
Objects</h1>
             <div id="toc" class="toc">
 <div id="toctitle"></div>
-<ul class="sectlevel0">
-<li><a href="#_lesson_4_optimizing_the_code_with_classes_and_objects">Lesson 
4: Optimizing the Code with Classes and Objects</a>
 <ul class="sectlevel3">
 <li><a href="#_tutorial_contents">Tutorial contents:</a></li>
 <li><a href="#_application_source_code_from_the_previous_lesson">Application 
Source Code from the Previous Lesson</a></li>
@@ -106,12 +104,8 @@
 </li>
 <li><a 
href="#_application_source_code_after_the_current_lesson_is_completed">Application
 Source Code after the Current Lesson Is Completed</a></li>
 <li><a href="#_next_steps">Next Steps</a></li>
-<li><a href="#_useful_links">Useful Links</a></li>
-</ul>
-</li>
 </ul>
 </div>
-<h1 id="_lesson_4_optimizing_the_code_with_classes_and_objects" 
class="sect0">Lesson 4: Optimizing the Code with Classes and Objects</h1>
 <div class="sect3">
 <h4 id="_tutorial_contents">Tutorial contents:</h4>
 <div class="olist arabic">
@@ -195,12 +189,6 @@ Creating the Database</p>
 </li>
 </ol>
 </div>
-<div class="imageblock">
-<div class="content">
-<img src="images/netbeans-stamp-80-74-73.png" alt="netbeans stamp 80 74 73">
-</div>
-<div class="title">Figure 1. Content on this page applies to the NetBeans IDE 
7.2, 7.3, 7.4 and 8.0</div>
-</div>
 <div class="paragraph">
 <p>In this lesson you optimize the code to facilitate maintaining it in the 
future. This affects the files  <code>createNewWisher.php</code>  and  
<code>wishlist.php</code> . Additionally, a new file called  
<code>db.php</code>  is created.</p>
 </div>
@@ -828,43 +816,6 @@ exit;
 </div>
 </div>
 </div>
-<div class="sect1">
-<h2 id="_useful_links">Useful Links</h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>Learn more about using classes in PHP:</p>
-</div>
-<div class="ulist">
-<ul>
-<li>
-<p><a href="http://us3.php.net/manual/en/language.oop5.php";>Classes and 
Objects</a></p>
-</li>
-</ul>
-</div>
-<div class="paragraph">
-<p>Learn more about refactoring PHP code:</p>
-</div>
-<div class="ulist">
-<ul>
-<li>
-<p><a 
href="http://www.slideshare.net/spriebsch/seven-steps-to-better-php-code-presentation/";>Seven
 Steps To Better PHP Code</a></p>
-</li>
-<li>
-<p><a href="http://www.dokeos.com/wiki/index.php/Refactoring";>PHP 
Refactoring</a></p>
-</li>
-</ul>
-</div>
-<div class="paragraph">
-<p><a 
href="/about/contact_form.html?to=3&amp;subject=Feedback:%20PHP%20Wish%20List%20CRUD%204:%20Optimizing%20Code">Send
 Feedback on This Tutorial</a></p>
-</div>
-<div class="paragraph">
-<p>To send comments and suggestions, get support, and keep informed on the 
latest developments on the NetBeans IDE PHP development features, <a 
href="../../../community/lists/top.html">join the [email protected] 
mailing list</a>.</p>
-</div>
-<div class="paragraph">
-<p><a href="../../trails/php.html">Back to the PHP Learning Trail</a></p>
-</div>
-</div>
-</div>
             
 <section class='tools'>
     <ul class="menu align-center">


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to