1.

What Is The Folder Structure Of Cakephp?

Answer»

cakephp/
app/
Config/
Console/
Controller/
Lib/
Locale/
MODEL/
Plugin/
Test/
TMP/
Vendor/
VIEW/
webroot/
.htaccess
index.php

 lib/
 plugins/
 VENDORS/
 .htaccess/
 index.php/
 README.md/

cakephp/
app/
Config/
Console/
Controller/
Lib/
Locale/
Model/
Plugin/
Test/
tmp/
Vendor/
View/
webroot/
.htaccess
index.php

 lib/
 plugins/
 vendors/
 .htaccess/
 index.php/
 README.md/



Discussion

No Comment Found