Wiki

Articles in category "tutorials", sorted by commentsX
Displaying 91-100 of 172 result(s).

Ativando temas no Zii Widgets

Created 2 years ago by Ivan WilhelmTutorials3 comments – viewed 5,216 times – ( +4 / -2 )
Um aspecto do design da interface de usuário tem a ver com a coerência do design e da utilização das cores entre os diferentes componentes da interface do usuário utilizada.

Our WebApp that will run without downtime during update/upgrade

Created about a year ago by Pinoy CoderzTutorials3 comments – viewed 6,035 times – ( +8 / -2 )
How many of us wonder how we can upgrade the website without hurting the operation of our WebApp?
tags: tutorial

How to setup FCKeditor

Created 4 years ago by krillzipTutorials2 comments – viewed 10,533 times – ( +3 / -1 )
To start with you need to download the latest stable release of FCKeditor. Extract the downloaded file and place the fckeditor/ folder in your applications webroot directory.

Functional Testing in Yii using Goutte and PHPUnit

Created about a year ago by puteraTutorials2 comments – viewed 10,915 times – ( +5 )
Functional Testing in Yii using Goutte and PHPUnit

How to display static pages in Yii?

Created 4 years ago by qiangTutorials2 comments – viewed 26,396 times – ( +14 )
In a Web application, we often need to display pages like "about this site", "legal information", whose content are mostly static. There are several approaches to deal with this kind of pages.
tags: static pages

How to implement multiple page layouts in an application

Created 4 years ago by qiangTutorials2 comments – viewed 56,396 times – ( +23 )
In this tutorial, we describe how to implement multiple layouts for action views in an application. As an example, we assume that the pages in our application will use three different layouts:
tags: layout

How to create/save more Model inputs and make them repeatable with jQuery

Created 4 years ago by qiangTutorials2 comments – viewed 23,352 times – ( +10 )
This is the first real problem that I encountered using Yii, trying to make a Model input repeatable in the form, validate and save them.

How to use markItUp! on a text field for full WYSIWYG editing

Created 3 years ago by lucifuriousTutorials2 comments – viewed 13,549 times – ( +3 )
This tutorial will show you how to use the Pogostick Yii Extension Library to make an HTML TEXTAREA input element into a full-fledged WYSIWYG editor pretty much with very little code.

CSS, JS and image URL shortcut methods

Created 3 years ago by jonahTutorials2 comments – viewed 13,159 times – ( +2 / -1 )
Below I have created an Html helper with methods to help me locate directories of my assets dynamically. Such assets may include CSS, JavaScript and images.
tags: URL