vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   OOP + vBulletin (https://vborg.vbsupport.ru/showthread.php?t=72477)

Colin F 12-06-2004 09:46 AM

So OOP is actually just using classes?

Dean C 12-06-2004 09:48 AM

There's loads more to OOP than just classes but to use OOP you have to use classes yep ;)

Revan 12-06-2004 02:33 PM

I commend this change, because classes is one of the only things in vB-related PHP that I find utterly confusing. Seeing more of them in the vB backend will definetely make me learn them.
I learn better by seeing actual examples than just the silly php.net examples and the likes :)

Xenon 12-08-2004 10:45 AM

OOP is a fine thing if used correctly.

OOP just for the use of OOP is bad.

The best thing i can think of right now, is the subclasses system. That way it should be possible to overwrite some of vb's code for hacking, and still upgrading to a new version will be easy with just uploading the new files. Of course to get it really that easy it needs a very very good plan, and maybe a complete different structure, so i'd assume it's then called vb 4 ;)

filburt1 12-08-2004 01:34 PM

Quote:

Originally Posted by Xenon
The best thing i can think of right now, is the subclasses system. That way it should be possible to overwrite some of vb's code for hacking, and still upgrading to a new version will be easy with just uploading the new files. Of course to get it really that easy it needs a very very good plan, and maybe a complete different structure, so i'd assume it's then called vb 4 ;)

Whether you're joking or not, it would have to become vB4 given how the current structure is effectively completely non-OOP (except for notable exceptions like the MySQL wrapper class)...unless Jelsoft has some uber-kickass-refactoring system for PHP that I don't know about (and would love to have).

sabret00the 12-08-2004 03:53 PM

so does that mean this doesn't really help any of us right now due to the structure of vb3?

@dean: thanks

Xenon 12-09-2004 08:56 PM

exactly.

to take real advantage of OOP vb would have to be completely recoded on all major parts

AN-net 12-09-2004 09:02 PM

if their to recode the entire thing then i believe they should release some documentation for developers to properly update and prepare for it. it is unfair to new vb users who have the new version not to be able to use the numerous hacks for the old vb3 code and also denying many from upgrading since basically they would loose every hack they installed since if they recoded none would be compatiable anymore.

Guest190829 12-09-2004 09:07 PM

I never heard of OOP... is it harder then PHP?

filburt1 12-10-2004 02:23 AM

OOP is not a language or anything super-mysterious. It is just a way of programming (object-oriented programming) such that all of your code and statements is wrapped in classes and instantiated into objects, including support for inheritance, encapsulation, and polymorphism.

Inheritance: inheriting functionality from a parent class into a child class.
Encapsulation: encapsulating data (usually privately) within a class.
Polymorphism: having a reference to a base class that might call methods in a child class (complex to explain without the classic example A foo = new B();)

If you do not know OOP, you had better learn it. Every major language is already OOP or is becoming it.


All times are GMT. The time now is 08:26 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01070 seconds
  • Memory Usage 1,730KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete