Wiki

Articles tagged with "extensions"X
Displaying 1-4 of 4 result(s).

Fixing extensions without modifying their code

Created 2 months ago by schmunkTips3 comments – viewed 2,161 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.

Creating Yii applications with composer

Created 7 months ago by schmunkTutorials0 comments – viewed 12,302 times – ( +19 )
Creating Yii applications with composer

Real Time Logging

Created 2 years ago by lucifuriousTips1 comment – viewed 12,348 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.

Directory independent extensions

Created 2 years ago by GOshaTips3 comments – viewed 6,043 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: