1.

How to declare a variable in Phalcon?

Answer»

No need to DECLARE a VARIABLE in PHALCON; the variable is created when its value is ASSIGNED. Example - $name = “user1”;



Discussion

No Comment Found