Posts Tagged ‘SQL’

Part 1: simple application of extjs using layout browser

Wednesday, January 20th, 2010
defafe_proyek

defafe_proyek

In this section i want to share my little project about extjs. This is very simple, but hopefully useful for those of you just learning to extjs. In this project I use the browser layout to the main display.

In this project you can add employees, edit employees, delet employees. for access rights, the application is already using extjs session. In addition you can also change your password. Extjs application also has support multiple delete row in grid.

The final of this project is laundry software. You can download the application at the link below.

download application extjs | demo

revision:
ini file logout.php change admink5.php with index.php

Tutorial Extjs: Download File

Saturday, February 21st, 2009

I think this tutorial is easy, and maybe many programmer alredy know how to make it.

Main point of this tutorial is how to get file id in the grid. After that, we call the name of the file that we will to download.

In this section, we use the database from the previous tutorial: Upload file and image using extjs, so here we will try to download a file that was saved in the previous tutorial: upload file and image using extjs

(more…)

Tutorial Extjs: Grouping

Friday, February 13th, 2009

I hope this day is a nice day for you and your family, ang  i hope you still hold to the spirit of learning. Now let’s continue this tutorial, in this section we will about how to make Grouping in Extjs. Grouping is very useful for us in the search data, with the grouping we will be more easily explore the data that we find.

(more…)

Tutorial Extjs Expanded Row

Friday, February 13th, 2009

Today, we will continue our tutorial about extjs, and in this section we will learn about how to make Expanded row in Extjs grid form. According to me Expanded row is very useful to provide additional information from the data that we created, so the data is clearly.

(more…)

Simple Paging Grid Extjs

Wednesday, February 11th, 2009

In this section, we will learn about how to  show data from database to grid form. In this post we need more file, on of is JSON.php, this file is very important, without  this file we can not  display data to grid form. And in this post we will also learn paging grid extjs.

(more…)