AI ์ด์ ์๋ (↓์๊ธฐ์๋ IT)/05. Php (symfony)
symfony(propel) ์์ recordSet ์ ์ด๊ธฐํํ์ฌ ์์น๋ฅผ ๋๋๋ฆฌ๊ธฐ
๐ฆ DonzBox
2010. 3. 24. 18:18
Propel1.2ใงใcreoleใmysqlใไฝฟใฃใฆใใๅๆใงใใใใ
seekใงๅ้กใชใใจๆใใพใใ
ใใกใใงๅไฝใฏๅ้กใชใๅใใฆใใใจใใใใจใงใใใกใใงๅใใใฆใฏใชใใงใใใใฝใผในใ่ฟฝใฃใฆใฟใใจใ
PEARใฎ
\symfony\vendor\creole\drivers\mysql\MySQLResultSet.php
ใฎ
MySQLResultSet::seek($rownum)
ใงใ
mysql_data_seekใๅผใใงใใพใใ
http://php.benscom.com/manual/ja/function.mysql-data-seek.php
ใใใฆ่จใใชใใseek(0)ใฎๆนใใไฝใใใฆใใใใใใฎใงใใใใใใงใใ
ใงใใ
http://creole.phpdb.org/docs/api/creole/ResultSet.html#methodfirst
firstใจใใใใใพใใญใ
์๋ฌธ)
$rs->seek(0);
seekใงๅ้กใชใใจๆใใพใใ
ใใกใใงๅไฝใฏๅ้กใชใๅใใฆใใใจใใใใจใงใใใกใใงๅใใใฆใฏใชใใงใใใใฝใผในใ่ฟฝใฃใฆใฟใใจใ
PEARใฎ
\symfony\vendor\creole\drivers\mysql\MySQLResultSet.php
ใฎ
MySQLResultSet::seek($rownum)
ใงใ
mysql_data_seekใๅผใใงใใพใใ
http://php.benscom.com/manual/ja/function.mysql-data-seek.php
ใใใฆ่จใใชใใseek(0)ใฎๆนใใไฝใใใฆใใใใใใฎใงใใใใใใงใใ
ใงใใ
http://creole.phpdb.org/docs/api/creole/ResultSet.html#methodfirst
firstใจใใใใใพใใญใ
์๋ฌธ)
$rs->seek(0);