TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Showing results 1 to 25 of 32
Search took 0.02 seconds.
Search: Posts Made By: Izym
Forum: General 11-28-2009, 01:53 PM
Replies: 5
Views: 2,549
Posted By Izym
Another thing would be for you to name your...

Another thing would be for you to name your methods a bit different. Both of the mentioned methods should simply be named edit(), seeing as the class name says - or should at least - either Post...
Forum: General 11-28-2009, 01:50 PM
Replies: 12
Views: 812
Posted By Izym
With great power comes great responsibility ;)

With great power comes great responsibility ;)
Forum: General 11-28-2009, 01:05 AM
Replies: 12
Views: 812
Posted By Izym
Lazyness. In general PHP's OOP-support is quite...

Lazyness. In general PHP's OOP-support is quite outdated.
Forum: Absolute Beginners 11-27-2009, 11:45 PM
Replies: 3
Views: 6,385
Posted By Izym
Yes, sLysdal, but only if no security precautions...

Yes, sLysdal, but only if no security precautions was taken by the developer at all. Anyway, one should at most be writing to config files in an installation script or so, nothing more.
Forum: Absolute Beginners 11-27-2009, 11:41 PM
Replies: 2
Views: 733
Posted By Izym
There really is not much to procedural (which it...

There really is not much to procedural (which it is called, not linear) programming. You might as well start out with OOP, but please do make sure that you do learn the basic stuff first. But really...
Forum: Absolute Beginners 11-27-2009, 11:35 PM
Replies: 6
Views: 792
Posted By Izym
To test out cases like that you would probably be...

To test out cases like that you would probably be better off using var_dump.
Forum: The Lounge 06-15-2009, 08:33 AM
Replies: 24
Views: 1,042
Posted By Izym
$camelCase = 1337; if($a == 1) echo "this is...

$camelCase = 1337;

if($a == 1)
echo "this is an one line if.";

if($a == 2)
{
echo "this is a ";
echo "multiple line if.";
}
Forum: Absolute Beginners 02-21-2009, 07:09 PM
Replies: 11
Views: 1,176
Posted By Izym
TextMate (Mac) is awesome.

TextMate (Mac) is awesome.
Forum: Advanced PHP Programming 01-20-2009, 02:52 PM
Replies: 3
Views: 805
Posted By Izym
MVC Frameworks

Nowadays there's lots of these shiny awesome MVC (and other patterns as well) frameworks, and I love them. I kept trying getting a friend of mine to use one of them, or at least the pattern, but he...
Forum: Advanced PHP Programming 12-17-2008, 09:36 AM
Replies: 4
Views: 784
Posted By Izym
You haven't set $member and variables in ''...

You haven't set $member and variables in '' doesn't get parsed, you have to remove them (you could use "", but if you only have the variable there's no point). Also if you want to return an object...
Forum: Advanced PHP Programming 12-13-2008, 10:24 PM
Replies: 7
Views: 1,733
Posted By Izym
Nice tutorial, but I think he wanted a tutorial...

Nice tutorial, but I think he wanted a tutorial on how to make one that uses AA.
Forum: General 12-10-2008, 09:12 PM
Replies: 14
Views: 1,010
Posted By Izym
TextMate on OS X, e on Windows, I barely code on...

TextMate on OS X, e on Windows, I barely code on Windows anymore though.
Forum: General 12-10-2008, 09:10 PM
Replies: 9
Views: 1,484
Posted By Izym
Indeed it is very helpful, just the thing with m_...

Indeed it is very helpful, just the thing with m_ since you'd have to be a total noob to not know whether its a class member or not. I do agree with you on the getName() thing, I like it better than...
Forum: General 12-09-2008, 08:33 PM
Replies: 6
Views: 2,031
Posted By Izym
I usually make a class that works either way and...

I usually make a class that works either way and auto checks if the url is with or without mod_rewrite. Could post a tutorial on making such class if people want.
Forum: General 12-09-2008, 08:29 PM
Replies: 13
Views: 900
Posted By Izym
Before you venture into making money on coding,...

Before you venture into making money on coding, you should ask yourself a question: Do I have the time and will to code the script in time?
Forum: General 12-09-2008, 08:19 PM
Replies: 9
Views: 1,484
Posted By Izym
Hungarian Notation

Let me first make one thing clear: I love using hungarian notation.

When using hungarian notation in PHP, do you then use the "m_" prefix for class variables?

Honestly I don't see the use for this...
Forum: General 09-28-2008, 06:37 PM
Replies: 7
Views: 647
Posted By Izym
Still requires a fairly big amount of work to...

Still requires a fairly big amount of work to apply CodeIgniter to an application that has already been made.
Forum: General 09-27-2008, 07:38 PM
Replies: 3
Views: 3,029
Posted By Izym
It also works fine through Windows on Windows...

It also works fine through Windows on Windows (Microsoft's way of making 32bit programs run on 64bit OS'), yet you don't get all the advantages.
Forum: General 09-27-2008, 07:35 PM
Replies: 7
Views: 647
Posted By Izym
With most frameworks you can't just apply it to...

With most frameworks you can't just apply it to your current application. They're made for making it easier to code an application and usually has a way that you have to code your application in. To...
Forum: Absolute Beginners 09-02-2008, 09:15 PM
Replies: 3
Views: 2,459
Posted By Izym
As far as I know MySQL doesn't work like that. If...

As far as I know MySQL doesn't work like that. If you wanted to do something like that you'd have to use sqlite. I'm not quite sure, but I think it'd be quite difficult to make MySQL do what you want.
Forum: TalkPHP Developer Team 06-22-2008, 09:17 AM
Replies: 293
Views: 9,780
Posted By Izym
Count me in on the project, I've coded PHP for...

Count me in on the project, I've coded PHP for quite a long time. peter[dot]bastian[at]gmail[dot]com. Oh and btw, are we going to code for only PHP5 or both PHP4 and PHP5? Would prefer PHP5 as it has...
Forum: Show Off 05-24-2008, 01:01 PM
Replies: 17
Views: 3,226
Posted By Izym
Talk for yourself - You know, ".." isn't a...

Talk for yourself - You know, ".." isn't a replacement for " ". ;)
Forum: Advanced PHP Programming 05-17-2008, 07:58 PM
Replies: 4
Views: 2,454
Posted By Izym
As far as I know it's the URI requested by the...

As far as I know it's the URI requested by the browser, as it changes along with the address you type in (which is the URI).
Forum: Advanced PHP Programming 05-17-2008, 07:56 PM
Replies: 1
Views: 969
Posted By Izym
If you're thinking of using the pages generated...

If you're thinking of using the pages generated by the scaffolding class for a production site, drop it. Scaffolding is meant for developing, so you easily can fill out some rows in a database for...
Forum: Advanced PHP Programming 05-17-2008, 07:48 PM
Replies: 7
Views: 989
Posted By Izym
It doesn't, have a look at PHP: mysql_result -...

It doesn't, have a look at PHP: mysql_result - Manual (http://dk.php.net/mysql_result). It should return as an array yes, but try write "print_r($result);" instead of "print $result;", since print...
Showing results 1 to 25 of 32

 

All times are GMT. The time now is 05:13 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design