Вопрос

I want to create multiple images using imagettftext and show it in the view file. I have used this code: http://php.net/manual/en/function.imagettftext.php.

When i place the above mentioned code in my controller it works perfectly, but want to know how can i render multiple images in the view file ??

Это было полезно?

Решение

I think it will be better to use ci Image manipulation library rather than using core php functions for image manipulation. Here the doc http://codeigniter.com/user_guide/libraries/image_lib.html

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top