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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -