php Programming Glossary: iii
CMS Routing in MVC http://stackoverflow.com/questions/11770104/cms-routing-in-mvc
Optimizing Kohana-based Websites for Speed and Scalability http://stackoverflow.com/questions/1260134/optimizing-kohana-based-websites-for-speed-and-scalability articles about it on the net for instance PHP performance III Running nginx . See also PHP FPM FastCGI Process Manager which..
Getting Started with PHP Extension-Development http://stackoverflow.com/questions/1311389/getting-started-with-php-extension-development Arrays and ZVALs continued Extension Writing Part III Resources Wrapping C Classes in a PHP Extension If you are really..
how to write php function http://stackoverflow.com/questions/1491887/how-to-write-php-function Arrays and ZVALs continued Extension Writing Part III Resources Wrapping C Classes in a PHP Extension And if you are..
How can I use C++ code to interact with PHP? http://stackoverflow.com/questions/1502244/how-can-i-use-c-code-to-interact-with-php Arrays and ZVALs continued Extension Writing Part III Resources And specifically about the C part this one might help..
MVC For advanced developers [closed] http://stackoverflow.com/questions/16356420/mvc-for-advanced-developers object oriented code Clean Code I Arguments Clean Code III Functions The two lectures above should cover the basics. And..
PHP - exit or return which is better? http://stackoverflow.com/questions/3484050/php-exit-or-return-which-is-better ' exit json_encode results php ... if fileSize 100 case III results 'msg' 'fileSize is too big ' return json_encode results..
PHP OOP core framework http://stackoverflow.com/questions/9846220/php-oop-core-framework and Quality slides Clean Code I Arguments Clean Code III Functions This should give you some overview of the subject..
|