On Mon, 21 Sep 2009, pcummins wrote: > With the introduction of PHP frameworks and widespread use of MVC > pattern in web development, has anyone ever wondered why we aren't > simply writing our web applications in C++, and using 'templates' > files for view delivery?
C++ is a large overly-complicated language not really suited to agile web development. Its no surpise that Java anc other OOP language have simpler OOP constructs. > Programmers wonder why they ever stopped writing in C/C++. Do we? (I dont). > wonder.... how far away is a good PHP framework from C / Java? PHP performance is good enough for this not to matter. Hardware is cheap. Clouds are plentiful. -- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
