Wiki

Articles tagged with "yii", sorted by date (updated)X
Displaying 1-10 of 21 result(s).

Yiinitializr: The Library

Updated about a month ago by Antonio RamirezOthers4 comments – viewed 3,326 times – ( +11 )
Introduction

How to learn Yii?!

Updated about a month ago by yJeroenTutorials7 comments – viewed 37,471 times – ( +16 )
Here is a step by step To-Do list for Yii beginners. The list is an advice of what tutorials and documentation you can walk through to get a full understanding of the Yii Framework. These can be a help to learn Yii.

How to use the official Yii installer for Composer

Updated about a month ago by br0skHow-tos3 comments – viewed 3,216 times – ( +3 )
This way of using Composer is different from the Phundament 3 based wiki in that it is using the new official Composer installer for Yii. It is also only making use of Packagist not the packages at packages.phundament.com. This wiki doesn't aim to replace the Phundament 3 based wiki it is just another way of doing it and I really like the fact that it can use Packagist directly and not a separate repository.

Creating Yii applications with composer

Updated 2 months ago by SleepWalkerTutorials0 comments – viewed 12,472 times – ( +19 )
Creating Yii applications with composer

Yii for beginners

Updated 2 months ago by rackyczTutorials11 comments – viewed 107,117 times – ( +74 )
Hi. This is first article with my Yii tutorial. I had to split it into more articles as there's limited length of texts on Wiki. So once you understand basics, you can read next article here: Yii for beginners 2.

Htaccess .. SEO Friendly Url

Updated 5 months ago by manoj20Tutorials4 comments – viewed 5,308 times – ( +2 / -7 )
hello firend if u need a SEO friendly URL
tags: yii

Image resize on the fly

Updated 6 months ago by TpoxaHow-tos3 comments – viewed 5,577 times – ( +4 )
For example have folder with image resources which are public accessible
tags: yii, image-resize

The complete beginner's study guide for the Yii Framework

Updated 6 months ago by Rodrigo CoelhoTips2 comments – viewed 17,365 times – ( +18 )
Start studying the MVC pattern. You will understand the roles of the model, the view and the controller and know where goes each part of the code.

Install, update and use Yii with WAMP server

Updated 7 months ago by mrsHow-tos4 comments – viewed 8,874 times – ( +4 / -1 )
Here I am describing how you can install and update Yii in WAMP sever.

A simple go back button widget

Updated 7 months ago by bennounaHow-tos5 comments – viewed 6,950 times – ( +3 / -2 )
We all know that widgets are really useful. We can use the almost everywhere we want, and we can use the same code a lot of times ( Almost OOP ).