Re: [PHP] PHP framework

2010-05-14 Thread Ashley Sheridan
On Sat, 2010-05-15 at 00:02 +0200, jfma...@electrex.pt wrote: Greetings all! I new in template engines and frameworks, can you advice me the best php framework. Do you all use smarty? I need something that does MVC and templates, and specialy that has a lot of web resources to see other

Re: [PHP] PHP framework

2010-05-14 Thread Augusto Flavio
You can use the symfony. It's a great framework. Bye. Augusto Morais

Re: [PHP] php framework vs just php?

2008-04-22 Thread Nitsan Bin-Nun
Umm hell yes? I don't use frameworks, its an awsome thing, but I don't like them. But if I'm not using any framework at all, the least I do is writing the application object-oriented'ly. Regards, Nitsan On 22/04/2008, paragasu [EMAIL PROTECTED] wrote: honestly, i never used any framework to do

Re: [PHP] php framework vs just php?

2008-04-22 Thread Robert Cummings
On Tue, 2008-04-22 at 17:25 +0800, paragasu wrote: honestly, i never used any framework to do my coding. i look into few popular framework like cakePHP and codeIgiter. I did learn the tutorial but still decide whether to use it on my next project. the thing is, i already develop few

Re: [PHP] php framework vs just php?

2008-04-22 Thread paragasu
My clients benefit downstream whenever I add to my framework. A problem solved two years ago is a problem still solved today, and I don't need to copy and paste into their project and thus maintain multiple versions of the same solution. i am quite new in php. i only spent about 3 year

Re: [PHP] php framework vs just php?

2008-04-22 Thread Lester Caine
Robert Cummings wrote: i just wondering whether i am the only one thinking this way. anyone out there still doing php without using framework? There's plenty of people out there who don't believe in frameworks. Nothing wrong with that-- to each their own. Only thing I would ask you is whether

Re: [PHP] php framework vs just php?

2008-04-22 Thread tedd
At 5:25 PM +0800 4/22/08, paragasu wrote: i just wondering whether i am the only one thinking this way. anyone out there still doing php without using framework? I don't use a framework either. However, I do have a collection of routines (many stolen from Rob, David et al on this list) that I

Re: [PHP] php framework vs just php?

2008-04-22 Thread Richard Heyes
i just wondering whether i am the only one thinking this way. anyone out there still doing php without using framework? Absolutely. Personally I use a lot of disparate libraries, a lot of them from PEAR. Doing this I've never found the need or the inclination to use a framework. -- Richard

Re: [PHP] php framework vs just php?

2008-04-22 Thread Paul Scott
On Tue, 2008-04-22 at 13:34 +0100, Richard Heyes wrote: Absolutely. Personally I use a lot of disparate libraries, a lot of them from PEAR. Doing this I've never found the need or the inclination to use a framework. But that is kind of a framework! You get two kinds of framework in PHP

Re: [PHP] php framework vs just php?

2008-04-22 Thread paragasu
You get two kinds of framework in PHP IMHO - the Glue frameworks (like Chisimba, CakePHP etc) and the component frameworks (like PEAR, Zend Framework etc). personally i prefer to call component framework as code library =)

Re: [PHP] php framework vs just php?

2008-04-22 Thread Robert Cummings
On Tue, 2008-04-22 at 14:41 +0200, Paul Scott wrote: On Tue, 2008-04-22 at 13:34 +0100, Richard Heyes wrote: Absolutely. Personally I use a lot of disparate libraries, a lot of them from PEAR. Doing this I've never found the need or the inclination to use a framework. But that is

Re: [PHP] php framework vs just php?

2008-04-22 Thread Robert Cummings
On Tue, 2008-04-22 at 20:49 +0800, paragasu wrote: You get two kinds of framework in PHP IMHO - the Glue frameworks (like Chisimba, CakePHP etc) and the component frameworks (like PEAR, Zend Framework etc). personally i prefer to call component framework as code library =) Well since

Re: [PHP] php framework vs just php?

2008-04-22 Thread Daniel Brown
On Tue, Apr 22, 2008 at 5:25 AM, paragasu [EMAIL PROTECTED] wrote: honestly, i never used any framework to do my coding. i look into few popular framework like cakePHP and codeIgiter. I did learn the tutorial but still decide whether to use it on my next project. [snip!] i just

Re: [PHP] PHP Framework alternative ...

2006-04-16 Thread Ligaya Turmelle
I second that, and if anyone in the know cares to comment on whether: a. php will actually implement static late binding Mike Lively gives and update on the late static binding patch submitted to the internals on his blog

Re: [PHP] PHP Framework alternative ...

2006-04-13 Thread Jochem Maas
Chris Shiflett wrote: Jochem Maas wrote: a. php will actually implement static late binding b. Zend Framework's 'DataObject' class will make use of said late binding to do cool things like Person::findAll( $myFilter ) with out having to actually implement a findAll method in the Person class

Re: [PHP] PHP Framework alternative ...

2006-04-13 Thread Jochem Maas
Robert Cummings wrote: On Wed, 2006-04-12 at 19:23, Jochem Maas wrote: Robert Cummings wrote: I must say that I have questions regarding the 'real' reasons behind The most plausible real reason is to give Zend's name to a framework that will possibly rally interest behind a single

Re: [PHP] PHP Framework alternative ...

2006-04-12 Thread Robert Cummings
On Wed, 2006-04-12 at 16:21, Jochem Maas wrote: no question here but for anyone wanting a totally different take on php frameworks and some killer code examples take a look at this: http://toys.lerdorf.com/archives/38-The-no-framework-PHP-MVC-framework.html Rasmus is just suggesting

Re: [PHP] PHP Framework alternative ...

2006-04-12 Thread Jochem Maas
Robert Cummings wrote: On Wed, 2006-04-12 at 16:21, Jochem Maas wrote: no question here but for anyone wanting a totally different take on php frameworks and some killer code examples take a look at this: http://toys.lerdorf.com/archives/38-The-no-framework-PHP-MVC-framework.html

Re: [PHP] PHP Framework alternative ...

2006-04-12 Thread Robert Cummings
On Wed, 2006-04-12 at 19:23, Jochem Maas wrote: Robert Cummings wrote: I must say that I have questions regarding the 'real' reasons behind The most plausible real reason is to give Zend's name to a framework that will possibly rally interest behind a single framework rather than the multitude

Re: [PHP] PHP Framework alternative ...

2006-04-12 Thread Chris Shiflett
Jochem Maas wrote: a. php will actually implement static late binding b. Zend Framework's 'DataObject' class will make use of said late binding to do cool things like Person::findAll( $myFilter ) with out having to actually implement a findAll method in the Person class I have read indications

Re: [PHP] PHP Framework

2005-11-15 Thread Richard Davey
Hi Yonatan, Tuesday, November 15, 2005, 2:54:27 PM, you wrote: I want to start using a framework to my future sites and I saw that there are quite alot of options out there at the net, if anyone got any experience with frameworks I would really like to receive some suggestions,

Re: [PHP] PHP Framework

2005-11-15 Thread Yonatan Ben-Nes
Richard Davey wrote: Hi Yonatan, Tuesday, November 15, 2005, 2:54:27 PM, you wrote: I want to start using a framework to my future sites and I saw that there are quite alot of options out there at the net, if anyone got any experience with frameworks I would really like to receive some

Re: [PHP] PHP Framework

2005-11-15 Thread Robert Cummings
On Tue, 2005-11-15 at 09:54, Yonatan Ben-Nes wrote: Hi All, I want to start using a framework to my future sites and I saw that there are quite alot of options out there at the net, if anyone got any experience with frameworks I would really like to receive some suggestions,

Re: [PHP] PHP Framework

2005-11-15 Thread Yonatan Ben-Nes
Robert Cummings wrote: On Tue, 2005-11-15 at 09:54, Yonatan Ben-Nes wrote: Hi All, I want to start using a framework to my future sites and I saw that there are quite alot of options out there at the net, if anyone got any experience with frameworks I would really like to receive some

Re: [PHP] PHP Framework

2005-11-15 Thread Alessandro Rossini
On Tuesday 15 November 2005 16:09, Richard Davey wrote: I want to start using a framework to my future sites and I saw that there are quite alot of options out there at the net, if anyone got any experience with frameworks I would really like to receive some suggestions, recommenditions

Re: [PHP] PHP framework

2004-10-24 Thread Justin French
On 24/10/2004, at 4:04 AM, Igor wrote: I need to develop an PHP/MySql application (about 20 db tables and 70 screens). I was wandering if there is a solid framework out there that could help development. Also, I would appreciate any recommendations for books/docs on good development practices

Re: [PHP] PHP framework

2004-10-23 Thread Bruno B B Magalhães
Igor, the problem on using a framework is that you have to learn it before you take advantage of its features, I mean you must consider the learning curve in your time schedule. There are pretty good frameworks out there, but each one with your pros and cons, and with your own goals, I mean, a

Re: [PHP] php framework

2003-10-21 Thread Ray Hunter
just wanted a general idea on what kind of PHP framework everyone is using.. i've heard of pear, and interjinn.. is there a preference or distinct advantage that a particular framework has in comparison to one another? Check the archives...this has been touched on numerous times in the past

Re: [PHP] php framework

2003-10-21 Thread Jordan S. Jones
Where I work, we use a heavily modified version of Fusebox. We like it. Jordan S. Jones Lai, Kenny wrote: just wanted a general idea on what kind of PHP framework everyone is using.. i've heard of pear, and interjinn.. is there a preference or distinct advantage that a particular framework has

Re: [PHP] php framework

2003-10-21 Thread Jordan S. Jones
Modified to be object oriented and support xml/xslt. Jordan S. Jones wrote: Where I work, we use a heavily modified version of Fusebox. We like it. Jordan S. Jones Lai, Kenny wrote: just wanted a general idea on what kind of PHP framework everyone is using.. i've heard of pear, and

Re: [PHP] PHP Framework

2003-02-03 Thread John Wards
On Monday 03 Feb 2003 2:01 pm, karthikeyan.balasubramanian wrote: Hi All, I finally decided to upgrade my PHP. Just want to know your thoughts on which Framework is the best with a clear seperation of content from presentation. Please let me know which do you think is the best and why?

Re: [PHP] PHP Framework

2003-02-03 Thread Danny Shepherd
Wards [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 03, 2003 2:41 PM Subject: Re: [PHP] PHP Framework On Monday 03 Feb 2003 2:01 pm, karthikeyan.balasubramanian wrote: Hi All, I finally decided to upgrade my PHP. Just want to know your thoughts on which Framework

Re: [PHP] PHP Framework

2003-02-03 Thread PHP
How does Smarty compare with PHP FAST Template?? - Original Message - From: Danny Shepherd [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 03, 2003 2:51 PM Subject: Re: [PHP] PHP Framework Well, Yahoo! have moved/are moving to Smarty and they get a few million views

Re: [PHP] PHP Framework

2003-02-03 Thread Maxim Maletsky
. It's also very easy to extend. Danny. - Original Message - From: John Wards [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 03, 2003 2:41 PM Subject: Re: [PHP] PHP Framework On Monday 03 Feb 2003 2:01 pm, karthikeyan.balasubramanian wrote: Hi All, I

Re: [PHP] PHP Framework

2003-02-03 Thread rush
Maxim Maletsky [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I agree, I'd go for Smarty. Though, on the other hand, I often see no reason for using the Templates of any kind. Why? Because you stil get to hard code the tags in it. Not making that much sense as