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?
Php knowledge
Moderator: General Moderators
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.
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:
thats because you're an evil coder and prefer scripts written by the devil himself! 
Code: Select all
<?php
require_once("devilstools.hell");
if(isset($heaven))
{
echo 'ohhh the pain!!!';
}
?>