We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Zephir PDO

I want to know how to develop a CRUD application using PDO in zephir.



34.6k
Accepted
answer

You can use any built-in php class and function in zephir.

You can use any built-in php class and function in zephir. Ok I got it. Can you suggest me how to set a Session variable with in a zephir function.