Zend Config tree solution

The best part of my favorite PHP framework, Zend framework is Zend_Config. With Zend Config you can run you web application with more power full configuration that any one can change your application setting for use.

Read more information about Zend Config at Zend framework manual for Zend Config.

But in most web application you may have many configuration file with special format such as INI, XML or PHP. Also some of configuration is for one part of your application and may you put in special folders.

My Zend framework folder structure

So this is my default Zend framework folder structure that you have see more configuration file.
My Zend framework folder structure

Default solution

In default solution you need to define a Zend Config object for each file to access file data.
But with this solution you can globally access all files in any format in each folder.
Read the rest of this entry »

, , , , ,

9 Comments

Chart in web pages

In many web application we need to show the users the result of processed data in graphical charts. It will be help you to have a good application that can serve data to user, friendly.

Web based charts

Read the rest of this entry »

, ,

5 Comments

Security tip in network listening hack technique

Did you ever thing the password that you submit into a page without SSL can be read from network listening hack technique?

Network listening hack technique

It is a simple way to prevent this security issue.

Read the rest of this entry »

, , , , , , ,

15 Comments