Posts by Jim • 307 points
4 posts
-
12
votes1
answer281
views -
4
votes1
answer87
viewsQ: PHP does not update file data . txt
I am running a visualization counter for an application, which is stored in a .txt. file, however, the file is always 0. If the file does not exist, it is created, with the value 0 written. However…
-
3
votes1
answer433
viewsQ: Pagination always shows 20 images
I’m doing a gallery using Cakephp’s Pagination. The problem is that I only want to show 15 images per page, but regardless of the value I put in public $paginate, in the limit, 20 images are always…
-
1
votes1
answer454
viewsQ: Error while saving data
I’m learning how to use Cakephp, and I’m trying to make a tool to upload images using cake 2.4.4. the problem is that only the fields modified and created are entered into the database, although…