<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1039095" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1039095</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-and-oop-few-questions#comment-1222156</link>
    <description> &lt;p&gt;Your questions are not only all over the place, they only halfway make sense...&lt;/p&gt;
&lt;p&gt;&quot;Module&quot;?  What are you talking about?&lt;/p&gt;
&lt;p&gt;The EASIEST way to do &quot;modular&quot; programming with PHP is create functions.  Variable(s) in, Variable(s) out.  Create a library of the functions you need, and then call them from your program, rather than writing the code in directly.  Including this function library in all of your scripts/programs will allow you access to anything you put in there.&lt;/p&gt;
&lt;p&gt;As for your other questions... I have no idea how to answer, because I don&#039;t even know what you&#039;re asking.&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Jul 2007 15:05:51 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1222156 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-and-oop-few-questions#comment-1222154</link>
    <description> &lt;p&gt;What im still confused about also with PHP is the use of creating and installing module based functionality?!&lt;/p&gt;
&lt;p&gt;Im getting really confused with it, what does it actually mean (easy maintainability) and when a module is installed how is it installed, how do other routines access them without modifying other files directly.?&lt;/p&gt;
&lt;p&gt;Does anyone use some of the PHP  or programming patterns that are available?  &lt;/p&gt;
&lt;p&gt;As for your post above about not really using visiblity within functions and variables, it seems that im finding this object orientation PHP rather easy and i dont like things that seem easy??!! Doesnt fill me with confidence.&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Jul 2007 14:54:30 +0000</pubDate>
 <dc:creator>benf</dc:creator>
 <guid isPermaLink="false">comment 1222154 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/php-and-oop-few-questions#comment-1222091</link>
    <description> &lt;p&gt;Well... that&#039;s a very broad question.&lt;/p&gt;
&lt;p&gt;A quick and dirty answer to all of them is to say that PHP and OOP usage are usually based on functions and structured statements.&lt;/p&gt;
&lt;p&gt;For example:&lt;br /&gt;
[action A (click on something)] triggers [if statement or switch A] triggers [appropriate function]&lt;/p&gt;
&lt;p&gt;So...  how you do it is pretty varied but it&#039;s basically having a large choice of actions and associated functions, and using them correctly.&lt;/p&gt;
&lt;p&gt;As for private, public, or protected... I&#039;ve never actually used/understood them myself, so I just do a typical function call without any status declaration.&lt;/p&gt;
&lt;p&gt;Variable usage is tricky across OOP programming in PHP so you have to be careful that if you make something global to be easily accessed, that you don&#039;t change it unless you need to.  Also, make sure you pass the variables required between functions if they aren&#039;t global.&lt;/p&gt;
&lt;p&gt;Hopefully that was a little help...&lt;/p&gt;
 </description>
     <pubDate>Tue, 24 Jul 2007 09:26:59 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1222091 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
