Closed khalidumarr closed 8 years ago
What problem are you having? An error is being shown or something?
i am unable to implement collectionInterface. if you just copy above code and try to run, you can re-produce the issue. and no, i am not receiving any error message my script just halts execution.
HI all, i want to extend functionality of find method in phalcon collection class so i am implementing CollectionInterface in my own collection class, but unfortunately i am having an issue while making it work with empty declared functions. My script just stops execution without any notice or error. I have looked into zephir code and tried to translate it manually. I also confirmed the version i am using and the code i am viewing on github is same.
please help me what am i missing while implementing CollectionInterface.