Wiki

Displaying 51-60 of 470 result(s).

Upload CSV File

Created 4 months ago by bhavesh vaghelaTutorials0 comments – viewed 4,048 times – ( +3 )
View file

Creating HTML code using Jamboree Panels

Created 4 months ago by bluyellTutorials0 comments – viewed 4,398 times – ( +2 )

ePay Integration - Bulgarian Payment Provider

Created 5 months ago by yasenTutorials2 comments – viewed 2,966 times – ( +6 )
I. In the view script add the following hidden fields:

jQuery UI Datepicker

Created 5 months ago by softarkHow-tos0 comments – viewed 12,768 times – ( +8 )
We all love the convenient gadget, namely jQuery UI Datepicker as an input element for date. Yii supports it as CJuiDatePicker. Let's see how to use it.

Handling recursive deletion in Yii

Created 5 months ago by JamesBarnsleyHow-tos3 comments – viewed 3,430 times – ( +3 )
As a lead developer at Mutable Labs I was tasked to find a way to do recursive deletion in Yii. As I asked other developers and looked around the internet the usual answers all came up, use a plugin or use cascade delete at the DB level, but I did not want to do either of these.

TimeZone dropDown

Created 5 months ago by Tibor KatelbachHow-tos0 comments – viewed 3,197 times – ( +1 )
I spend a bit of time looking for the this piece of code while building time feature on a site this tutorial also helped Local time zones and locales

Speedup unit tests by moving MySql data to memory (in Ubuntu)

Created 5 months ago by sebTips0 comments – viewed 2,811 times – ( +1 / -1 )
Speedup unit tests by moving MySql data to memory [Ubuntu]
tags: mysql, unit test

Load the Yii-Bootstrap Extension on Specific Actions

Created 5 months ago by chuntleyHow-tos5 comments – viewed 6,318 times – ( +8 )
A big problem I've hit with the Yii-Bootstrap extension is that all AJAX requests are initializing Bootstrap because of preload. This is a huge waste of resources, especially when using AJAX-based file uploaders that split the file into chunks. Large file uploads using that method could be initializing bootstrap hundreds of times.
tags: bootstrap, filter

PayPal Integration And IPN (Instant Payment Notification)

Created 5 months ago by yasenHow-tos3 comments – viewed 5,505 times – ( +7 )
Had to implement PayPal payments for a client and would like to share part of my code with you. Because the tutorial will become too long, I'll leave some code to be done by you, e.g. creating models, controllers and db tables for products, orders.