Re: [PHP] PHP frameworks

2011-08-06 Thread Lester Caine
Christopher Lee wrote: I am new to PHP and wanted to ask a question which I think is related to this discussion thread. What are you referring to when using the term PHP Framework? I downloaded Eclipse-JEE with PHP Development Tools. Would this development environment constitute a PHP

RE: [PHP] PHP frameworks

2011-08-05 Thread Christopher Lee
, Christopher From: Laruence [larue...@baidu.com] Sent: Sunday, July 24, 2011 11:19 PM To: Floyd Resler Cc: PHP Subject: Re: [PHP] PHP frameworks Hi: if you have high performance need, you can considering Yaf( a PHP framework which is build in PHP extension) http

Re: [PHP] PHP frameworks

2011-07-24 Thread Laruence
Hi: if you have high performance need, you can considering Yaf( a PHP framework which is build in PHP extension) http://pecl.php.net/package/Yaf thanks Best regards 惠新宸 Xinchen Hui http://www.laruence.com/ On 2011/7/22 20:38, Floyd Resler wrote: On Jul 22, 2011, at 8:33 AM, Richard

Re: [PHP] PHP frameworks

2011-07-22 Thread Floyd Resler
On Jul 21, 2011, at 11:41 PM, Micky Hulse wrote: 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

Re: [PHP] PHP frameworks

2011-07-22 Thread Richard Quadling
On 22 July 2011 13:26, Floyd Resler fres...@adex-intl.com wrote: On Jul 21, 2011, at 11:41 PM, Micky Hulse wrote: 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

Re: [PHP] PHP frameworks

2011-07-22 Thread Floyd Resler
On Jul 22, 2011, at 8:33 AM, Richard Quadling wrote: On 22 July 2011 13:26, Floyd Resler fres...@adex-intl.com wrote: On Jul 21, 2011, at 11:41 PM, Micky Hulse wrote: On Thu, Jul 21, 2011 at 6:44 PM, Shawn McKenzie nos...@mckenzies.net wrote: A la CakePHP. Will automagically build

[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] PHP Frameworks

2009-03-08 Thread HallMarc Websites
First time caller; long time listener.. I have been looking at various PHP MVC frameworks; Limb3, Symphony, Mojavi, Navigator, WACT, etc. I'm looking for any input anyone might have regarding which framework seems to be the most promising? Thanks, Marc

Re: [PHP] PHP Frameworks

2009-03-08 Thread 9el
--- Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get a Free CD of Ubuntu mailed to your door without any cost. Visit : www.ubuntu.com --

Re: [PHP] PHP Frameworks

2009-03-08 Thread Paul M Foster
On Sun, Mar 08, 2009 at 11:54:01PM -0400, HallMarc Websites wrote: First time caller; long time listener.. I have been looking at various PHP MVC frameworks; Limb3, Symphony, Mojavi, Navigator, WACT, etc. I'm looking for any input anyone might have regarding which framework seems to

Re: [PHP] PHP Frameworks - Opinion

2006-08-03 Thread Jonathan Duncan
On Tue, 1 Aug 2006, Gabe wrote: What's the common consensus as to a solid PHP framework to use for application development? There seems to be a number of them out there, but I'm not sure which one's are the most robust, actively developed, secure, etc etc. Thoughts? I echo others in

Re: [PHP] PHP Frameworks - Opinion

2006-08-02 Thread Hidayet Dogan
What about CakePHP and Code Igniter? I know working with Code Igniter easier than CakePHP, but CakePHP is more capable than Code Igniter. On Tue, 1 Aug 2006, Robert Cummings wrote: On Wed, 2006-08-02 at 04:15 +0200, rich gray wrote: Robert Cummings wrote: [chop] An IDE is not a framework,

Re: [PHP] PHP Frameworks - Opinion

2006-08-02 Thread Andries Seutens
Hidayet Dogan schreef: What about CakePHP and Code Igniter? I know working with Code Igniter easier than CakePHP, but CakePHP is more capable than Code Igniter. Hi, Lately frameworks have become a real *hype*. Currently, there are more than 40 frameworks out there, and new ones are being

Re: [PHP] PHP Frameworks - Opinion

2006-08-02 Thread Paul Scott
--=neXtPaRt_1154507404 Content-Type: text/plain Content-Transfer-Encoding: 7bit Personally, I think that the community at the Zend Framework is doing a pretty good job. Everything is coded very well, with a lot of possibilities to extend things to your personal needs (if nessecary).

[PHP] PHP Frameworks - Opinion

2006-08-01 Thread Gabe
What's the common consensus as to a solid PHP framework to use for application development? There seems to be a number of them out there, but I'm not sure which one's are the most robust, actively developed, secure, etc etc. Thoughts? -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] PHP Frameworks - Opinion

2006-08-01 Thread Kevin Waterson
This one time, at band camp, Gabe [EMAIL PROTECTED] wrote: What's the common consensus as to a solid PHP framework to use for application development? There seems to be a number of them out there, but I'm not sure which one's are the most robust, actively developed, secure, etc etc. If

Re: [PHP] PHP Frameworks - Opinion

2006-08-01 Thread Paul Scott
On Tue, 2006-08-01 at 12:35 -0400, Gabe wrote: What's the common consensus as to a solid PHP framework to use for application development? There seems to be a number of them out there, but I'm not sure which one's are the most robust, actively developed, secure, etc etc. OK, from my

RE: [PHP] PHP Frameworks - Opinion

2006-08-01 Thread Kilbride, James P.
: Gabe [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 12:36 PM To: php-general@lists.php.net Subject: [PHP] PHP Frameworks - Opinion What's the common consensus as to a solid PHP framework to use for application development? There seems to be a number of them out there, but I'm

Re: [PHP] PHP Frameworks - Opinion

2006-08-01 Thread Satyam
There is no 'common consensus' but I am sure you'll be getting lots and lots, I would even say LOTS, of sugestions. Satyam - Original Message - From: Gabe [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Tuesday, August 01, 2006 6:35 PM Subject: [PHP] PHP Frameworks - Opinion

Re: [PHP] PHP Frameworks - Opinion

2006-08-01 Thread Michael B Allen
On Tue, 1 Aug 2006 19:44:28 +0200 Satyam [EMAIL PROTECTED] wrote: There is no 'common consensus' but I am sure you'll be getting lots and lots, I would even say LOTS, of sugestions. I would be very skeptical of any suggestions because only someone who tried multiple frameworks would be in a

Re: [PHP] PHP Frameworks - Opinion

2006-08-01 Thread Steve Turnbull
On Tue, 2006-08-01 at 12:35 -0400, Gabe wrote: What's the common consensus as to a solid PHP framework to use for application development? There seems to be a number of them out there, but I'm not sure which one's are the most robust, actively developed, secure, etc etc. Thoughts? I

Re: [PHP] PHP Frameworks - Opinion

2006-08-01 Thread Adam Zey
Steve Turnbull wrote: On Tue, 2006-08-01 at 12:35 -0400, Gabe wrote: What's the common consensus as to a solid PHP framework to use for application development? There seems to be a number of them out there, but I'm not sure which one's are the most robust, actively developed, secure, etc

Re: [PHP] PHP Frameworks - Opinion

2006-08-01 Thread Robert Cummings
On Tue, 2006-08-01 at 23:40 +0100, Steve Turnbull wrote: On Tue, 2006-08-01 at 12:35 -0400, Gabe wrote: What's the common consensus as to a solid PHP framework to use for application development? There seems to be a number of them out there, but I'm not sure which one's are the most

Re: [PHP] PHP Frameworks - Opinion

2006-08-01 Thread rich gray
Robert Cummings wrote: [chop] An IDE is not a framework, it's an IDE :) Cheers, Rob. I think Rob is being unduly modest - correct me if I am wrong but he is the core developer of the InterJinn php framework - http://interjinn.com - it's been out there for a while now (read: robust, fully

Re: [PHP] PHP Frameworks - Opinion

2006-08-01 Thread Robert Cummings
On Wed, 2006-08-02 at 04:15 +0200, rich gray wrote: Robert Cummings wrote: [chop] An IDE is not a framework, it's an IDE :) Cheers, Rob. I think Rob is being unduly modest - correct me if I am wrong but he is the core developer of the InterJinn php framework -

[PHP] PHP Frameworks?

2006-01-27 Thread Jay Paulson
Has anyone used any of the following frameworks? What is the general opinion of using frameworks etc? WASP - http://wasp.sourceforge.net/content/ Symfony - http://www.symfony-project.com/ Prado - http://www.xisc.com/ WACT - http://www.phpwact.org/ CakePHP - http://www.cakephp.org/ -- PHP

Re: [PHP] PHP Frameworks?

2006-01-27 Thread Richard K Miller
I haven't used them, but our local user group recently had a meeting on PHP frameworks[1]. The feeling of the people that have used them was that Symfony was a good project, and that CakePHP was a particularly large installation. No one mentioned having used Prado, WACT or WASP. We

Re: [PHP] PHP Frameworks

2005-12-28 Thread Ruben Rubio Rey
Script Head wrote: Nobody has mentioned Fusebox (www.fusebox.org). I have been using it to develop PHP applications for about 2 years. It has proven to be extremely flexible when a large number of developers collaborate on one project. jedit :) Love macros and plugins!

Re: [PHP] PHP Frameworks

2005-12-27 Thread Scott DeMers
[EMAIL PROTECTED] To: php-general@lists.php.net Sent: Friday, December 23, 2005 2:57 PM Subject: [PHP] PHP Frameworks Is there a good recent article on PHP Frameworks, or do people here has a predominant one that outshines the others? I'm looking for something that is easy to use, fast

Re: [PHP] PHP Frameworks

2005-12-24 Thread Alessandro Rossini
On Friday 23 December 2005 20:57, Shawn McKenzie wrote: Is there a good recent article on PHP Frameworks, or do people here has a predominant one that outshines the others? There are a lot of PHP frameworks available, some more mature than others but not yet a predominant one. Anyway if you're

Re: [PHP] PHP Frameworks

2005-12-24 Thread Fabiano Ricci
Hi, a very good framework is ZNF PHP Framework. It is available at http://znf.zeronotice.com/. This framework is very clear and easy to use. Developers are very active in this work and documentation is very good. I have chosen ZNF Framework because is fast and modular. bye On Friday 23

Re: [PHP] PHP Frameworks

2005-12-24 Thread Shawn McKenzie
Yes, this looks nice. Does anybody have experience with Prado? I know it won a Zend PHP5 coding contest in the past. Thanks! -Shawn Fabiano Ricci wrote: Hi, a very good framework is ZNF PHP Framework. It is available at http://znf.zeronotice.com/. This framework is very clear and easy to

Re: [PHP] PHP Frameworks

2005-12-24 Thread Script Head
Nobody has mentioned Fusebox (www.fusebox.org). I have been using it to develop PHP applications for about 2 years. It has proven to be extremely flexible when a large number of developers collaborate on one project.

[PHP] PHP Frameworks

2005-12-23 Thread Shawn McKenzie
Is there a good recent article on PHP Frameworks, or do people here has a predominant one that outshines the others? I'm looking for something that is easy to use, fast and stable. Thanks! -Shawn -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] PHP Frameworks

2005-12-23 Thread Zareef Ahmed
, December 23, 2005 2:57 PM Subject: [PHP] PHP Frameworks Is there a good recent article on PHP Frameworks, or do people here has a predominant one that outshines the others? I'm looking for something that is easy to use, fast and stable. Thanks! -Shawn -- PHP General Mailing List (http

Re: [PHP] PHP Frameworks

2005-12-23 Thread Shawn McKenzie
choice is Mojavi. BTW Zend is also doing some great work on it. Zareef Ahmed - Original Message - From: Shawn McKenzie [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Friday, December 23, 2005 2:57 PM Subject: [PHP] PHP Frameworks Is there a good recent article

Re: [PHP] PHP Frameworks

2005-12-23 Thread Chris Shiflett
Shawn McKenzie wrote: I searched on Zend PHP Framework because I had seen it referenced somewhere, however I can just find plans and objectives and no usable framework. It hasn't been released yet. However, there are many components that are finished, and I think Zend hopes to release a beta

Re: [PHP] PHP Frameworks

2005-12-23 Thread Richard K . Miller
I haven't tried them yet, but I've been tagging all the PHP frameworks I come across: http://del.icio.us/rkm28/php+framework The first one I want to try is PHP on Trax (http:// www.phpontrax.com/). It was used to build the KatrinaHousing.org site that was used to provide housing for

Re: [PHP] PHP Frameworks

2005-03-14 Thread Burhan Khalid
Simon Reye wrote: I'm moving away from Cold Fusion and am considering java or php. I've mucked around with Struts and Coccoon on the java side and think they are great. There does not however seem to be any well backed projects similar to these for php. Can anyone point me to a good php MVC

[PHP] PHP Frameworks

2005-03-13 Thread Simon Reye
I'm moving away from Cold Fusion and am considering java or php. I've mucked around with Struts and Coccoon on the java side and think they are great. There does not however seem to be any well backed projects similar to these for php. Can anyone point me to a good php MVC framework? -- PHP

Re: [PHP] PHP Frameworks

2005-03-13 Thread Jeffery Fernandez
Simon Reye wrote: I'm moving away from Cold Fusion and am considering java or php. I've mucked around with Struts and Coccoon on the java side and think they are great. There does not however seem to be any well backed projects similar to these for php. Can anyone point me to a good php MVC

Re: [PHP] PHP Frameworks

2005-03-13 Thread Simon Reye
Jeffery Fernandez wrote: Simon Reye wrote: I'm moving away from Cold Fusion and am considering java or php. I've mucked around with Struts and Coccoon on the java side and think they are great. There does not however seem to be any well backed projects similar to these for php. Can anyone