Database alternative using Zend FrameWork:: YAML,XML...?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Database alternative using Zend FrameWork:: YAML,XML...?

Post by jaoudestudios »

Is there an alternative to using databases? Preferrably in Zend FrameWork.

I would like to build a simple bug tracker system with all my Zend FrameWork projects (i.e. *url*/admin/bugtracker), but not all of them are backed by a database system, so I thought I would use a flat file system similar to linux.

Is there something already like this, with search etc?
Post Reply