php phalcon controller default to index -
currently running phalcon 1.0.0 since latest seg faulting me. problem routing directs uri specific controller isn't working way expect when adding ? uri. in example below, expect uri /explore/?a=b go explore controller doesn't.
uri: /explore/ goes explorecontroller -> indexaction uri: /explore/?a=b goes indexcontroller -> indexaction
so, question there way force without setting entries in phalcon\mvc\router add method? there i'm missing?
Comments
Post a Comment