php-general Digest 21 Jul 2011 15:54:28 -0000 Issue 7409

2011-07-21 Thread php-general-digest-help
php-general Digest 21 Jul 2011 15:54:28 - Issue 7409 Topics (messages 314130 through 314133): Re: ezmlm warning 314130 by: taomin 314131 by: With No Name 314132 by: With No Name 314133 by: Daniel Brown Administrivia: To subscribe to the digest, e-mail:

php-general Digest 22 Jul 2011 05:07:10 -0000 Issue 7410

2011-07-21 Thread php-general-digest-help
php-general Digest 22 Jul 2011 05:07:10 - Issue 7410 Topics (messages 314134 through 314147): PHP frameworks 314134 by: Chris Stinemetz 314135 by: Paul M Foster 314136 by: shiplu 314137 by: Bastien 314138 by: Ashley Sheridan 314139 by: Shawn

Re: [PHP] Fwd: ezmlm warning

2011-07-21 Thread With No Name
On Wed, July 20, 2011 11:00 am, Tamara Temple wrote: Um... what's going on here? Why would google mail be bouncing?? I have gotten the same ezmlm message for my account, but I have ask my provider (she is on th list too) and there are no errors in then Server Logs... Greetings KK -- PHP

Re: [PHP] Fwd: ezmlm warning

2011-07-21 Thread With No Name
On Wed, July 20, 2011 5:00 pm, Jim Lucas wrote: 1. http://www.mxtoolbox.com/SuperTool.aspx?action=blacklist%3a76.75.200.58 This say all: SORBS -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Fwd: ezmlm warning

2011-07-21 Thread Daniel Brown
On Thu, Jul 21, 2011 at 05:22, With No Name withnon...@tdwave.net wrote: On Wed, July 20, 2011 5:00 pm, Jim Lucas wrote: 1. http://www.mxtoolbox.com/SuperTool.aspx?action=blacklist%3a76.75.200.58 This say all:  SORBS Everyone got the ezmlm warnings because of this message:

[PHP] PHP frameworks

2011-07-21 Thread Chris Stinemetz
Hello all, I am thinking about venturing into PHP frameworks, but I would like to get advice on what the correct selection would be for someone that is about intermediate in PHP knowledge. Thank you, -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] PHP frameworks

2011-07-21 Thread Paul M Foster
On Thu, Jul 21, 2011 at 03:59:52PM -0500, Chris Stinemetz wrote: Hello all, I am thinking about venturing into PHP frameworks, but I would like to get advice on what the correct selection would be for someone that is about intermediate in PHP knowledge. Thank you, Try CodeIgniter (

Re: [PHP] PHP frameworks

2011-07-21 Thread shiplu
On Fri, Jul 22, 2011 at 3:20 AM, Paul M Foster pa...@quillandmouse.com wrote: On Thu, Jul 21, 2011 at 03:59:52PM -0500, Chris Stinemetz wrote: Hello all, I am thinking about venturing into PHP frameworks, but I would like to get advice on what the correct selection would be for someone that

Re: [PHP] PHP frameworks

2011-07-21 Thread Bastien
+1 for CI! it's a joy to work with Bastien Koert 905-904-0334 On 2011-07-21, at 5:20 PM, Paul M Foster pa...@quillandmouse.com wrote: On Thu, Jul 21, 2011 at 03:59:52PM -0500, Chris Stinemetz wrote: Hello all, I am thinking about venturing into PHP frameworks, but I would like to get

Re: [PHP] PHP frameworks

2011-07-21 Thread Ashley Sheridan
EBastien phps...@gmail.com wrote: +1 for CI! it's a joy to work with Bastien Koert 905-904-0334 On 2011-07-21, at 5:20 PM, Paul M Foster pa...@quillandmouse.com wrote: On Thu, Jul 21, 2011 at 03:59:52PM -0500, Chris Stinemetz wrote: Hello all, I am thinking about venturing into PHP

[PHP] Re: PHP frameworks

2011-07-21 Thread Shawn McKenzie
On 07/21/2011 03:59 PM, Chris Stinemetz wrote: Hello all, I am thinking about venturing into PHP frameworks, but I would like to get advice on what the correct selection would be for someone that is about intermediate in PHP knowledge. Thank you, So, with your post you will probably get

Re: [PHP] Re: PHP frameworks

2011-07-21 Thread Micky Hulse
+1 for CI. If you search the group archives, a little while back I asked about micro PHP frameworks and got a ton of good replies. So folks, how'z about a PHP framework with a built-in admin interface? That would be pretty sweet. :) -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Re: PHP frameworks

2011-07-21 Thread Jim Lucas
On 7/21/2011 4:00 PM, Micky Hulse wrote: +1 for CI. If you search the group archives, a little while back I asked about micro PHP frameworks and got a ton of good replies. So folks, how'z about a PHP framework with a built-in admin interface? That would be pretty sweet. :) So, what

Re: [PHP] Re: PHP frameworks

2011-07-21 Thread Micky Hulse
On Thu, Jul 21, 2011 at 5:21 PM, Jim Lucas li...@cmsws.com wrote: So, what would said admin interface allow you to administrate? Your app models? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: PHP frameworks

2011-07-21 Thread Micky Hulse
On Thu, Jul 21, 2011 at 5:33 PM, Micky Hulse rgmi...@gmail.com wrote: Your app models? More specifically, your app model data. :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: PHP frameworks

2011-07-21 Thread Shawn McKenzie
On 07/21/2011 07:44 PM, Micky Hulse wrote: On Thu, Jul 21, 2011 at 5:33 PM, Micky Hulse rgmi...@gmail.com wrote: Your app models? More specifically, your app model data. :) A la CakePHP. Will automagically build controllers and views for the admin of your tables/models if you wish. --

Re: [PHP] Re: PHP frameworks

2011-07-21 Thread Micky Hulse
On Thu, Jul 21, 2011 at 6:44 PM, Shawn McKenzie nos...@mckenzies.net wrote: A la CakePHP.  Will automagically build controllers and views for the admin of your tables/models if you wish. Oooh, interesting! I will check out CakePHP! Thanks for tip! :) -- PHP General Mailing List

[PHP] How to install pecl_http into a web hosting service

2011-07-21 Thread gato chalar
Hi list, I need to perform http requests (GET,POST) , I have readed about pecl_http package, so it seem to be what I need. Reading further I sow some ways to install this package to a server where you have all rights and privilegies, and that's the problem; I don't know if I will be able to

[PHP] PHP/Cairo-0.2.0 Build Bug

2011-07-21 Thread Thomas Dineen
Gentle People: When I try to build the PHP/Cairo Extension (version cairo-0.2.0) with the following command: pecl install channel://pecl.php.net/cairo-0.2.0 on Solaris 10 Intel, I get the following errors: /tmp/pear/temp/Cairo/cairo_surface.c, line 706: undefined symbol: