Wiki articles tagged with "extensions"

Showing 1-6 of 6 items.

Extension Development (beginner)

Created 11 years ago by sefburhan sefburhan, updated 11 years ago by CeBe CeBe.

To extend the functionality of you web application relative to your requirements you are supposed to use existing yii core libraries or use external libraries. There are some steps to ensure security, uniqueness, modularity, performance and to avoid rework in future.

Step 01: Have a Strategy

  • Is my extension just for fun/demonstration purposes or for everyday use in the real world? -...

Popup AJAX DialogBox without any extension

Created 12 years ago by Kostas Apazidis (KonApaz) Kostas Apazidis (KonApaz), updated 9 years ago by Maurizio Domba Cerin Maurizio Domba Cerin.

In this wiki I explain how to show a default popup dialogbox (like Gii does) using an existing module.

5 1
6 followers
Viewed: 32 013 times
Version: 1.1
Category: How-tos

Fixing extensions without modifying their code

Created 12 years ago by schmunk schmunk, updated 12 years ago by schmunk schmunk.

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.

6 0
10 followers
Viewed: 18 849 times
Version: 1.1
Category: Tips

Creating Yii applications with composer

Created 12 years ago by schmunk schmunk, updated 12 years ago by SleepWalker SleepWalker.

When creating web-application projects, you can add a great variety of different extensions, modules, plugins or scripts to your code-base. But maintaining a stable combination and updating certain packages can become a hard task.

27 0
32 followers
Viewed: 118 089 times
Version: 1.1
Category: Tutorials

Real Time Logging

Created 14 years ago by lucifurious lucifurious, updated 14 years ago by lucifurious lucifurious.

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.

13 0
17 followers
Viewed: 37 134 times
Version: 1.1
Category: Tips

Directory independent extensions

Created 14 years ago by GOsha GOsha, updated 14 years ago by GOsha GOsha.

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:

// take the curr...
16 1
7 followers
Viewed: 18 086 times
Version: 1.1
Category: Tips