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 281
Search took 0.30 seconds.
Search: Posts Made By: Jim
Forum: The Lounge 10-02-2010, 09:38 PM
Replies: 10
Views: 802
Posted By Jim
I was googling myself (quite fun, once in a...

I was googling myself (quite fun, once in a while) and found talkPHP again =) Hasn't changed much has it? Hehe.

Good to see everybody is doing fine and still busy with development! So am I btw,...
Forum: General 11-24-2009, 01:12 PM
Replies: 5
Views: 2,563
Posted By Jim
The second argument of $this->load->view(); takes...

The second argument of $this->load->view(); takes the array with values. The arraykeys (names) of easy value in the array is transformed into a variable in the view itself. (extract() function)

So...
Forum: TalkPHP Developer Team 11-23-2009, 01:25 PM
Replies: 16
Views: 1,390
Posted By Jim
Too bad the project died a long time ago :P

Too bad the project died a long time ago :P
Forum: Member Introductions 10-26-2009, 01:18 PM
Replies: 3
Views: 573
Posted By Jim
Ill try to explain quickly: The use of :: is...

Ill try to explain quickly:

The use of :: is when you want to call a method of a class directly. You use -> on an object of a class.

An object is een instance of a class (e.g. $obj = new...
Forum: Absolute Beginners 10-19-2009, 09:58 AM
Replies: 2
Views: 1,143
Posted By Jim
When in PHP, a double quote (") marks the start...

When in PHP, a double quote (") marks the start or end of a string (line of text). When you want to use a double quote in a string, you will have to tell PHP that you are not using the double quote...
Forum: The Lounge 10-13-2009, 01:28 PM
Replies: 15
Views: 1,053
Posted By Jim
Wow sketch, that looks awesome! Thanks for the...

Wow sketch, that looks awesome! Thanks for the link!
Forum: Member Introductions 10-13-2009, 01:26 PM
Replies: 5
Views: 652
Posted By Jim
hi hostpeyma you welcome you like website hope i

hi hostpeyma
you welcome
you like website hope i
Forum: The Lounge 10-13-2009, 09:54 AM
Replies: 15
Views: 1,053
Posted By Jim
I like Fedora most of all distro's, but I always...

I like Fedora most of all distro's, but I always use Ubuntu when using a linux distro.

In the end I always use Windows though...
Forum: The Lounge 10-06-2009, 08:41 AM
Replies: 13
Views: 1,114
Posted By Jim
I made one about 4 years ago :+

I made one about 4 years ago :+
Forum: Advanced PHP Programming 10-05-2009, 02:46 PM
Replies: 27
Views: 123,102
Posted By Jim
Why would you call your DB class "Singleton"?...

Why would you call your DB class "Singleton"? Singleton is the name of the pattern, not a standard name for a DB class..
Forum: The Lounge 10-05-2009, 02:41 PM
Replies: 16
Views: 1,441
Posted By Jim
Hmm the tutorial looks nice, it reminds me of...

Hmm the tutorial looks nice, it reminds me of CodeIgniter :)
Forum: Show Off 07-22-2009, 02:08 PM
Replies: 7
Views: 869
Posted By Jim
Nice, i would align the text in the first block a...

Nice, i would align the text in the first block a few pixels higher though.
Forum: Show Off 07-22-2009, 02:06 PM
Replies: 10
Views: 894
Posted By Jim
I like the 2003'ish design. :P But i recommend...

I like the 2003'ish design. :P

But i recommend to use a bit less grey. Grey is a color that always fits with any other color, but it's also a pretty boring color. Get another color to make the...
Forum: Javascript, AJAX, E4X 07-22-2009, 02:02 PM
Replies: 5
Views: 1,027
Posted By Jim
I dont understand your question. But i also...

I dont understand your question.

But i also recommend rewriting your frontend because - like Enfernikus said - a hell for search engines. And to honest it looks kind of cheap...
Forum: Advanced PHP Programming 07-01-2009, 06:50 PM
Replies: 3
Views: 858
Posted By Jim
I want to use it like this: class Foo { ...

I want to use it like this:


class Foo
{
function __call($name, $args)
{
if(file_exists(MODULE_PATH . '/' . $name . '.php';
{
require_once MODULE_PATH . '/' . $name . '.php';
Forum: Advanced PHP Programming 07-01-2009, 06:11 PM
Replies: 3
Views: 858
Posted By Jim
Function overloading for modular system?

Hi!

I'm about to create an open source gallery but I have some isues with the design of the system.

I have two classes which take care of image and folder handling. One to read a folder with items,...
Forum: The Lounge 06-30-2009, 09:17 AM
Replies: 17
Views: 688
Posted By Jim
Welcome to NHK is nice indeed. One piece is even...

Welcome to NHK is nice indeed. One piece is even better (See my icon :D)

I have watched many anime when I was younger (about 3 years ago) I watched about 15 eps a week, no life, seriously... Now I...
Forum: General 06-29-2009, 08:27 AM
Replies: 3
Views: 2,810
Posted By Jim
You can create a helper in the...

You can create a helper in the application/helper/ folder e.g. /application/helper/myfunction_helper.php (include _helper or it wont work), then you can either load the helper in each file using...
Forum: Python to PHP Translation 06-29-2009, 08:21 AM
Replies: 34
Views: 2,827
Posted By Jim
ETbyrne is right, but Kalle's code looks more...

ETbyrne is right, but Kalle's code looks more impressive :P
Forum: Absolute Beginners 06-23-2009, 09:07 AM
Replies: 13
Views: 953
Posted By Jim
At work i use Aptana just because i play around...

At work i use Aptana just because i play around with JS alot here. At home i use Zend Studio.
Forum: Advanced PHP Programming 06-23-2009, 09:05 AM
Replies: 7
Views: 795
Posted By Jim
I have a website which updates itself by...

I have a website which updates itself by cronjobs, i never have to check it and users will find new content every 15 minutes :)
Forum: The Lounge 06-22-2009, 01:44 PM
Replies: 2
Views: 638
Posted By Jim
Same as WH here. The first one is supported quite...

Same as WH here. The first one is supported quite nicely by Zend Studio so it makes developing with others more easy.

And i don't like the big fancy comment blocks, just takes space...
Forum: Advanced PHP Programming 06-22-2009, 01:41 PM
Replies: 2
Views: 798
Posted By Jim
Well thats mainly up to yourself. Some people...

Well thats mainly up to yourself. Some people like it seperate (especially in large organisations) and some don't.

Peronally I don't like get it too seperate. That just means extra work while (in...
Forum: General 06-22-2009, 12:42 PM
Replies: 18
Views: 886
Posted By Jim
Normally i would use my own Frameworks, but here...

Normally i would use my own Frameworks, but here at work i used both CakePHP and CodeIgniter.

Cake sucks (very) hard but CodeIgniter is pretty easy and works like a charm.
Forum: General 06-17-2009, 05:38 PM
Replies: 22
Views: 861
Posted By Jim
I never had problems with it so yeah, i still...

I never had problems with it so yeah, i still place it there... Don't know why though, i know it can give me problems
Showing results 1 to 25 of 281

 

All times are GMT. The time now is 10:23 PM.

 
     

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