Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to write Yii extensions? Any good reference?

Does anyone know any good reference on how to write Yii framework extensions? I've been searching all over the net and I couldn't find anything.

If there is no such thing, what steps do I need to take (in general) ?

like image 867
Sthe Avatar asked May 16 '12 08:05

Sthe


1 Answers

look at the official tutorial

http://www.yiiframework.com/doc/guide/1.1/en/extension.create

I think that is quite enough and good start for creating Yii Extensions

like image 145
Arfeen Avatar answered Oct 03 '22 16:10

Arfeen