Hi. I was just wondering what people thought was best practice on storing IPs
with Zend_DB_Table. As I understand IPs are best stored in MySQL in an
INT(11) field for faster lookups (rather than a string). If I want
zend_db_table_row to hold the string version of the ip when in memory, at
what point should the PHP ip2long function or MySQL INET_ATON function be
called. What is the best way to make this translation?
--
View this message in context:
http://n4.nabble.com/Best-practice-on-storing-IPs-with-Zend-DB-Table-tp962887p962887.html
Sent from the Zend Framework mailing list archive at Nabble.com.