Showing 41-60 of 219 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 721 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 632 times
Version: 1.1
Category: Tutorials

Custom Login Error Messages

Created 13 years ago by whoopass whoopass, updated 13 years ago by whoopass whoopass. 1 comment

The Yii Framework is very powerful and it provides a lot of functionality right from the pre-built webapp. One of the nice things that is already established for you as a developer is the Login authentication. While the default configuration simply sets it up to run against an array of hard coded usernames and passwords, the [Yii Blog Tutorial](http://www.yiiframework.com/doc/blog/1.1/en/prototype...

6 0
8
Viewed: 57 006 times
Version: 1.1
Category: Tutorials

Yii for beginners 2

Created 13 years ago by rackycz rackycz, updated 4 years ago by rackycz rackycz. 2 comments

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
Viewed: 113 979 times
Version: 1.1
Category: Tutorials