Wiki

Articles in category "how-tos", sorted by viewsX
Displaying 81-90 of 189 result(s).

Storing your images in your table's blob field and displaying that stored images.

Created about a year ago by sirin kHow-tos5 comments – viewed 11,311 times – ( +8 / -1 )
He im giving you a very simple example ie how you can store an image to your blob field in a table.Hope you already familiar with the normal image upload.
tags: blob, image

Additional form data with XUpload

Created 8 months ago by AsgarothHow-tos5 comments – viewed 11,207 times – ( +6 )
In this article you'll learn how to send additional form data when uploading files using XUpload widget

Database driven Cmenu

Created about a year ago by twisted1919How-tos1 comment – viewed 11,074 times – ( +12 )
This is a simple example that will give you a base for designing a database driven menu system that will use CMenu to be rendered.

Create custom button button with AJAX function in CGridView

Created 7 months ago by nkdHow-tos0 comments – viewed 11,000 times – ( +5 )
CButtonColumn in CGridView can be customised to include user built buttons. To learn a great deal about including custom buttons, read this excellent wiki. This tutorial will show how to call an action from one custom button using AJAX instead of regular GET calls.

How to use Multiple instances of the same model in the same form

Created 10 months ago by kiran sharmaHow-tos15 comments – viewed 10,988 times – ( +16 / -2 )
When i had created this functionality then i found some difficulties and not got much idea from wiki and forums. so, i think this will be useful for newbie users and save time of other developers when create related functionality. I refer Collecting Tabular Input tutorial but not got clear idea for create/update.

Increasing AR performance in connections with Oracle

Created 2 years ago by TrejderHow-tos6 comments – viewed 10,795 times
Please, note. This article is entirely based on a work done by me colleague developer, who hasn't got account on this webpage and also hasn't got time for writing this article. I'm writing it for him. I will try to forward him any comments that may appear, but can't assure if/when he'll be able to answer. I'm far, far less experienced in Oracle therefore I won't probably be able to help myself.

How to use YiiBooster TbFileUpload widget

Created 6 months ago by Antonio RamirezHow-tos7 comments – viewed 10,636 times – ( +8 )
The following wiki is to explain how to make use of the TbFileUpload widget from YiiBooster. I have received a couple of requests and I thought was worth writing a wiki for it.

CGridView keep state of page and sort.

Created about a year ago by DanielHow-tos3 comments – viewed 10,621 times – ( +3 )
Remember-filters-gridview is one of the must-use extension on all of my project. However, it lacks of storing the page and sort variables of the grid view.

How to render a view in Fancybox using ajax

Created 11 months ago by rix.rix.How-tos1 comment – viewed 10,594 times – ( +5 / -1 )
Sometimes you want to render a view in Fancybox.
tags: fancybox, ajax, views

Kickstart development with Yii-App

Created 4 months ago by Chris83How-tos20 comments – viewed 10,477 times – ( +17 )
I recently created a project called Yii-App on GitHub to kickstart my development of smaller Yii applications. The main goal of the project is to provide a ready-to-use application template that includes my bootstrap extension and many other useful extensions. After reading this article you will be able to use this project as a starting point for all of your Yii projects.