Jump to content

p.kalom

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

p.kalom's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I think that i cannot use Javascript for my code. The reason is that first of all the user can access my code and also in my code there is a db connection and some other scripts that run in PHP. Is there any other way to separate the foreach process?? For your help we are taking for a Joomla mvc component developing, and that process is a function in the model file!
  2. I have in my code a foreach that i want to break it and continue it with a button. For example the loop runs for 10 times and waits the user to press a button. After the button is presses the loop continues. foreach ($rows as $row){ // any code }
  3. Hello!! I'm developing a newsletter component. It's almost ready but i have some issues! I have a function in the model file which sends the newsletters. The problem is when the list of mails which is called has more than 1500 mails the model file runs for a lot of time and only 1500 could be sent. I would like to suggest me a way to separate the whole process in 500 mails packages. I want the user to press the apply button and only first 500 mails to be sent, then he presses another button and another 500 mails sent. In the function of the model file there is a "foreach" that scans the emails from db and sent the mails in a loop. I'm thinking if there is a way to break and continue the foreach with a button. Thank you very much for your time!!!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.