Skip to content

Commit

Permalink
Merge pull request #877 from sjinks/issue-723
Browse files Browse the repository at this point in the history
[NFR] Allow Phalcon\Mvc\Url::get() to append query params
  • Loading branch information
Phalcon committed Jul 22, 2013
2 parents 5331bbf + 0575dec commit 4d3e5db
Show file tree
Hide file tree
Showing 11 changed files with 212,125 additions and 211,827 deletions.
141,295 changes: 70,688 additions & 70,607 deletions build/32bits/phalcon.c

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/32bits/phalcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -1975,6 +1975,7 @@ ZEND_END_ARG_INFO()

ZEND_BEGIN_ARG_INFO_EX(arginfo_phalcon_mvc_urlinterface_get, 0, 0, 0)
ZEND_ARG_INFO(0, uri)
ZEND_ARG_INFO(0, args)
ZEND_END_ARG_INFO()

ZEND_BEGIN_ARG_INFO_EX(arginfo_phalcon_mvc_urlinterface_path, 0, 0, 0)
Expand Down
Loading

0 comments on commit 4d3e5db

Please sign in to comment.