Wiki

Articles tagged with "extensions", sorted by commentsX
Displaying 1-4 of 4 result(s).

Directory independent extensions

Created 2 years ago by GOshaTips3 comments – viewed 6,217 times – ( +15 / -1 )
Many people want to use downloaded extensions in their own way. As for me most of the extensions require me to correct Yii::import() instructions inside their source code. All these extensions are directory dependent. To avoid the situation described above, I suggest to implement pseudo-anonymous aliases:

Fixing extensions without modifying their code

Created 3 months ago by schmunkTips3 comments – viewed 2,471 times – ( +5 )
If you're working a lot with extensions you often stumble upon problems, when you want to include them into your custom web application, like hardcoded or absolute path aliases or classes extended from core application components, which implement addiditonal features.

Real Time Logging

Created 2 years ago by lucifuriousTips1 comment – viewed 12,867 times – ( +12 )
I've seen a lot of people asking about the logging facilities in Yii and thought I'd share a nice little class I wrote that provides near real-time logging.

Creating Yii applications with composer

Created 8 months ago by schmunkTutorials0 comments – viewed 13,579 times – ( +19 )
Creating Yii applications with composer