Jérémy PASTOURET

Results 73 comments of Jérémy PASTOURET

I've started here: https://github.com/les-enovateurs/phalcon/tree/T2-annotations But there is a C part so if someone is more expert than me, you can take this part. I will be focused on other more...

I take it because I need it to finish Forms...

I have set the maxAge to 0 in the config.default.cson file in the posts part like this : ``` # POSTS PAGE "posts": "query": "per_page": 5 "orderby": "date" "order": "desc"...

By the way, I'm French so maybe we could speak in french if that's ok with you. The differents screenshots come from my smartphone's Chrome inspection & debug functionality. Chrome...

Hi @davidbiga, what is the version of Phalcon that you use ? @xaero7, you can find an example here : https://github.com/les-enovateurs/livre-phalcon/blob/master/Chapitre%2009%20-%20Bases%20de%20donn%C3%A9es%20-%20Les%20mod%C3%A8les%20Phalcon/2.17%20-%20Pagination%20des%20r%C3%A9sultats/www/app/controllers/BddController.php

@davidbiga Did you try to comment memcached service and make a simple request to the database. Just to verify that the connection between the API and database works.

@davidbiga yes can you comment this block of your code. Just to check if there isn't another error.

@davidbiga I think it's a Phalcon issue and not a problem related to this rest-api project. Could you transfer/write this issue in the Phalcon project ? https://github.com/phalcon/cphalcon/issues I think you...

Hi @xaero7, Here you can find some example : https://github.com/les-enovateurs/phalcon-nova-mooc/blob/master/api/app/controllers/CoursesController.php

@zsilbi, I can try. I have never used Postgis with Postgres.