cakePHP, processing a huge table in a loop -
i have table (3,000,000 records) need process.
i've created loop, using sql count result upper boundary.
need iterate through each row, manipulate data , save db.
manipulation , updates simple, ask is: how query every pass, next row table?
- i know can use resource , iterate it.
- using basic php it's possible use db cursor, how can using cakephp?
anyone?
Comments
Post a Comment