List of posts tagged: Yii Framework

Yii, dependent dropDownList (select)

A detailed example of the implementation of dependent drop-down lists (select) in the Yii Framework.

July 9, 2017 74 Yehor Rykhnov Yii Framework

Add the composer to the application on Yii

Composer (the dependency manager for PHP) is already pretty tightly integrated into the programmer's daily work, which is understandable, because it simplifies the installation of various extensions for your project.

In Yii2, the composer dependency manager helps not only to add extensions, but also to install the Yii2 Framework itself, but it is often necessary to work with the project (projects) of the earlier version of Yii, namely on Yii1, and it happens that the composer is very lacking, because You can add the required extension or dependency package by running one command.

The article will describe how to add a composer to Yii1 and not just to add the composer, but to make it work. Let's start ...

June 13, 2017 26 Yehor Rykhnov Yii FrameworkComposer

Yii Framework. Yii extension for customer.io

Are you use yii and customer.io for send emails? Then this simple example of extension for quick start and sending emails from your site through customer.io for you.

August 15, 2016 16 Yehor Rykhnov Yii FrameworkYii extensionsmail

Yii Framework. Configure Nginx for Yii

Setting Example Yii + Nginx + PHP-FPM.

June 12, 2016 10 Jack White Yii Frameworknginx

Yii Framework, currency format using the number formatter

A simple example of formatting the currency in Yii

May 22, 2016 17 Alex Yii Framework

WYSIWYG text editor Imperavi for Yii

I was looking for an easy and quick wysiwyg editor. Basic requirements for the editor are: text formatting, uploading images and processing of it, working with tables and cross-browser compatibility. In the process of looking, I found Imperavi editor that met all my requirements.

As it turned out later Yii community bought the OEM-licensed and now if you are using Yii Framework in your project you can free use Imperavi Redactor in it. And so proceed to the include editor in Yii.

Imperavi Redactor is set in the project on the Yii Framework as an extension and works as widget.

February 17, 2016 19 Yehor Rykhnov Yii FrameworkYii Framework 2yii2Yii extensionswidgetWYSIWYG

Yii Framework. Set a default action in controller

Example of set the default action index to any other.

January 27, 2016 27 egor Yii Framework

Events in Yii Framework

Simple example of usage

January 14, 2016 21 egor Yii Framework

Yii Framework, User-friendly URL

Simple example of user-friendly URL in yii framework

January 4, 2016 27 egor Yii Frameworkurl

Yii Framework, check request on ajax

Checking on ajax request in yii, simple example

January 4, 2016 25 egor Yii FrameworkAJAX