CakePHP APP folder contains following folders:
- config
- controllers
- libs
- locale
- models
- plugins
- tmp
- vendors
- webroot
what this is the use of libs folder ? what type of files can put inside that and use.. can any one give a example for this ?
From the manual entry : http://book.cakephp.org/view/899/CakePHP-Folder-Structure
So this would be any internal organization specific libraries that you use in your code as opposed to third party libraries (e.g. – thumbnail generators and the like)