Wiki

Articles tagged with "extending"X
Displaying 1-6 of 6 result(s).

Fixing extensions without modifying their code

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

Extending an ActiveRecord model

Created 3 months ago by BogseyHow-tos3 comments – viewed 3,674 times – ( +2 / -3 )
Introduction

Extending CJuiDialog

Created 10 months ago by dstudioHow-tos0 comments – viewed 5,190 times – ( +2 / -2 )
Sometimes you have CJuiDialog with different content but same buttons (or width, height). If you don't want to repeat yourself this is a great solution:

Change buttons on our CGridView extending yii

Created about a year ago by sensorarioTips4 comments – viewed 13,619 times – ( +9 )
In this tip, I'll help you to change in few second buttons of your CGridView. I hope you like it =).

Real Time Logging

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

Extending CActiveForm for some form display fixes and language tweaks

Created 2 years ago by TrejderTips0 comments – viewed 8,488 times – ( +5 )
In this simple example I'll demonstrate how to extend CActiveForm class to overload some drawing functions to achieve some commonly used fixes in forms.