Search found 2 matches

by bobby613
Fri Jul 04, 2008 12:30 pm
Forum: PHP - Code
Topic: How do I create a Daemon for my php rss reader?
Replies: 1
Views: 169

How do I create a Daemon for my php rss reader?

hi everyone. What's the best implementation for creating a php daemon? Here's my desired use case: A thread sleeps every 20 minutes, and upon waking up, updates the rss feed in the database. My ackward solution so far is to have a php class check and updates the rss feed for every site visitor. This...
by bobby613
Fri Apr 25, 2008 1:09 am
Forum: Installation and Configuration
Topic: PHPEclise code assist for classes
Replies: 1
Views: 594

PHPEclise code assist for classes

I'm usiing PHPeclipse on Ubuntu (Gutsy) I'm having problems with the code assist. It'll code assist for php5 functions, but not for php5 class methods.

example:

will code assist chdir() but not a_class -> a_method.

do you know how to make it so, I can get code assist for classes?