General plan about Yii2
#61
Posted 08 November 2011 - 04:30 PM
There are two components I think you guys should look at especially:
1) HttpFoundation
If you implement this then it will be really easy to integrate Yii to applications with Symfony2, phpBB4, Midgard CMS and Drupal 8 applications as they all know how to create and consume Requests and Responses from the HttpFoundation
2) HttpKernel
Adding this component will give your application very HTTP aware architecture that enables all sorts of goodness that is described here:
http://symfony.com/d...e-side-includes
If you are interested and have a few minutes you might want to skim this blog post:
http://fabien.potenc...hat-is-symfony2
#63
Posted 09 December 2011 - 06:09 AM
Lukas Kahwe Smith, on 08 November 2011 - 04:30 PM, said:
Personally, I like consistency and I don't like mixing components from different frameworks. I wouldn't like raw Symfony2 components inside Yii, just like I always hoped in native Yii components for things like feeds (rss, atom etc.) instead of relying on shreds of the Zend framework (it's not so nice to include a framework as a "library" of another framework).
#64
Posted 09 December 2011 - 06:13 AM
ekerazha, on 09 December 2011 - 06:09 AM, said:
Why not ?
As long as the library you're including is modular.
DRY.
#65
Posted 09 December 2011 - 06:18 AM
jacmoe, on 09 December 2011 - 06:13 AM, said:
As long as the library you're including is modular.
DRY.
If I have to use another framework, I just use that framework instead of Yii. Consistency and deduplication.
#66
Posted 19 December 2011 - 12:34 AM
ekerazha, on 09 December 2011 - 06:18 AM, said:
I found that using Yii with Zend Framework as a vendor for Mail, PDF and some API stuff is a very nice thing.
Why would Yii want to write an own Mailing Component from scratch, there are enough good ones out there...
#67
Posted 19 December 2011 - 12:56 AM
However: don't argue with Ekerazha. He's quite the troll.
#68
Posted 19 December 2011 - 04:14 PM
CeBe, on 19 December 2011 - 12:34 AM, said:
Why would Yii want to write an own Mailing Component from scratch, there are enough good ones out there...
I've already replied to this: consistency (exceptions management, coding style etc.) and deduplication. Dedicated libraries are borderline, but including a full featured framework into another framework is just aberrant.
jacmoe, on 19 December 2011 - 12:56 AM, said:
Dude, I'm the user number 37 here, surely a newcomer like you can't call me "troll", espacially when the quality of your arguments is usually at level zero (the message above confirms this for the umpteenth time).
#69
Posted 19 December 2011 - 04:48 PM
ekerazha, on 09 December 2011 - 06:09 AM, said:
my proposal was to actually build Yii2 on top of Symfony2 as a set of Bundles (Symfony2 lingo for Plugins) that add the rapid development toolchain that Yii provides while leveraging all the features of the Symfony2 foundation.
at any rate it seems like the core Yii dev indeed rather consider potentially reusing some Symfony2 components as part of developing their very own framework. if this should be possible without making the results feel like a mix and match, since Symfony2 components are totally standalone. aka using one does not mean you have to use another. while they still have a common design philosophy, so yes ideally these philosophies will match that of Yii2.
anyway .. we will see where things go
#71
Posted 04 March 2012 - 01:15 AM
There is an estimated date for the alpha release of Yii2?
#73
Posted 04 March 2012 - 02:00 PM
#74
Posted 19 March 2012 - 05:32 PM
"Note: We are currently actively developing Yii 2.0. The earliest possible 2.0 alpha release may be in March 2012, but we cannot guarantee it."
And as I can seen Yii 2.0 alpha is far from being released, and now we are in the middle of March.

Help

This topic is locked











