[PHP] Seeking strategy/algorithm for maintaining order of records

2011-10-15 Thread Stephen
I am building a site for my photography. The photographs are displayed by category. The category table has a field for "order" In my control panel I want to be able to change the order of the categories by changing the values in the category field. I can dynamically build a form of all categ

[PHP] Re: Extending an instantiated class

2011-10-15 Thread Alain Williams
On Sat, Oct 15, 2011 at 03:01:44PM +0100, Alain Williams wrote: > Well, that is what I think that I need. Please let me explain what I am > trying to do > and tell me how to do it or a better way of doing it. > .. I have solved it. The problem is basically one of ensuring that properties are

Re: [PHP] Image Rotation Script

2011-10-15 Thread Stuart Dallas
On 15 Oct 2011, at 15:50, d...@nkmo.com wrote: > We have a simple script which rotates and image to a random value, saves > it to a cache directory and displays it. For some reason when I move the > script from a Debian box over to the production CentOS machine, it no > longer caches any of the im

[PHP] Image Rotation Script

2011-10-15 Thread dev
We have a simple script which rotates and image to a random value, saves it to a cache directory and displays it. For some reason when I move the script from a Debian box over to the production CentOS machine, it no longer caches any of the images. the rest works, but not the cache. If you could lo

[PHP] Extending an instantiated class

2011-10-15 Thread Alain Williams
Well, that is what I think that I need. Please let me explain what I am trying to do and tell me how to do it or a better way of doing it. I have an application where a Screen (web page) may contain several Forms. The Forms will want to access properties, etc, from their Screen. So what I want i

Re: [PHP] Dennis Ritchie, Father of Unix and C programming language, dead at 70

2011-10-15 Thread shiplu
I found this, And I liked it. int main() { printf("Goodbye Daddy\n"); return 0; } -- Shiplu Mokadd.im Follow me, http://twitter.com/shiplu Innovation distinguishes between follower and leader

RE: [PHP] Dennis Ritchie, Father of Unix and C programming language, dead at 70

2011-10-15 Thread Arno Kuhl
-Original Message- From: Daevid Vincent [mailto:dae...@daevid.com] Sent: 14 October 2011 12:08 AM To: php-general@lists.php.net Subject: [PHP] Dennis Ritchie, Father of Unix and C programming language, dead at 70 #include int main() { printf("R.I.P. Dennis Ritchie: 1941-2011\n")

Re: [PHP] Dennis Ritchie, Father of Unix and C programming language, dead at 70

2011-10-15 Thread Ricardo Martinez
int main() { printf("R.I.P. Dennis Ritchie: 1941-2011\n"); return 0 } sad notice... RIP On Fri, Oct 14, 2011 at 10:01 PM, tamouse mailing lists < tamouse.li...@gmail.com> wrote: > On Thu, Oct 13, 2011 at 5:08 PM, Daevid Vincent wrote: > > #include > > > > int main() > > { > >