sebas
(Sebathi)
January 6, 2009, 11:42am
1
Hey!
I'm working right now and see that we use a lot of cheatsheet for programming JS and other frameworks (.net fw). I think that Yii CheatSheet will be a great help to people that is starting with the framework.
I can help with the design if you like to do one!
qiang
(Qiang Xue)
January 6, 2009, 12:05pm
2
Yes, I want to create one, but don't know how. It'll be great if you can help! Thanks!
sebas
(Sebathi)
January 6, 2009, 6:31pm
3
Just give me some of the Main Application Class, Request, Cookies, Session files and we make a first cheatsheet about the Application class.
Also we can add the diagram that is on the guide about MVC pattern in Yii (with filters, actions, etc.)
qiang
(Qiang Xue)
January 6, 2009, 7:18pm
4
Let's get the following out:
Yii (extends YiiBase)
CWebApplication (extends CApplication)
CController (extends CBaseController)
CWidget (extends CWidget)
CHtml
CHttpRequest
CClientScript
CActiveRecord
CFormModel
CDbConnection
CDbCommand
CValidator
qiang
(Qiang Xue)
January 6, 2009, 7:43pm
6
oops, should be CWidget extends CBaseController. Sorry.
system
(system)
April 4, 2009, 9:31pm
7
Hello. I'm working on my first Yii application and learning the framework. I was wondering if you guys have made any progress on the cheat sheet?
I find myself looking at the Yii comprehensive guide often for common things and it would be nice to have a cheat sheet for things like render-> and and AR and RAR type of things.
imehesz
(Imehesz)
June 17, 2009, 1:14pm
8
hello,
any news on the cheatsheet , yet? (all the big frameworks have at least one
thanks,
–iM
Ismael
(Shalanga)
June 17, 2009, 2:50pm
9
Well, Zend Framework made one only last month!
It may took time!
http://devzone.zend…orkflow-Diagram
imehesz
(Imehesz)
June 17, 2009, 3:13pm
10
haha
i was referring to CakePHP and Rails, they have very nice CheatSheets
–iM
sebas
(Sebathi)
August 25, 2009, 4:13am
11
Ok, I need the cheat sheet today for a course for some of the new developers at our company.
I finish it.
You can download it from here
Please, tell me what do you think to change it and make a new one
So1
(Webshark)
August 25, 2009, 4:45am
12
Maybe change the link to appropriate? This one does not work despite “Page not found” does not appear.
I was happy that you have released cheat sheet and frustrated that I can not download it
Thanks in advance.
pestaa
(Pestaa)
August 25, 2009, 6:53am
13
I’m afraid this file is empty (tried to save link target as…). Can’t wait to try this cheatsheet out.
sebas
(Sebathi)
August 25, 2009, 12:36pm
14
I’ve fixed it. Sorry for that
mikl
(Mike)
August 25, 2009, 12:42pm
15
Very nice job, sebas. Thanks!
qiang
(Qiang Xue)
August 25, 2009, 1:08pm
16
Very nice! May I put it in the documentation section?
For CDbCommand, I suggest adding execute() and remove prepare and cancel. The former is commonly used while the latter not.
pestaa
(Pestaa)
August 25, 2009, 1:11pm
17
Great work, I appreciate! May I suggest to make use of the new design for the project site, so it might better fit to the rest of the content?
sebas
(Sebathi)
August 25, 2009, 1:23pm
18
qiang:
Very nice! May I put it in the documentation section?
For CDbCommand, I suggest adding execute() and remove prepare and cancel. The former is commonly used while the latter not.
Yes, of course!!!
I’ve changed CDbCommand. You can download the new version here
jonah
(Poppitypop)
August 27, 2009, 3:59am
19
There is an error: it says "CWidget (extends CWidget)"