Wiki articles

Showing 1-20 of 651 items.

Convert JSON data to html table for display on page

Created 2 years ago by shiv, updated 6 months ago by samdark.

I have a calls which help me display json directly in html table.

0 0
2 followers
Viewed: 91 635 times
Version: all
Category: Tips
Tags: html, JSON

An alternative way to ElasticSearch

Created 7 years ago by Necip, updated 2 years ago by Necip.

This article is for those who have dealt with the complexity of Elasticsearch or any other indexing machines and are looking for an easier way to index the existing database without additional effort.

1 0
2 followers
Viewed: 43 931 times
Version: all
Category: How-tos

Yii for beginners 2

Created 12 years ago by rackycz, updated 3 years ago by rackycz.

This is second article with my tutorial. I had to add it, because Wiki article has limited length and as I was extending it's text, older paragraphs were disappearing. So here I am starting from chapter 6.

15 0
21 followers
Viewed: 91 516 times
Version: 1.1
Category: Tutorials

How to have truly multilingual URLs

Created 9 years ago by oligalma, updated 3 years ago by oligalma.

We can easily have a multilingual site if we put a "lang" parameter that comes via GET. For example:

0 0
3 followers
Viewed: 19 336 times
Version: 1.1
Category: How-tos

How to write secure Yii1 applications

Created 13 years ago by François Gannaz, updated 4 years ago by François Gannaz.
  • Validate the user input (see below for details).
  • Protect (escape) your application output according to context (see below for a few output types, mostly HTML and SQL).
  • Test your application in debug mode.
    Set the constant YII_DEBUG to true (by default, it is defined in index.php) and put alongside error_reporting(E_ALL);. Then errors and warnings will stop the execution an...
80 0
114 followers
Viewed: 319 547 times
Version: 1.1
Category: How-tos

Yii Related Sites

Created 14 years ago by jacmoe, updated 5 years ago by samdark.

This is a list of blogs, off-site tutorials and other resources about Yii.

31 0
34 followers
Viewed: 93 310 times
Version: 1.1
Category: Others

When to use Active Record

Created 6 years ago by samdark, updated 5 years ago by samdark.

When to use Active Record is a common question among developers, Yii and overall.

13 0
4 followers
Viewed: 54 115 times
Version: all
Category: FAQs

Using Apostle.io to send formatted, trackable emails from Yii applications

Created 11 years ago by MikeT, updated 5 years ago by Maurizio Domba Cerin.

Apostle provides a nifty facility for sending app-generated, transactional emails from your application including Wordpress-like mail formatting and full tracking (delivery, opening, clicking etc.) of all emails sent. No need to set up email facilities on your app server!

2 1
2 followers
Viewed: 15 290 times
Version: 1.1
Category: How-tos
Tags: email, mail

MailGun Api Wrapper to send emails

Created 10 years ago by VINAY Kr. SHARMA, updated 5 years ago by Maurizio Domba Cerin.

MailGun.php Class

1 0
2 followers
Viewed: 14 830 times
Version: 1.1
Category: How-tos
Tags: email, mailgun

How to learn Yii?!

Created 13 years ago by yJeroen, updated 5 years ago by CeBe.

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.

17 0
21 followers
Viewed: 123 545 times
Version: all
Category: Tutorials

Yii for beginners

Created 13 years ago by rackycz, updated 5 years ago by rackycz.

Hi. This is first article with my Yii v1 tutorial. I had to split it into 2 articles as there's limited length of texts on Wiki. So once you understand basics, you can read the 2nd article here: Yii for beginners 2.

68 0
75 followers
Viewed: 449 257 times
Version: 1.1
Category: Tutorials

How to display Dependent drop-down value using ajax call with dynamically

Created 10 years ago by Ankit Modi, updated 6 years ago by samdark.

Hi Friends, In this tutorial I write a code display dependent drop-down value using ajax call.

1 1
6 followers
Viewed: 51 658 times
Version: 1.1
Category: Tutorials

How to create the custom Drop-down using CHtml::dropDownList

Created 10 years ago by Ankit Modi, updated 6 years ago by samdark.

Hi Friends, This tutorial may be help us create the custom drop-down menu using CHtml::dropDownList

0 0
3 followers
Viewed: 28 811 times
Version: 1.1
Category: How-tos

How to create a Widget - Recent Comments widget

Created 11 years ago by Nisanth thulasi, updated 6 years ago by samdark.

Here's a simple way to create a Recent comments showing widget to be used in your templates. The idea is just to highlighting your blog's new comments.

5 0
6 followers
Viewed: 44 796 times
Version: 1.1
Category: How-tos

CRUD operation in Yii framework

Created 11 years ago by Mohammad Fareed, updated 6 years ago by samdark.

Simple Yii Script for performing CRUD operations:

0 4
6 followers
Viewed: 34 684 times
Version: 1.1
Category: Tutorials

Clean JavaScript code in your views

Created 11 years ago by nineinchnick, updated 6 years ago by samdark.

This tutorial presents a way of separating JS code from views and passing to it values from PHP.

18 0
24 followers
Viewed: 42 206 times
Version: 1.1
Category: Tutorials

Display Status image on CGridView column

Created 11 years ago by Ankit Modi, updated 6 years ago by samdark.

How to display status image on admin gridview.

0 0
5 followers
Viewed: 22 632 times
Version: 1.1
Category: Tutorials

Remove Byte Order Mark (BOM) from files recursively

Created 11 years ago by Kostas Apazidis (KonApaz), updated 6 years ago by samdark.

The problem was that all my web applications ran normally on localhost, but on server the Greek characters (or any other no-english characters) displayed with problems.

2 1
7 followers
Viewed: 35 308 times
Version: all
Category: How-tos

How to show Image view after upload and delete view image using eajaxupload extension

Created 10 years ago by Ankit Modi, updated 6 years ago by samdark.

Hi Friends, In this tutorial you can use the eajaxupload-extension ,

0 1
3 followers
Viewed: 62 084 times
Version: 1.1
Category: How-tos

Multiple files uploader with CMultiFileUpload

Created 11 years ago by Interboy, updated 6 years ago by samdark.

Today I will show you how to handle multiple file upload step by step.

5 0
8 followers
Viewed: 283 021 times
Version: 1.1
Category: How-tos