Wiki

Articles tagged with "extending", sorted by viewsX
Displaying 1-6 of 6 result(s).

Change buttons on our CGridView extending yii

Created about a year ago by sensorarioTips4 comments – viewed 14,232 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,858 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,776 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.

Extending CJuiDialog

Created 10 months ago by dstudioHow-tos0 comments – viewed 5,485 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:

Extending an ActiveRecord model

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

Fixing extensions without modifying their code

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