Questions tagged [phalcon-routing]

Routing in Phalcon Framework's MVC implementation. Phalcon is an open source PHP web application framework, and it is released under the BSD license.

phalcon-routing provides advanced routing capabilities. In MVC mode, you can define routes and map them to controllers/actions that you require.

The router component allows defining routes that are mapped to controllers or handlers that should receive the request. A router simply parses a URI to determine this information. The router has two modes: MVC mode and match-only mode. The first mode is ideal for working with MVC applications.

109 questions
0
votes
1 answer

not found in the dependency injection container

at this album-o-rama sample mvc application has one error to load controller and action after add / at the end of the url for EX: http://album-o-rama.phalconphp.com/album/38251/InnerSpeaker/ at the above url have a error: Service 'view' was not…
a.4j4vv1
  • 123
  • 3
  • 11
0
votes
2 answers

phalcon routing does not work properly

I am having the same issue My .htaccess file in project/ is RewriteEngine on RewriteRule ^$ public/ [L] RewriteRule (.*) public/$1 [L] server : apache and the command "a2enmod rewrite" shows that "Module rewrite…
-1
votes
1 answer

How to use same Phalcon installation to develop REST API?

I have website developed using Phalcon Framework. Now I need to develop REST API for that website. So I used Phalcon API tutorials, Those are work perfect in local server and another server. But it not works with current website. When I use that I'm…
-6
votes
1 answer

Email Error in Phalcon

I am new user of phalcon php I face a problem when try to send email using Phalcon Php Screen Shot of Error is Given Below
Unov
  • 1
  • 1
1 2 3 4 5 6 7
8