2013년 12월 17일 화요일
php 실전 자료가 많음.
Related Posts:
cookie encrypt - decript$enc = trim(mcrypt_decrypt(MCRYPT_RIJNDAEL_256, $sSalt, base64_decode($sCookieId), MCRYPT_MODE_ECB, mcrypt_create_iv(mcrypt_get_iv_size(MCRYPT_RIJNDAEL_256, MCRYPT_MODE_ECB), MCRYPT_RAND))); $dec = trim(base64_encode(mcr… Read More
PHP DesignPattern 예제는 여기..http://www.php5dp.com/a-simple-php-design-pattern-the-factory-method/http://designpatternsphp.readthedocs.org/en/latest/README.html 여긴좀...… Read More
PHP DesignPattern 2http://www.fluffycat.com/PHP-Design-Patterns/… Read More
Laravel - Code bright for Laravel PHP 라는 책을 집필한 저자의 블로그 http://daylerees.com/codebright/codebrighthttp://daylerees.com/php-pandas/Code bright for Laravel PHP 라는 책을 집필한 저자의 블로그… Read More
php design patternshttp://wafe.github.io/php-the-right-way/pages/Design-Patterns.htmlhttp://www.phptherightway.com/pages/Design-Patterns.htmlhttp://mytory.net/archives/1948/ https://sourcemaking.com/design_patterns/observer/php http:/… Read More
0 comments:
댓글 쓰기