Category Archives: Yii
Yii renderPartial duplication solution
solution to Yii renderPartial duplication js file request Continue reading
Yii CClientScript Disable RegisterScript
useful information to disable JavaScript or CSS on Yii framework CClientScript method to properly implement Restful api or just clean ajax return strings Continue reading
Disable Yii Log on Action Controller
How to disable Yii Log functionality on controller in order to output a clean format to your json/api calls. Continue reading
Add additional value before ajax call when using Yii CAutoComplete
Simple yet necessary information on every Yii CAutoComplete method to add additional value into your ajax call before firing to your controller! Continue reading
How to duplicate database record in Yii with 1 line
A simple 1 line code in Yii to duplicate a database record. Continue reading
How to Use Yii clientScript scriptMap to speed up your website
Using Yii clientScript scriptMap to optimize your site without additional overhead of using external script. A simple how-to to share. Continue reading
Yii: How to Customize Ajax Call To Controller Without Using Native jQuery Yii Code
There are times when you want to take controller of what is happening on your webpage instead of using Yii yiiactiveform.js library to handle all your ajax call. However, how do you know what to do in order for Yii controller to understand that your request is an ajax call and not a refresh redirect one? In this article, i will share with you how. Continue reading
Tutorial: Remove index.php on localhost in Yii framework
A simple and straight forward tutorial on setting up your localhost to remove index.php from your local development environment Continue reading
