Showing 81-100 of 267 items.

Create Excel File with PHPExcel Plugin (Insert Image in Excel Sheet ,Use Template to Create Excel File, Create New Sheet)

Created 13 years ago by codesutra codesutra, updated 11 years ago by codesutra codesutra. 6 comments

This is an example for how to create Excel File with PHPExcel library.This article is inspired by Wikki Article return by Antonio Ramirez and extension created by marcovtwout for [PHPExcel library](https://github.co...

Create / Generate PDF files with TCPDF plugin (Example to generate Table with TCPDF plugin)

Created 13 years ago by codesutra codesutra, updated 12 years ago by codesutra codesutra. 11 comments

Few days ago i was playing with TCPF plugin to create a PDF files. Since i have checked few available extension and also checked some forum threads but still i dont get my expected result for PDF file.

4 0
11
Viewed: 89 286 times
Version: 1.1
Category: Tutorials

YII SaaS Multi Tenant application with single database

Created 13 years ago by Rajith R Rajith R, updated 12 years ago by xJose xJose. 5 comments

Lots of people are asking how to solve it with YII,We think its difficult with YII. But its easy to solve . There is no database triggers needed . we can simply sove it by extending a class(say "RActiveRecord") from CActiveRecord .Then extend all our model classes from that class.

6 1
14
Viewed: 33 197 times
Version: 1.1
Category: Tutorials

Creating a Simple CRUD App With Yii2 (Revised 12/20/2013)

Created 13 years ago by Charles R. Portwood II Charles R. Portwood II, updated 12 years ago by Vivek Vivek. 7 comments

By popular demand, today I will be revisiting my previous Yii Framework 2 Getting Started Guide and updating it with what is currently available in the Yii Framework 2 Repository. Provide here is an super simple example CRUD application that will help you get started using the framework.

7 6
21
Viewed: 322 316 times
Version: 2.0
Category: Tutorials