arrays - Kohana 3 arr::rotate -


I am trying to upload a multipatt file in Coha 3. I do not know the number of files that will be uploaded. I have tried this UISER: Rocket, but it is not visible to any method of Koha 3. ($ _ Files ['product_image']) $ as file $ {Variable = Upload :: Save ($ _ files ['product_image'],

  foreach (arr :: rotate ($ _ FILES ['product_image' Tap, applepath. 'Media'. '/'); $ Product_image- & gt; Image = bassname ($ variable); }   

How do I do arr :: rotate in 3?

For now, you can copy the method from the Kohana 2 codebase to an extended AR class. We will add it to Kohana 3.2.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -