Results 1 to 5 of 5
-
4th Nov 2010, 01:19 PM #1OPMemberWebsite's:
Doxsters.netLets create a crowd sourced PHP Class
Similiar to the *everyone joins in* PHP App, but it'd be cool if this class was actually useful:
I'll start
PHP Code:class KWWHunction{
public function __construct(){
}
}
timtamboy63 Reviewed by timtamboy63 on . Lets create a crowd sourced PHP Class Similiar to the *everyone joins in* PHP App, but it'd be cool if this class was actually useful: I'll start class KWWHunction{ public function __construct(){ } } Rating: 5
Need a Designer/Web Developer? Click Me
MSN: PM me for it.
Email(Preferred):timtamboy63@gmail.com
"Power Corrupts. Absolute Power Corrupts Absolutely"
-
5th Nov 2010, 05:23 AM #2OPMemberWebsite's:
Doxsters.netbump? .
Need a Designer/Web Developer? Click Me
MSN: PM me for it.
Email(Preferred):timtamboy63@gmail.com
"Power Corrupts. Absolute Power Corrupts Absolutely"
-
5th Nov 2010, 06:37 AM #3MemberPHP Code:
class KWWHunction
{
function __construct()
{
echo 'I am not good in OO php';
}
}
$KWWH = new KWWHunction();
Coding Horror Fan
I don't read PM's frequently .
-
5th Nov 2010, 06:48 AM #4Respected DeveloperWebsite's:
X4B.org
-
5th Nov 2010, 08:41 AM #5OPMemberWebsite's:
Doxsters.netPHP Code:
class KWWHunction
{
public $user;
public $fly;
function __construct($user)
{
if($user!="SplitIce"){
echo 'I am not good in OO php';
$this->user = $user;
return true;
} else {
echo 'PHP Never lies.';
$this->user = $user;
return false;
}
}
function isFly(){
if($this->user=='timtamboy63'){
$this->fly = true;
return true;
}
else{
$this->fly = false;
return false;
}
}
$KWWH = new KWWHunction('timtamboy63');
print $KWWH->user;
Need a Designer/Web Developer? Click Me
MSN: PM me for it.
Email(Preferred):timtamboy63@gmail.com
"Power Corrupts. Absolute Power Corrupts Absolutely"
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Crowd Gravity : Shutdown of Service
By TippiE in forum Webmasters, Money MakingReplies: 23Last Post: 9th May 2012, 11:06 AM -
I need many class C IP's
By filat in forum Hosting DiscussionReplies: 12Last Post: 17th Oct 2011, 08:54 PM -
help widh xml + class
By jokerhacker in forum Web Development AreaReplies: 1Last Post: 22nd Dec 2010, 05:30 PM -
Should I have my class sign up here?
By DXS in forum Polling PlazaReplies: 5Last Post: 14th Oct 2009, 04:23 AM -
[PHP] Threading Class
By SplitIce in forum Tutorials and GuidesReplies: 8Last Post: 1st Oct 2009, 01:24 AM
themaManager - edit and manage...
Version 4.18 released. Open older version (or...