본문 바로가기
반응형

Development271

HTML Web UI Link CSS 테이블 레이아웃http://coding.smashingmagazine.com/2008/08/13/top-10-css-table-designs/ CSS 텍스트 효과http://www.1stwebdesigner.com/css/css3-text-effects-typography/http://www.tripwiremagazine.com/2012/03/jquery-text-effects.html CSS 그라데이션http://gradients.glrzad.com/ 2013. 6. 21.
SQL Server Driver - Case 2 <미테스트> Making Sense of Stored Procedures with PHP, PDO, and Sqlsrv10augPosted by: trent in: PHPStored Procedures seem to be a rare bird in web development. But one thing is for sure, when you need them, its likely critical. With the last few versions of PHP we have some new arrivals: Sqlsrv data base extension for SQL Server, and PDO. While they don’t still have the new car smell, they do pose a bit of.. 2013. 6. 21.
SQL Server Driver - Case 1 <미테스트> class Example_controller extends CI_Controller { // … // Others attributes and methods omitted for brevity /* * Unfortunatelly, CodeIgniter does not work well with Stored Procedure with returning parameters, * so, if you want to use any kind of Stored Procedure with parameters, it's better do it mannualy. */ public function some_function($parameter1, $parameter2) { // Connect to DB. You can't pa.. 2013. 6. 21.
IIS7 PHP 이클립스 디버깅 Setting up PHP and Eclipse IDE for debugging on IIS7.Here are the steps required to setup PHP on IIS7 and configure Eclipse IDE for debugging:1. To install PHP on IIS7 you can either download the PHP installer from http://php.net/downloads.php or use Microsoft Web Platform installer. If you are installing PHP directly without using Microsoft Web Platform installer make sure you install the non t.. 2013. 6. 21.
반응형