You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Phalcon v2.x when i use tag:prependTitle the title is prepended
Phalcon\Tag::setTitle("PAGE");
Phalcon\Tag::prependTitle("test1");
Phalcon\Tag::prependTitle("test2");
// Title now is "test2 - test1 - PAGE" (depends of separator)
In Phalcon v3.x when i use tag:prependTitle the title replaced
Phalcon\Tag::setTitle("PAGE");
Phalcon\Tag::prependTitle("test1");
Phalcon\Tag::prependTitle("test2");
// Title now is "test2 - PAGE" (depends of separator)
So which behavior is right?
Sorry for my English.
Thanks!
Details
Phalcon version: 3.x
PHP Version: 7
Operating System: Windows 10
Server: Apache
The text was updated successfully, but these errors were encountered:
So which behavior is right?
Sorry for my English.
Thanks!
Details
The text was updated successfully, but these errors were encountered: