php

TwitterFacebook
Get flash to fully experience Pearltrees
Данным постом я открываю серию посвященную применению паттернов проектирования в РНР (имеется ввиду именно 5я версия РНР, поскольку именно в ней появилось ООП в РНР, в 4й версии оно было урезано до не могу). Все статьи базируются на книге "Банды четырех" Э.Гамма, Р. Хелм, Р. Джонсон, Д. Влиссидес "Приемы объектно-ориентированного проектирования. Паттерны проектирования".

Паттерны проектирования в PHP5. Часть 1. Синглтон. - В гостях у Феникса

http://fiery-fenix.kiev.ua/archives/14-Patterny_proektirovaniJa_v_PHP5._Chast_1._Singlton..html
Паттерны проектирования - это описание некоторых проблем, возникающих во время объектно-ориентированного проектирования, а также способов их ре?ения (как практических, так и теоретических). ?ными словами - это примеры правильных подходов к ре?ению типичных задач проектирования. Одним из самых распространенных паттернов является Singleton (Одиночка). Задача этого паттерна ограничить количество экземпляров некоторого класса.

» Паттерн Singleton (Одиночка)

http://www.javenue.info/post/2

Print Stylesheets - CSS Discuss

This document describes some of the issues concerning the use of CSS to reformat Web documents for printing (using the media type "print"). We also discuss those aspects that CSS is not able to control or even influence. We assume a good knowledge of CSS and concentrate on practical issues, given the current deficiencies in browsers in implementing print-related CSS. http://css-discuss.incutio.com/wiki/Print_Stylesheets
http://www.webmascon.com/topics/coding/33a.asp ОНИ ВАМ УЖЕ ВСТРЕЧАЛИСЬ: ссылки, говорящие "версия для печати" или что-то подобное. Всякий раз, щелкая по этим ссылкам, вы получаете особый документ, содержащий всё ту же информацию, но с другим расположением элементов и, возможно, другой разметкой. Это значит, что кто-то вручную или автоматически с помощью скрипта взял исходный документ и, сняв с него всё лишнее, создал его копию, более удобную для печати.

В печать! - Вёрстка - Webmascon

Один HTML-код — две версии сайта Интернет повысил доступность информации многократно, но не отменил книги, учебники, газеты. Информация, представленная на бумаге, как и прежде, нужна. http://www.shaybakova.com/articles/creation_print.php

Как создать печатную версию сайта? | Обучающие видеоуроки по созданию сайтов.

In case interested all these tests are carried out live as this page is rendered (with a bit of 'eval'), so any upgrade of PHP will immediately showup. If you have a different version of PHP, and would like to host a copy then let me know at the link below.

PHP Variable and Array Tests

http://www.deformedweb.co.uk/php_variable_tests.php?show=1
http://net.tutsplus.com/tutorials/other/top-20-mysql-best-practices/ Database operations often tend to be the main bottleneck for most web applications today. It’s not only the DBA’s (database administrators) that have to worry about these performance issues. We as programmers need to do our part by structuring tables properly, writing optimized queries and better code. Here are some MySQL optimization techniques for programmers.

Top 20+ MySQL Best Practices | Nettuts+

9 Tips For Working with MySQL Databases | DevSnippets

MySQL is one of the most popular relational database management systems (RDBMS) around, with over 6 million installations. It’s a fantastic choice for any new developer, because of its open source nature, wide support and abundance of tutorials available on the subject. If you’re a newbie to the server side coding arena, don’t worry. Installing SQL is very, very simple. http://devsnippets.com/article/9-tips-for-working-with-mysql-databases.html
http://www.openjason.com/2007/10/31/43-ways-to-optimize-your-php-code/

43 Ways to Optimize your PHP Code | OpenJason

List from: http://reinholdweber.com/?p=3 , just to give credit where credit is due. This information is great, so thanks to the author at http://reinholdweber. If the function, such as string replacement function, accepts both arrays and single characters as arguments, and if your argument list is not too long, consider writing a few redundant replacement statements, passing one character at a time, instead of one line of code that accepts arrays as search and replace arguments.
http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf

TCPDF - PHP Class for PDF

It appears that you are using AdBlocking software. The cost of running this website is covered by advertisements. If you like it please feel free to a small amount of money to secure the future of this website. TCPDF is a FLOSS PHP class for generating PDF documents.