php - Project folder structure with CakePHP inclusion -


i making project has following folder structure:

  • contents

  • css

  • js

  • img

  • fonts

  • php

currently using core php files furnish sign-up, log-in, feedback tasks. planning replace core php files framework, such cakephp. but, want put cakephp or php framework's files in php directory only, is.

i want know if possible cakephp, or other framework may use php backend?

note: cannot change folder structure cake or other framework!

you can modify cakephp folder structure, should have clean mvc structure. without changing single folder in structure, not possible.

if can't change folder structure, should, can't take framework is. there several ways "build" framework based on existing packages, such zend framework or symfony, require lot of reading.

http://framework.zend.com/downloads/composer

or this:

http://fabien.potencier.org/create-your-own-framework-on-top-of-the-symfony2-components-part-1.html


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -