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

css - Text drops down with smaller window -

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

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -