Welcome! Log In Create A New Profile

Advanced

[PHP] Which workstation????

Posted by Farzan Dalaee 
Farzan Dalaee
[PHP] Which workstation????
June 05, 2012 02:20PM
hi guys
i really confuse by choosing the best work station for php ( cakephp , smarty , net bean , ... ) , please give me some advisdes.
and please tell why which one is better,
tnx
best regards farzan
Simon Schick
Re: [PHP] Which workstation????
June 05, 2012 02:30PM
Hi, Farzan

I do not really get your point of confusion ...

What you've posted here are tools/frameworks that do not to the same stuff
at all, yes you could even use all without missing something ...

cakephp
... is a full-stack PHP-Framework. Yes, I have to say that there's quite a
bunch of full-stack frameworks in PHP you could choose and I myself would
recommend one by knowing how much experience you have in PHP :)

smarty
... is a template-engine for PHP. If you want to use smarty, twig, php
itself or another library as template-engine is up to you. Using a
template-engine for some programmers I know just feel like a better
separation between the view and the controler/model (search for
ModelViewControler if you don't know what I mean here).

netbeans
... is an IDE where you can develop with. I prefer to use PhpStorm, others
use EclipsePDT, Notepad++ or even the basic editor of windows. This is just
about syntax-highlight, code-completion and other things helping you to
develop your code.

Hope that helps :)

Bye
Simon

On Tue, Jun 5, 2012 at 2:10 PM, Farzan Dalaee <[email protected]>wrote:

> hi guys
> i really confuse by choosing the best work station for php ( cakephp ,
> smarty , net bean , ... ) , please give me some advisdes.
> and please tell why which one is better,
> tnx
> best regards farzan
Simon Schick
Re: [PHP] Which workstation????
June 11, 2012 12:20PM
Hi, All

There was an interesting talk on the PHP Conference Spring 2012:
Concepts of Success: Choose Your Framework
http://phpconference.com/2012spring/keynotes#session-3

If somebody has been there, please write some notes ... I personally
haven't had the time to join but am quite interested, what the developer of
the frameworks say about their own systems in comparison to others. Pro and
(more interesting) Contra arguments.

The only stuff I found is in german and quite limited:
http://it-republik.de/php/artikel/FLOW3-Zend-Symfony-Auf-der-Suche-nach-dem-besten-Framework-4826.html

Bye
Simon

On Tue, Jun 5, 2012 at 2:22 PM, Simon Schick <[email protected]>wrote:

> Hi, Farzan
>
> I do not really get your point of confusion ...
>
> What you've posted here are tools/frameworks that do not to the same stuff
> at all, yes you could even use all without missing something ...
>
> cakephp
> .. is a full-stack PHP-Framework. Yes, I have to say that there's quite a
> bunch of full-stack frameworks in PHP you could choose and I myself would
> recommend one by knowing how much experience you have in PHP :)
>
> smarty
> .. is a template-engine for PHP. If you want to use smarty, twig, php
> itself or another library as template-engine is up to you. Using a
> template-engine for some programmers I know just feel like a better
> separation between the view and the controler/model (search for
> ModelViewControler if you don't know what I mean here).
>
> netbeans
> .. is an IDE where you can develop with. I prefer to use PhpStorm, others
> use EclipsePDT, Notepad++ or even the basic editor of windows. This is just
> about syntax-highlight, code-completion and other things helping you to
> develop your code.
>
> Hope that helps :)
>
> Bye
> Simon
>
>
> On Tue, Jun 5, 2012 at 2:10 PM, Farzan Dalaee <[email protected]>wrote:
>
>> hi guys
>> i really confuse by choosing the best work station for php ( cakephp ,
>> smarty , net bean , ... ) , please give me some advisdes.
>> and please tell why which one is better,
>> tnx
>> best regards farzan
>
>
>
Sorry, only registered users may post in this forum.

Click here to login