to any of those who witnessed my attempt at making my first tutorial, i am sorry. it was really bad to read… im not the best explainer, so i apologize in advance if something doesn’t make sense. just re-read it.. i have built this project from core. i know it works. :)
and with that, lets start with folder structure.
folder structure, to me, is important because it helps locate files easily. for instance, youll notice that all of my core classes exist in core/class with a prefix of core_. this becomes especially useful in php5’s __autoload function. fortunately, i still manage way to many php4 scripts. so, we will modify it a bit. Anyways, so thats one example. Here are some more:
– third party apps always in core/libs/ – all modules ( youll learn about these ) have the same uniform structure.THE KEY IS CONSISTENCY. If you plan well, execution becomes “right” instead of “put-together”.
I put an archive up at a server i’m hosting from a friend. with you guys reading this, my visitor count will go from 1 to 10 in 2 years. so, im looking forward to that.
this download contains:
- folder structures and the very basic htaccess files – scriptaculous,prototype – smarty,phpmailer
or directly at
*************************
some good tools we will need.
- SQLYOG
- WAMP
- FIREBUG
Folder structure is important, and if we can create our folders to replicate the business logic or the functional requirements ,then there is nothing like it! ::)
It looks like you're new here. If you want to get involved, click one of these buttons!