[Extension] skydrive-api-yii
A wrapper for basic REST API calls to Microsoft's SkyDrive.
View Article[Wiki] Upload CSV File
View file $form=$this->beginWidget('CActiveForm', array( 'id'=>'registration-form', 'enableAjaxValidation'=>true, 'htmlOptions' => array('enctype' => 'multipart/form-data'), )); <?php...
View Article[Extension] paypal
A PayPal component for Yii framework to utilize Express Checkout and Direct Payment APIs
View Article[Extension] bmvmediaplayer
BmvMediaPlayer based on Microsoft Windows Media Player components
View Article[Wiki] Define general array and variable and call it to anywhere in application
Create param.php file in protected/config Yii::app()->params['TEXT_ACTIVE'] = 'Active'; //1 for active Yii::app()->params['AD_LAYOUT_POISITION'] = array( "1" => array( 'width' => '1000',...
View Article[Extension] yii-relationvalidator
RelationValidator устанавливает в поле значение указанного relation.
View Article[Wiki] Handling Bootstrap active tabs in Yii via URL
As a lead developer at Mutable Labs I found that when using the Yii Bootstrap tabs component you will sometimes want to direct the user to a specific tab and not necessarily the first tab. Yii...
View Article[Extension] image-select
Insert a link above the image to change it and view the new one using ajax - just like facebook
View Article[Wiki] Turn Web HTML Into Newsletter
This how to includes Creation of a newsletter command line script. Parsing a web page and turning its CSS into inline one via MailChimp API inlineCss() function. Setting up a cron to send the...
View Article