| 
	
 | 
 Posted by Jerry Stuckle on 05/29/07 10:29 
vinnie wrote: 
> On May 28, 9:58 pm, Jerry Stuckle <jstuck...@attglobal.net> wrote: 
>> vinnie wrote: 
>>> where can i get a tutorial about OOP in php, that does not limit to 
>>> just 1 example and stop? 
>>> i'd like to learn hot to program with classes but i don't where to 
>>> look for 
>>> Thanks 
>>> Vinnie 
>> Vinnie, 
>> 
>> Better yet - learn OOP in general, not related to PHP.  Booch, Rumbaugh 
>> and Jacobsen are all good starting points for understanding OOP in general. 
>> 
>> -- 
>> ================== 
>> Remove the "x" from my email address 
>> Jerry Stuckle 
>> JDS Computer Training Corp. 
>> jstuck...@attglobal.net 
>> ================== 
>  
> yeap, i guess i will, definitely. which one may be more suitable for a 
> beginner like me? 
>  
 
I wish I could give you some good advice, but I don't try to keep track  
of what's at the book store nowadays - the turnover is just too fast. 
 
I learned originally from Rumbaugh, followed by Booch, back before they  
merged their philosophies.  But that's very heavy reading; they are both  
well into the theory and not a lot into the practice. 
 
However, I guess I would suggest you look for something on UML.  You  
don't have to learn all about the details of the design process to get  
going; rather try to use it to get a better understanding of the overall  
picture. 
 
 
--  
================== 
Remove the "x" from my email address 
Jerry Stuckle 
JDS Computer Training Corp. 
jstucklex@attglobal.net 
==================
 
  
Navigation:
[Reply to this message] 
 |