Welcome Guest, Not a member yet? Register   Sign In
Lame, I know, but how does a return statement work??
#11

[eluser]TheFuzzy0ne[/eluser]
I'm using Aptana. I used to use PHP Eclipse and EasyEclipse PHP, but I've no idea why I stopped using them. I went thought a phase where I like this feature in that IDE, but I like this one in another. Basically, each had their pros and their cons, so I decided to stick with Aptana, as it seems to support more file types, and has more features that are useful to me.
#12

[eluser]Xeoncross[/eluser]
Who says you need to know php to write books on PHP?


Code:
function pay_me($money) {
    
    if( ! $money) {
        return FALSE;
    }
    
    return TRUE;
    $mail->send_check($money);
}
#13

[eluser]TheFuzzy0ne[/eluser]
Well that sure explains why the pay sucks...
#14

[eluser]Colin Williams[/eluser]
Aptana looks really great. But I can't seem to find a version that doesn't throw errors constantly. So what I actually have is a hybrid of Aptana/PHPclipse. I just got rid of all the Aptana plugins that were causing problems and kept the more standalone ones that worked fine. Don't ask me how I did it, either Smile It wasn't done very consciously.




Theme © iAndrew 2016 - Forum software by © MyBB