php Programming Glossary: slides
Setting PDO/MySQL LIMIT with Named Placeholders http://stackoverflow.com/questions/10617894/setting-pdo-mysql-limit-with-named-placeholders params type type STH this _db prepare SELECT slideID FROM slides WHERE visible 'true' AND type type ORDER BY order LIMIT numberOfSlides.. numberOfSlides STH this _db prepare SELECT slideID FROM slides WHERE visible 'true' AND type type ORDER BY order LIMIT..
How Drupal works? [closed] http://stackoverflow.com/questions/1068556/how-drupal-works I recently did a presentation on this very subject and the slides are posted on slideshare but a quick high level summary may.. on this very subject and the slides are posted on slideshare but a quick high level summary may be useful. Drupal's index.php..
Anatomy of a Distributed System in PHP http://stackoverflow.com/questions/1516960/anatomy-of-a-distributed-system-in-php a tutorial for Gearman at OSCON in July 2009 but their slides mention only Linux packages. Here's a link to the Perl CPAN..
MVC For advanced developers [closed] http://stackoverflow.com/questions/16356420/mvc-for-advanced-developers this series you can expand on Don't be STUPID Grasp SOLID slides php The Principles of Agile Design Advanced OO Patterns slides.. php The Principles of Agile Design Advanced OO Patterns slides php Beyond Frameworks slides php Agility and Quality php Also.. Design Advanced OO Patterns slides php Beyond Frameworks slides php Agility and Quality php Also I would strongly recommend..
create api using php http://stackoverflow.com/questions/1906255/create-api-using-php connection times out. There's a good talk video and slides on REST here http www.parleys.com display PARLEYS Home#talk..
php/Ajax - Best practice for pre-loading images http://stackoverflow.com/questions/257550/php-ajax-best-practice-for-pre-loading-images things with sliding panes is the fact that the hidden data slides in quickly and smoothly preferbly without a loading delay. So..
How to develop C extentions for PHP apps? http://stackoverflow.com/questions/2970682/how-to-develop-c-extentions-for-php-apps PHP by Rasmus Lerdorf and Kevin Tatroe and specially these slides . Finally the most authoritative source you'll find is the source..
Best practice to upload files in CakePHP http://stackoverflow.com/questions/3148203/best-practice-to-upload-files-in-cakephp focus on security from the outset as I can gather from the slides . I use it in production and find it works well plus it seems..
How to set custom grand total before checkout process in magento? http://stackoverflow.com/questions/4363876/how-to-set-custom-grand-total-before-checkout-process-in-magento case at MageConf conference in Ukraine week ago. Video and slides are not available yet but you can download demo module that..
Where can I learn about PHP internals? [closed] http://stackoverflow.com/questions/4389738/where-can-i-learn-about-php-internals of various resources on PHP development blog posts books slides etc . In particular there is an older book by Sara Golemon Extending..
PHP Threads and Synchronization http://stackoverflow.com/questions/4710869/php-threads-and-synchronization as a single logical unit of work Fork processes Like the slides say PHP has a Share nothing Architecture traditional which also..
multi dimensional array in random order http://stackoverflow.com/questions/6355154/multi-dimensional-array-in-random-order would you do it This is how the array looks like print_r slides Array 0 Array id 7 status 1 sortorder 0 title Pants 1 Array.. how the result is if I use array_rand print_r array_rand slides 5 Array 0 0 1 1 2 2 3 3 4 4 This how the result is if I use.. 4 This how the result is if I use shuffle print_r shuffle slides 1 php share improve this question shuffle is the way to..
Design pattern for implementing plugins in PHP applications http://stackoverflow.com/questions/9244313/design-pattern-for-implementing-plugins-in-php-applications architecture supports the modularity. Have a look at these slides for some ideas http qafoo.com talks 11_06_ipc_spring_modular_application_architecture.pdf..
PHP OOP core framework http://stackoverflow.com/questions/9846220/php-oop-core-framework it Inheritance Polymorphism Testing Advanced OO Patterns slides Unit Testing The Principles of Agile Design Global State and.. For Things Beyond Frameworks slide Agility and Quality slides Clean Code I Arguments Clean Code III Functions This should..
Optimizing Kohana-based Websites for Speed and Scalability http://stackoverflow.com/questions/1260134/optimizing-kohana-based-websites-for-speed-and-scalability that is used on all servers on which I've worked. See also Slides APC Facebook Or Benchmark Results Show 400 700 Increase In Server..
Is this a good hashing password function in PHP? If not, why not? http://stackoverflow.com/questions/16042128/is-this-a-good-hashing-password-function-in-php-if-not-why-not For further proof of how bcrypt is stronger check out the Slides from Password13 PDF which launched a 25 GPU cluster for cracking..
Simple test vs PHPunit http://stackoverflow.com/questions/34312/simple-test-vs-phpunit phpnw11 schedule sebastian bergmann Slides http www.slideshare.net sebastian_bergmann the php testers toolbox..
What is the proper way to document files, classes and constructors? http://stackoverflow.com/questions/5741955/what-is-the-proper-way-to-document-files-classes-and-constructors what the method does much quicker Additional resources Slides of a presentation I gave on the subject on some conferences.. a presentation I gave on the subject on some conferences Slideshare clean code stop wasting my time And additional small little..
RedBean ORM performance http://stackoverflow.com/questions/7765070/redbean-orm-performance problem Database contains 4 tables Projects Presentations Slides and Bulletpoints . Projects have many Presentations Presentations.. . Projects have many Presentations Presentations have many Slides Slides have many Bulletpoitns And you need to find content from.. have many Presentations Presentations have many Slides Slides have many Bulletpoitns And you need to find content from all..
|