HomeTutorialsandarticles
PHP Database Related A Framework for Persisting Data Relationships Tutorial
PHP Database Related A Framework for Persisting Data Relationships Tutorial
Top Tutorials related to:PHP Database Related A Framework for Persisting Data Relationships Tutorial What is PHP ?
What is PHP, a tutorial which gives you a small introduction to PHP language.
PHP Database
PHP Database: In this tutorial you will get to know about databases, tables, query and other related things like how to access databases using PHP etc. This is the first index page of this tutorial
Setting up Database with the help of PHP Scripts.
With the help of PHP Scripts, we can also create database, table as well as insert the information. As we discussed in the last tutorial that MySQL has its own standard set up to create database which is contained tables.
Zend FrameWork Part-1
In this tutorial we will study about Zend Framwork of PHP, the requirements, features of this framework are discussed in this topic. This is the first episode of the series subsequent pages will discuss on other and advance topic.
Zend FrameWork Part-2
In this tutorial we will study about Zend Framwork of PHP, MVC architecture, directory structure of zend framework. This is the second episode of the series subsequent pages will discuss on other topics.
Zend FrameWork Part-5
In this tutorial we will study about Zend Framwork 1.10 of PHP, the configuration, how to set this framework, database design of the project etc. are discussed in this tutorial. In next page we will discuss on the bootstrapping and other configuration files.
ZF Data Insert in DB
To do database related tasks we need to create a model class and it is not previously built (like other classes) by the Zend Framework. The model class contains the name of the table and it contains all the database related tasks in the form of functions...
What is Persistence Framework?
A persistence framework moves the program data in its most natural form (in memory objects) to and from a permanent data store the database. The persistence framework manages the
JDBC - Java Database Connectivity Tutorial
Java Database Connectivity or in short JDBC is a technology that enables the java program to manipulate data stored into the database.