Submitted by Mi-K on Wednesday, April 6, 2011 - 9:35am
The MVC pattern is certainly the most famous one.
It allows to dispatch the work in 3 concepts: The Model, the View and the Controller.
This concept exists in all programming languages.
So it's easy, when you understood it, to apply your knowledge with all others languages.
Submitted by Mi-K on Tuesday, March 22, 2011 - 10:05am
Maybe you sometimes asked yourself how to find a part of a code inside all your files.
But how to find this part of code?
We can use the grep user command to display this part of a code.