Jump to content

Web Application


Dysan

Recommended Posts

So if you don't use Classes, what would you use?

Is classes the most efficient way of coding?

 

then you would just use the regular method of coding.

 

if you're going to have A LOT of code in one script

then I would recommend using classes because it will

help you organize your code and easily re-call functions

that were established previously.

 

as for efficiency,

its pretty much the same thing,

I mean I can code the exact same thing without

classes that could with classes.

but if its going to be a big file, i prefer classes to

help me better organize my code

Link to comment
https://forums.phpfreaks.com/topic/102414-web-application/#findComment-524473
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.