Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15655 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15655 Rev 15656
Línea 14... Línea 14...
14
    // Define an action "world".
14
    // Define an action "world".
15
    public function indexAction()
15
    public function indexAction()
16
    {
16
    {
17
        // Get "message" from the query parameters.
17
        // Get "message" from the query parameters.
18
        // In production code, it's a good idea to sanitize user input.
18
        // In production code, it's a good idea to sanitize user input.
19
        $message = $this->params()->fromQuery('message', 'hello');
19
        $message = $this->params()->fromQuery('message', 'Hola desde mi controlador Progreso por dia');
Línea 20... Línea 20...
20
 
20
 
21
        // Pass variables to the view.
21
        // Pass variables to the view.
22
        return new JsonModel([
22
        return new JsonModel([
23
            'success' => true,
23
            'success' => true,