Wiki

Articles in category "tutorials", sorted by ratingX
Displaying 101-110 of 172 result(s).

free PHP IDE CodeLobster supports Yii framework

Created about a year ago by clodTutorials0 comments – viewed 9,141 times – ( +5 )
This page is created to supply short directions and general tips for managing a Yii application in Codelobster PHP Edition.

Windows Web Development With AMPPS, NetBeans and XDebug

Created about a year ago by macinvilleTutorials1 comment – viewed 12,153 times – ( +4 )
This article will discuss how to setup your web development environment with the following specifications:

How to hide index.php on nginx

Created 4 years ago by milesTutorials3 comments – viewed 20,519 times – ( +4 )
For a complete sample Nginx+PHP-FPM config, view this how-to: Nginx & PHP-FPM
tags: URL

How to generate Web feed for an application

Created 4 years ago by qiangTutorials6 comments – viewed 12,580 times – ( +4 )
Web feed is a data format used for providing users with frequently updated content. In this article, we describe how to use Zend_Feed, an excellent component from Zend Framework to generate Web feed for an Yii application. This article can also serve as a general guide on how to use other components in Zend Framework.

How to use default layout for error pages instead of errorXXX views

Created 3 years ago by idle signTutorials1 comment – viewed 10,466 times – ( +4 )
The issue is covered in "The Definite Guide to Yii" (Error Handling - Handling Errors Using an Action).

Beginner / Intro Tutorials (please add to / update this list)

Created 3 years ago by Ivo RoperTutorials0 comments – viewed 28,848 times – ( +4 )
This is a central location to collect links to "Getting Started" documentation beyond the blog demo and Creating First Yii Application. Please help the community by adding general, introductory links and descriptions to this page.

Deploy yii on pagoda box

Created about a year ago by francis jaTutorials0 comments – viewed 4,901 times – ( +4 )
pagoda box is very useful tool for a programmer to test their php app online so its very useful one. For deploying code pagodabox use git command
tags: pagodabox, pagoda

XSS safe model content

Created 3 years ago by phirasTutorials2 comments – viewed 5,413 times – ( +4 )
In this post I am going to describe a solution to make your yii-based web application safe from illegal content injections.

List with multiple checkbox

Created 2 years ago by matkazTutorials3 comments – viewed 14,943 times – ( +4 )
It is a common case coders often come accross. For example the purpose of these checkbox is to mark records to be deleted

How to display static pages in Yii with database content?

Created 7 months ago by yasenTutorials4 comments – viewed 8,329 times – ( +4 )
To extend further static pages as shown by Qiang http://www.yiiframework.com/wiki/22/how-to-display-static-pages-in-yii/ here're the steps to take: