Hi all,
I’m looking for a The Definitive Guide to Yii 2.0 in PDF format.
I’ve already printed this pdf:
http://stuff.cebe.cc/yii2-guide.pdf
But I think that this is an old version because when I compare it to the online version:
http://www.yiiframework.com/doc-2.0/guide-README.html
there’s a lot of changes.
Any one can help me, please?
Blessings
Sam
vivek.aris
(Vivek Aris)
January 17, 2015, 6:57am
2
I think this is best book.
dont be curious http://www.yiiframework.com/doc-2.0/
will help you lot .
if you are new in YII2
visit doingiteasy youtube channel.
namedin
(Info)
December 8, 2015, 2:48pm
3
For every one check this page.
It seems the newer version is there :
http://stuff.cebe.cc
http://stuff.cebe.cc/yii2-guide.en.pdf
Because Yii2 itself is a few buggy (https://github.com/yiisoft/yii2/issues/9938 ) all composer and other zip installations are refer to basic and advanced template versions.
And the apidoc ext (packagist) requires cebe/markdown-latex 1.0.0 on yiisoft/yii2: >=2.0.4 (not cebe/markdown 1.1.0 on yii2 basic app) thus it is so buggy to generate the doc your self locally because of the cebe/markdown conflicts with apidoc.
http://www.yiiframework.com/forum/index.php/topic/58323-im-not-able-to-install-yiisoftyii2-apidoc/
First I tried to downgrade(composer) the downloaded basic or advanced but it will remove a lot of packages because the composer.json and composer.lock are different in that downloaded zips of yiiframework.com
-------- below text was the additional parts of the reply I was gonna put in the above forum post (may be useful)
When I simply tried to get yii2 via composer, I had some thing like this:
yiisoft/yii2 dev-master requires bower-asset/jquery 2.1.@stable | 1.11.@stable -> no matching package found.
Apparently we must use yii2-app-basic or yii-basic-app-2.0.6 (which are two ambiguous different things) or advanced instead.
It seems that in addition to composer I had downloaded yii 2 from this URL :
https://github.com/yiisoft/yii2/releases/download/2.0.6/yii-basic-app-2.0.6.tgz
in this page :
http://www.yiiframework.com/download/
If we try to downgrade cebe/markdown 1.1.0 to cebe/markdown-latex 1.0.0 or even run any composer upgrade command on yii-basic-app-2.0.6, because of the differences between composer.json and composer.lock, a lot of packages will be removed. Thus seemingly we must copy some requirements from composer.lock to composer.json first.
I tried to work around artifact composer update and change the requirements of apidoc to only cebe/markdown 1.1.0 not latex however I have a little time and can’t work around this (and probably won’t work because of the essential latex).
The conclusion for me was that currently I can’t have apidoc *.md files locally and I couldn’t find the downloadable doc version.
However I didn’t test the simple core of :
https://github.com/yiisoft/yii2-app-basic/
I’m a few confused. Previously I was using yii 1.1.x and it was excellent to guide the user to a right way.
marespi
(Pierre Mareschal)
December 11, 2015, 8:02am
4
Hello,
Wouldn’t it be simpler in both doc and generated pdf had a “last updated” and a “printed/generated on” date timestamp?
Thank you for the new link.
P.
PS: You also have a version here https://delc82.gitbooks.io/yii2-guide/ , but I don’t know how up-to-date it is.
ajith
(Ajith Tejas)
December 11, 2015, 9:07am
5
the doc is still incomplete 16.1 helpers page 457