S
S
Sama Samsonov2018-04-05 07:36:02
Phalcon
Sama Samsonov, 2018-04-05 07:36:02

How to translate this request to Phalcon?

How to translate this request to Phalcon ?
SELECT * FROM `track` WHERE `user_id` = '1' AND `punch_date` = '2017-01-25' AND `stop_time` = '00:00:00';

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim Fedorov, 2018-04-05
@Maksclub

https://docs.phalconphp.com/en/latest/db-phql#usin...

M
metallix, 2018-04-11
@metallix

Maxim Fedorov , IDE won't help. Phalcon is written in marshmallow and compiled into .dll/.so, like a PHP extension i.e. you can’t look into the source code (only on github ). There is an option to install PhalconDevtools, but it will only help with autocomplete.
Sama Samsonov , see the section in the dock - Selecting records . Or use Query builder . It will be better than 'raw queries'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question