PHP N-tier: Database Layer Using MySQLTag: n-tier, multi-tier, database layer, mysql Category: PHP Applicationpost: 12 Mar 2008 read: 443 PHP N-Tier Strategy Step By Step Tutorial - Part 3: For practice, we will build simple application to show 5-tier design. We will begin from database layer. At the database layer, we use MySQL. Create a database, for example "test". Then create table. This is the query:
Next, try to insert sample data, such as:
Ok, next post we will try how to connect database use PHP ADOdb as data access tier. |
| | Give Your Opinion | Recommend |
|

