English 中文(简体)
使用《发展权利宣言》的优势?
原标题:Advantage of using PDOStatement?
  • 时间:2011-03-15 16:42:51
  •  标签:
  • php
  • pdo

使用PDO声明而不是普通Mysql有什么区别/好处?

最佳回答

我不敢肯定你所说的“正规的我的SQL”的含义,但我担心你可能意味着紧张的询问。 因此,像项目设计书这样的框架最直接的好处是使用准备的和参数化的查询。 这降低了Kingk注射的风险(但不一定消除这种风险,因此不认为如此),同时,视数据库服务器而定,可能会使服务器能够更好地进行切身检查,改进性能。

在较高一级,采用像这一框架的“C”组织将实际数据存取部分从应用逻辑中抽取,而这个框架总是“目标”。 在数据库中,你主要与数据存取框架相联,而不是直接与数据库相联(在这一案例中,你仍然能够使你紧跟数据库的执行,因此知道这一点)和数据库的使用。 这种做法的主要好处之一是,如果你改变一个数据库(如果从MySQL转至PogreSQL),那么你就不必改变你的代码。 你只是利用了“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P”、“P>”、“P>”。

问题回答

暂无回答




相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签