Questions tagged [phalconeye]

An open-source CMS created using Phalcon PHP framework.

An open-source CMS created using Phalcon PHP framework, jQuery and CKEditor.

8 questions
5
votes
4 answers

What CMS can be used with Phalcon framework?

I've been using Wordpress for the past 4 years for developing small and medium websites. Now I have an enterprise project and I'm considering using Phalcon PHP framework. My enterprise project will be handling a large amount of users and will be…
Steven
  • 19,224
  • 47
  • 152
  • 257
3
votes
2 answers

How to connect multiple database in phalcon framework

i have to database namely master and xyz ,in that i required to connect both database in application . so is it possible to connect multiple database in one application and yes then how.?
2
votes
1 answer

PhalconPHP: Repeating field collection multiple times and saving to multiple models

I am creating a form that has multiple sub-forms inside it. Let me elaborate: I am creating a form for a class in the university. That class has multiple stuff in its model like "name","size", etc.. However, I need to attach students to that class.…
DreamWave
  • 1,934
  • 3
  • 28
  • 59
0
votes
1 answer

How Can I use operator ternary in phalcon version 3.4 in volt?

I would like to use the phalcon ternary operator provided by version 3.4, but I would like to use it with the one validation at the same time. {% set pageType = 'basicSetting' %} {{ pageType == 'basicSetting' ? 'class="active"' : '' }} The above…
0
votes
2 answers

Add Pre default text in phalcon flash messages

In phalcon default flash messaging service only provide with default error div.
Our message
But i want to add something inside div box like this.
0
votes
1 answer

How to get the post parameters in before dispatch loop phalcon

We can access post data in controller something like this: $request = $this->di->get("request"); $data = $request->getJsonRawBody(); But is there any way to access POST data in services.php. I wanted to access it in an event: if ($event->getType()…
user1740757
  • 87
  • 1
  • 10
0
votes
1 answer

Phalcon PHP - Array options to validator

What options do I send to Phalcon\Mvc\Model\Validator\ construct? Thank you.
user5078654
0
votes
1 answer

Error when installing phalconEye

I'm trying to install PhalconEye, and when I submit the infos about the database, the installation stops proceeding, and the error below is displayed SQLSTATE[42000]: Syntax error or access violation: 1075 Incorrect table definition; there can be…