Wiki articles

Showing 261-280 of 822 items.

Integrate Zend 2 XML writer into Yii

Created 10 years ago by Jonny, updated 9 years ago by CeBe.

By Integrating the Zend 2.* framework into Yii you can quickly and painlessly generate XML outputs from your controllers. This will be helpful to anyone who has never done this before or only done it with Zend 1 as the introduction of namespaces can be strange when you first view them.

2 0
4 followers
Viewed: 48 615 times
Version: 1.1
Category: Tutorials
Tags: XML, zend

How to create Module based Login

Created 10 years ago by Ibrar Turi, updated 9 years ago by CeBe.

Lets say we have 3 modules (customer, user, admin) in an application and we need, separate logins for each module.

1 0
7 followers
Viewed: 21 705 times
Version: 1.1
Category: How-tos

Tags manipulation using Select2 in single field

Created 10 years ago by sefburhan, updated 9 years ago by CeBe.

Sometime its very important to perform many actions/operation with limited time frame for friendly use, select2 provides a lot of such functionality , I just extend it tags functionality to provide a quick use for developer to save time, as I spent much time on it.

2 0
35 followers
Viewed: 49 196 times
Version: 1.1
Category: Tutorials

Simple Multiple Environment Setup with Default Yii Installation

Created 10 years ago by Ibrar Turi, updated 9 years ago by CeBe.

After installing Yii basic application on our systems, most of the time we want to have multiple environment such as local, dev and live setup. Most of the times when we want to make changes to configuration file, we have to over-write configurations file for each environment.

2 0
8 followers
Viewed: 16 691 times
Version: 1.1
Category: How-tos

Database Driven CMenu

Created 10 years ago by Preacher, updated 9 years ago by CeBe.

Purpose

0 0
4 followers
Viewed: 7 780 times
Version: 1.1
Category: Tutorials
Tags:

Simple Web APIs for your Yii App

Created 10 years ago by shiv, updated 9 years ago by CeBe.

Its very common now-a-days to have Mobile app for web apps. For Mobile apps we need web APIs to fetch data or even post/update on web. We found a very simple method to make such interface. Mobile App can call plain get or post request and receive data back in JSON format. JSON is relatively easy for mobile app to handle while plain standard GET/POST request for easy for Web server to handle. This...

1 2
10 followers
Viewed: 32 467 times
Version: 1.1
Category: How-tos
Tags: API, JSON

Extension Development (beginner)

Created 10 years ago by sefburhan, updated 9 years ago by CeBe.

To extend the functionality of you web application relative to your requirements you are supposed to use existing yii core libraries or use external libraries. There are some steps to ensure security, uniqueness, modularity, performance and to avoid rework in future.

Step 01: Have a Strategy

  • Is my extension just for fun/demonstration purposes or for everyday use in the real world? -...

How to create a criteria condition for a multiple value text search i.e a "LIKE IN"

Created 10 years ago by toph, updated 7 years ago by toph.

This is a shortcut for adding a text search for multiple values i.e.

0 0
5 followers
Viewed: 53 853 times
Version: 1.1
Category: How-tos

default csrf security and ajax post in one controller

Created 10 years ago by jasonban, updated 9 years ago by CeBe.

Hello Yii friends

0 3
8 followers
Viewed: 27 225 times
Version: 1.1
Category: Tutorials

Multi level dropdown menu in Bootstrap

Created 10 years ago by sefburhan, updated 9 years ago by CeBe.

To get multi level dropdown menu of using boostrap extension (http://www.yiiframework.com/extension/bootstrap/) widget TbNavbar just follow steps

4 0
38 followers
Viewed: 32 908 times
Version: 1.1
Category: Tutorials

HOW TO: Use token based authentication

Created 10 years ago by le_top, updated 9 years ago by CeBe.

After reading the other wiki article regarding token based access, I thought that it might be interesting to share my method.

2 0
10 followers
Viewed: 43 932 times
Version: 1.1
Category: How-tos

How to Create Pdf Report / Excel Report By Using Parameters (From - Until)

Created 10 years ago by ruderbytes, updated 9 years ago by ruderbytes.

Asslamualaikum Wr.Wb Hello I'm Fahmi Azain i will share wiki tutorial about Creating Pdf Report / Excel Report by using Parms / Parameters.

0 2
7 followers
Viewed: 41 593 times
Version: 1.1
Category: How-tos

How-To: Create Token Authenticated Web Services

Created 10 years ago by hemc, updated 9 years ago by CeBe.

This article is about implementing authentication to Yii based web services.

4 0
15 followers
Viewed: 37 767 times
Version: 1.1
Category: How-tos

A Multi-Tenant Strategy using Yii and MySQL

Created 10 years ago by JFReyes, updated 9 years ago by CeBe.

This article describes an implementation of multi-tenancy using Yii and MySQL.

7 0
23 followers
Viewed: 47 933 times
Version: 1.1
Category: How-tos

Take more control of CGridview and model searching (related model or another controller)

Created 10 years ago by Kostas Apazidis (KonApaz), updated 9 years ago by CeBe.

Suppose you have an Application in Yii that manages hotels each one has many customers.

2 0
6 followers
Viewed: 41 550 times
Version: 1.1
Category: How-tos
10 0
15 followers
Viewed: 41 093 times
Version: all
Category: Others

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

Created 10 years ago by MikeT, updated 4 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: 13 028 times
Version: 1.1
Category: How-tos
Tags: email, mail

ClientValidation for files (modern browsers)

Created 10 years ago by Kostas Apazidis (KonApaz), updated 9 years ago by CeBe.

There are cases that you want to validate the file format, size, extension etc but how to do that without submit the form ?

2 0
6 followers
Viewed: 18 104 times
Version: 1.1
Category: How-tos

Update a part of content using AJAX when select a GridView row

Created 10 years ago by Kostas Apazidis (KonApaz), updated 9 years ago by CeBe.

Suppose you want to refresh a form or any content when a single row of CGridView is selected

1 0
9 followers
Viewed: 35 386 times
Version: 1.1
Category: How-tos

Create/Develop View files with plain HTML (Without using ActiveForm Class)

Created 10 years ago by kalpit, updated 9 years ago by CeBe.

Today i want to share with you is "How can we write HTML Code in view files? I am writing this article because many times we can not use CActiveForm to design our form...

2 2
6 followers
Viewed: 21 514 times
Version: 1.1
Category: How-tos