반응형 분류 전체보기558 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. 디자인 템플릿 링크 모음 디자인 템플릿 웹사이트 링크 모음. | Date : 2013.06.12 - http://www.freebiesgallery.com/- http://themeforest.net/category/site-templates- https://kuler.adobe.com (배색조합)- http://www.colourlovers.com/ 2013. 6. 12. 웹폰트 font-weight:bold; 속성이 적용받지 못하는 상황 출처 : 제피's 님의 블로그 웹 폰트를 적용할 경우 다음과 같이 font-weigth 속성을 제외하고 선언할 경우 bold 속성이 적용되지 않는 문제를 확인했습니다. @font-face{ font-family: '나눔고딕'; src:url('../font/NanumGothic.woff') format('woff'); } 따라서 웹 폰트 이용시에는 font-weight를 다음과 같이 적용하여야 합니다. @font-face{ font-family: '나눔고딕'; font-weight: normal; font-style: normal; src:url('../font/NanumGothic.woff') format('woff'); } style속성중 font-weight:bold; 가 적용됨을 확인할 수 있습니다. 2013. 6. 12. 이전 1 ··· 77 78 79 80 81 82 83 ··· 140 다음 반응형