Quantcast
Channel: Spiceworks Community
Browsing latest articles
Browse All 39 View Live

Practical PHP OOP Examples?

I've been using PHP on and off for years, mostly just writing simple, one to five page sites/scripts, etc, with the most complicated application I ever wrote being a fairly basic webcomic management...

View Article



Practical PHP OOP Examples?

One important note, OOP is never necessary (unless required by your language, like Java.)  It might be awesome and useful, but it is never necessary.

View Article

Practical PHP OOP Examples?

You are a long way after the OOP revolution.  OOP was the "next big thing" in programming in the 1990s.  That era is long over.  It's no longer the shiny object (pun intended) in the room and while it...

View Article

Practical PHP OOP Examples?

JoeyH3 wrote:All of the examples and tutorials I've seen so far basically show how to use OOP and what it does, but I've yet to see anything to help me determine where OOP should be used. Like, is...

View Article

Practical PHP OOP Examples?

The way I use objects primarily nowadays is to not reinvent the wheel. If I figure someone has done it before, I'll search - primarily at the phpclasses site.  Lots of classes to do almost anything....

View Article


Practical PHP OOP Examples?

Your question is too broad though, there are plenty of examples online, so I think what you may be wanting to know is: what's the easiest, least over the top way to get started using OOP?Well, the...

View Article

Practical PHP OOP Examples?

I wouldn't say I'm asking a broad question, nor do I feel overwhelmed. I'm just trying to find a convincing example of why I should be using this like everyone is saying, or a case where OOP has...

View Article

Practical PHP OOP Examples?

JoeyH3 wrote:Edit: I missed the last paragraph of your post, where you addressed exactly what I said. While having self-referencing could be nice, is there any standard or best practice that says...

View Article


Practical PHP OOP Examples?

Scott Alan Miller wrote:JoeyH3 wrote:All of the examples and tutorials I've seen so far basically show how to use OOP and what it does, but I've yet to see anything to help me determine where OOP...

View Article


Practical PHP OOP Examples?

Antal Daavid wrote:Scott Alan Miller wrote:JoeyH3 wrote:All of the examples and tutorials I've seen so far basically show how to use OOP and what it does, but I've yet to see anything to help me...

View Article

Practical PHP OOP Examples?

Joey, I would't worry about it. If you know what's going on, just get on with your projects as there's no overall right and wrong. At some point you might be working on a project that is getting it out...

View Article

Practical PHP OOP Examples?

Antal Daavid wrote:Scott Alan Miller wrote:JoeyH3 wrote:All of the examples and tutorials I've seen so far basically show how to use OOP and what it does, but I've yet to see anything to help me...

View Article

Practical PHP OOP Examples?

R F wrote:Antal Daavid wrote:Scott Alan Miller wrote:JoeyH3 wrote:All of the examples and tutorials I've seen so far basically show how to use OOP and what it does, but I've yet to see anything to help...

View Article


Practical PHP OOP Examples?

leif2251 wrote:R F wrote:Antal Daavid wrote:Scott Alan Miller wrote:JoeyH3 wrote:All of the examples and tutorials I've seen so far basically show how to use OOP and what it does, but I've yet to see...

View Article

Practical PHP OOP Examples?

Use what you're best at.  I've always found it difficult to think the OOP way, even though I use it from time to time.  My mind just sees everything as linear steps, and that maps nicely to...

View Article


Practical PHP OOP Examples?

bellows wrote:Use what you're best at. I've always found it difficult to think the OOP way, even though I use it from time to time. My mind just sees everything as linear steps, and that maps nicely to...

View Article

Practical PHP OOP Examples?

Text"Low-level assembly has its uses, but damn if it isn't a pain in the ass."Totally agree.  I have no idea why someone would want to reverse push arguments onto the stack and then call a procedure...

View Article


Practical PHP OOP Examples?

bellows wrote:Text"Low-level assembly has its uses, but damn if it isn't a pain in the ass."Totally agree.  I have no idea why someone would want to reverse push arguments onto the stack and then call...

View Article

Practical PHP OOP Examples?

JoeyH3 wrote:...I was wondering if anyone knew of either any tutorials on designing a fully functional, yet practical PHP OOP application, or a semi-basic app that was written in an OOP style (like a...

View Article

Re: Practical PHP OOP Examples?

Well I have been in the same boat as you until I got a product from codecayon ( E-Blog) which uses the OOP style. I have to see a product and study it which makes my light bulb click on. I hope this...

View Article
Browsing latest articles
Browse All 39 View Live




Latest Images