Edward 108 Posted November 1, 2012 Report Share Posted November 1, 2012 I just noticed on the YiiFramework.com site that they have extended the Version 1 maintenance period from 2013 to 2015. End of Maintenance "Dec 31, 2015 (may be extended further if needed)" http://www.yiiframework.com/download/ This is good news! Quote Link to post Share on other sites
Larry 428 Posted November 1, 2012 Report Share Posted November 1, 2012 Yes it is! Quote Link to post Share on other sites
Edward 108 Posted November 1, 2012 Author Report Share Posted November 1, 2012 Did you have something to do with that? Quote Link to post Share on other sites
Larry 428 Posted November 1, 2012 Report Share Posted November 1, 2012 No, no, not at all. But the people running Yii take their roles very seriously. Quote Link to post Share on other sites
Edward 108 Posted November 6, 2012 Author Report Share Posted November 6, 2012 I finished of the JS book which was awesome it makes JS easy as it was not from other authors. But i would just like to say i am really impressed with the PHP Advanced OOP book, this book is definitely better put together than the David Powers OOP Solutions book. I can also see how your are crafting this book towards using the Yii framework, you have many similar situations to Yii. The Interface chapter for example and also the earlier MVC chap where you routed all the pages through index.php using MOD REWRITE. This is definitely good, David Powers lacked these experience building examples. Sadly no traits or namespaces in Yii Version 1, may have to wait for the 2nd, those are useful. Actually i guess if my host has PHP 5.3, it won't matter i could still use them even though i possibly lack some of the new Yii functionality. I guess another way of looking at this is people have been surviving for years now making millions to billions of dollars without traits and namespaces so do we really need them!! Quote Link to post Share on other sites
Antonio Conte 426 Posted November 6, 2012 Report Share Posted November 6, 2012 I hate that dumb backslash thingy. I think they should've went for spaces and called them imports like other languages. (Functionally, I see nothing wrong, but they just look ugly. This is two ways to implement the same in Java. import I.Look.Pretty.*; $z = new Nice(); /* --------------- */ $y = new I.Look.Pretty.Nice(); // Also pretty nice Quote Link to post Share on other sites
Edward 108 Posted November 6, 2012 Author Report Share Posted November 6, 2012 I hate that dumb backslash thingy. I think they should've went for spaces and called them imports like other languages. (Functionally, I see nothing wrong, but they just look ugly. This is two ways to implement the same in Java. import I.Look.Pretty.*; $z = new Nice(); /* --------------- */ $y = new I.Look.Pretty.Nice(); // Also pretty nice The more ugly it looks the more impressed your Girlfriend will be that you can comprehend such complicated code. 2 Quote Link to post Share on other sites
Larry 428 Posted November 6, 2012 Report Share Posted November 6, 2012 That's funny. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.