开发者

My Own PHP MVC Framework for learning purpose only [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

开发者_开发技巧

Closed 8 years ago.

Improve this question

I am a great fan of Zend framework and somehow i have modified it in my own way. I have been using it from around a year but still i lack knowledge of some internal workings. So i decided to design my own framework to understand inner things.

I just want from you guys to provide resources about it, articles, tutorial or any book.

I want it to be like Zend framework and initially just MVC structure only.


one way that I have found to be very helpful in understanding the inner workings of something like Zend Framework is to use a debugger and step through the code. You can follow it is as it does each thing and really get a good feel for where it goes, what it uses and how it works.

I use the Netbeans IDE and if you have xdebug installed and configured properly you can set some breakpoints, hit debug and follow any aspect of the code as deeply or shallowly as you like. Very, very useful.

Here is a link to doing this.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜