Php knowledge

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
theclay7
Forum Commoner
Posts: 50
Joined: Wed Feb 19, 2003 3:17 am

Php knowledge

Post by theclay7 »

Dear all, there are PHP knowledge i want to clarify:

1) is PHP an OO ?

2) what is the difference b/w PHP-Nuke, XOOPS and POST-nuke?

3) If i want to build a intranet for 5000+ employee in my company, is PHP-nuke a good choice to start or should I start write in from scratch.....

4) what is PHP-nuke, XOOPS....anyway?
evilcoder
Forum Contributor
Posts: 345
Joined: Tue Dec 17, 2002 5:37 am
Location: Sydney, Australia

Post by evilcoder »

1: PHP can be Object Orientated if you choose to code it that way.

2: Those programmes are all made by different groups of people. All those programs are a dime-a-dozen, and do practically the same thing, each one being coded worse then the last.

3: Depends on what sort of company you are intending to have the site for. I would personally code it from the ground up to avoid possible errors, version conflicts etc etc..

4: They are all Content Management Systems. Each one coded extremely poorly and very sloppy, i wouldn't touch them with a 10-foot clown poll, but alot of people like and use them.
JPlush76
Forum Regular
Posts: 819
Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:

Post by JPlush76 »

thats because you're an evil coder and prefer scripts written by the devil himself! :twisted:

Code: Select all

<?php

require_once("devilstools.hell");

if(isset($heaven))
{
    echo 'ohhh the pain!!!';
}
?>
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

there are plenty of CMS systems out there.
I prefer (if I must ;) ) typo3
User avatar
mikusan
Forum Contributor
Posts: 247
Joined: Thu May 01, 2003 1:48 pm

Post by mikusan »

I like Geeklog, it is coded really well in my opinion, wel well it does have tonsa glitches too but i love it.
Post Reply