├── .github └── workflows │ └── jekyll.yml ├── .gitignore ├── .ruby-version ├── 404.md ├── Gemfile ├── README.md ├── _config.yml ├── _includes ├── algolia.html ├── analytics.html ├── fanart.html ├── footer.html ├── header.html ├── js.html ├── meta.html ├── post-footer.html ├── sponsors.html ├── tags.html └── widget.html ├── _layouts ├── default.html └── post.html ├── _posts ├── 2012-03-07-welcome-to-the-phalcon-blog.md ├── 2012-03-12-phalcon-0-3-0-released.md ├── 2012-03-21-phalcon-0-3-1-released.md ├── 2012-03-23-phalcon-developer-tools-is-a-set-of-scripts-to.md ├── 2012-04-07-phalcon-0-3-3-released.md ├── 2012-04-11-invo-a-sample-application.md ├── 2012-04-19-phalcon-0-3-4-released.md ├── 2012-05-02-phalcon-0-3-5-orm-database-and-more.md ├── 2012-05-03-about-the-name.md ├── 2012-05-04-database-migrations.md ├── 2012-05-15-introducing-phalcon-0-4-0-alpha.md ├── 2012-05-17-dont-like-command-line-and-consoles-no-problem.md ├── 2012-05-27-help-test-phalcon-0-4-0.md ├── 2012-06-02-phalcon-0-4-0-is-finally-here.md ├── 2012-06-05-integrating-phalcon-with-phpstorm-ide.md ├── 2012-06-07-sample-application-php-alternative-site.md ├── 2012-06-14-phalcon-0-4-1-mysqli-cache-models-and-more.md ├── 2012-06-25-phalcon-0-4-2-caching-views-and-postgresql.md ├── 2012-07-04-moving-towards-phalcon-0-5-x.md ├── 2012-07-16-we-are-now-on-readthedocs-org.md ├── 2012-07-21-phalcon-0-4-3-stable-and-0-5-0-alpha.md ├── 2012-08-09-introduction-series-1-phalcons-dependency.md ├── 2012-08-12-introduction-series-2-the-events-manager.md ├── 2012-08-18-introduction-series-3-building-an-mvc-application.md ├── 2012-08-21-introduction-series-4-phalcon-query-language.md ├── 2012-08-28-phalcon-0-5-0-beta1-released.md ├── 2012-09-17-phalcon-0-5-0-is-finally-here.md ├── 2012-10-07-introduction-series-for-0-6-volt-an-ultra-fast-template-engine.md ├── 2012-10-13-spreading-the-word-about-phalcon.md ├── 2012-10-22-introduction-series-for-0-6-mongodb-integration.md ├── 2012-11-01-announcing-the-release-of-phalcon-0-6-0.md ├── 2012-11-03-speed-as-differentiating-factor.md ├── 2012-11-21-phalcon-0-7-0-beta-released.md ├── 2012-11-26-introducing-phalcon-incubator.md ├── 2012-11-27-tutorial-your-first-encounter-with-phalcon-part-1.md ├── 2012-11-28-tutorial-your-first-encounter-with-phalcon-part-2.md ├── 2012-12-04-phalcon-0-7-0-final-has-been-released.md ├── 2012-12-08-sample-application-album-orama.md ├── 2012-12-16-phalcon-0-8-0-alpha-available.md ├── 2013-01-01-phalcon-0-8-0-beta-is-available.md ├── 2013-01-09-phalcon-0-8-released.md ├── 2013-01-10-moving-towards-phalcon-1-0.md ├── 2013-01-21-phalcon-0-9-beta-released.md ├── 2013-01-25-phosphorum-the-phalcon-forum.md ├── 2013-02-05-phalcon-framework-0-9-0-released.md ├── 2013-02-08-php-as-a-service-phalcon-fortrabbit.md ├── 2013-03-06-phalcon-1-0-0-beta-released.md ├── 2013-03-21-phalcon-1-0-released.md ├── 2013-03-31-tutorial-creating-a-poll-application-in-15-minutes.md ├── 2013-04-01-looking-forward-phalcon-in-assembler.md ├── 2013-04-08-tutorial-creating-a-custom-models-initializer.md ├── 2013-04-10-tutorial-creating-a-blameable-behavior-with.md ├── 2013-04-15-phalcon-1-1-beta-released.md ├── 2013-04-18-help-the-community-to-make-phalcon-available-on-cpanel.md ├── 2013-05-02-sample-application-vokuro.md ├── 2013-05-06-phalcon-1-1-released.md ├── 2013-05-08-moving-towards-phalcon-1-2-help-us-to-prioritize.md ├── 2013-05-09-spread-the-word-about-phalcon-get-involved.md ├── 2013-05-10-success-story-phalcon-main-site-phosphorum.md ├── 2013-05-16-success-story-guitarama-ru.md ├── 2013-05-20-announcing-the-phalcon-store.md ├── 2013-06-11-phalcon-inner-workings-advantages-of-being-a-framework-as-a-dll-so.md ├── 2013-06-18-phalcon-1-2-beta-1-released.md ├── 2013-06-20-success-story-kolesa-kz-and-krisha-kz-web-api.md ├── 2013-06-23-making-phalcon-even-faster-is-that-possible-yes.md ├── 2013-07-09-phalcon-1-2-0-released.md ├── 2013-07-23-phalcon-1-2-1-released.md ├── 2013-07-24-the-road-ahead.md ├── 2013-08-02-phalcon-2-0-the-future.md ├── 2013-08-06-security-update-breach-php-and-phalcon.md ├── 2013-09-17-phalcon-2-0-progress-benchmarks.md ├── 2013-09-19-phalcon-1-2-4-released.md ├── 2013-12-11-phalcon-1-3-beta-1-released.md ├── 2014-01-02-happy-new-year-and-whats-coming.md ├── 2014-01-13-phalcon-1-2-5-released.md ├── 2014-01-16-phalcon-2-0-alpha-1-released.md ├── 2014-03-07-3acec916ae9c026594fe0562ef3013be2cf47247.md ├── 2014-03-17-phalcon-1-3-0-released.md ├── 2014-03-28-phalcon-statistics.md ├── 2014-04-01-introducing-pokemon-phalcon-edition.md ├── 2014-04-06-phalcon-community-hangout.md ├── 2014-04-14-phalcon-2-beta-1-released.md ├── 2014-06-10-phalcon-1-3-2-released.md ├── 2014-06-26-builtwith-phalcon.md ├── 2014-08-27-phalcon-2-beta-2-available.md ├── 2014-09-22-phalcon-1-3-3-released.md ├── 2014-10-15-phalcon-2-beta-3-released.md ├── 2014-10-21-lezgro-phalcon-framework-remains-solid-choice.md ├── 2015-03-02-phalcon-2-release-candidate.md ├── 2015-04-07-guide-upgrading-to-phalcon-2.md ├── 2015-04-17-phalcon-2-released.md ├── 2015-05-08-phalcon-2-0-1-released.md ├── 2015-05-19-interview-with-phalconphp-creator-andres-gutierrez.md ├── 2015-05-25-phalcon-2-0-2-released.md ├── 2015-06-09-phalcon-2-0-differences-with-phalcon-1-3-and-why-you-should-upgrade.md ├── 2015-06-10-phalcon-2-0-3-released.md ├── 2015-07-02-phalcons-release-process.md ├── 2015-07-07-phalcon-2-0-4-released.md ├── 2015-07-14-phalcon-2-0-5-released.md ├── 2015-07-21-phalcon-2-0-6-released.md ├── 2015-07-24-setting-up-phalconphp-with-environment-variables.md ├── 2015-08-03-adding-traits-to-a-phalconphp-project.md ├── 2015-08-17-phalcon-2-0-7-released.md ├── 2015-08-22-performing-a-route-redirection-in-phalconphp.md ├── 2015-08-24-phalcon-2-1-beta-released.md ├── 2015-09-07-living-on-the-edge-of-phalconphp.md ├── 2015-09-25-phalcon-2-0-8-and-2-1-0-beta2-released.md ├── 2015-11-23-phalcon-2-0-9-released.md ├── 2016-02-04-phalcon-2-0-10-released.md ├── 2016-03-07-phalconphp-and-php7.md ├── 2016-03-22-phalcon-2-1-0-RC1-released.md ├── 2016-05-24-phalcon-2-0-13-released.md ├── 2016-07-29-phalcon-3-0-0-released.md ├── 2016-08-24-phalcon-3-0-1-released.md ├── 2016-08-28-phalcon-on-packagecloud-io.md ├── 2016-11-26-phalcon-3-0-2-released.md ├── 2016-12-24-phalcon-3-0-3-released-and-merry-christmas.md ├── 2017-01-23-funding-campaign-update-and-goals-for-q1.md ├── 2017-02-03-phalcon-link-and-update.md ├── 2017-02-17-new-website-implementation-and-enhancements.md ├── 2017-02-20-phalcon-3-0-4-released.md ├── 2017-03-01-building-the-new-phalcon-website-implementation-part-1.md ├── 2017-03-02-building-the-new-phalcon-website-bootstrap-part-2.md ├── 2017-03-03-building-the-new-phalcon-website-middleware-part-3.md ├── 2017-03-15-q1-goals-update.md ├── 2017-03-22-phalcon-3-1-0-released.md ├── 2017-03-25-phalcon-3-1-1-released.md ├── 2017-03-28-funding-campaign-update.md ├── 2017-04-06-phalcon-3-1-2-released-php7-1-support.md ├── 2017-04-11-phalcon-ide-stubs-repository.md ├── 2017-04-12-benchmarking-phalcon.md ├── 2017-04-14-benchmarking-phalcon-micro.md ├── 2017-04-17-2017-survey-results.md ├── 2017-04-21-phalcon-with-nanobox.md ├── 2017-05-25-testimonial-phalcon-r8em.md ├── 2017-06-18-phalcon-3-2-0-released-and-new-docs.md ├── 2017-06-23-expanding-on-phalcon-3-2-0-new-features.md ├── 2017-06-28-translating-documentation-and-our-website.md ├── 2017-07-10-phalcon-3-2-1-released.md ├── 2017-07-29-helping-with-documentation.md ├── 2017-08-13-phalcon-3-2-2-released.md ├── 2017-10-13-phalcon-3-2-3-released.md ├── 2017-10-14-phalcon-and-cpanel.md ├── 2017-12-24-phalcon-3-3-0-released-and-merry-christmas.md ├── 2018-01-09-phalcon-3-3-1-released.md ├── 2018-04-16-github-closing-old-issues.md ├── 2018-04-17-phalcon-3-3-2-released.md ├── 2018-05-28-phalcon-3-4-0-released.md ├── 2018-07-10-repository-reorganization.md ├── 2018-08-06-phalcon-3-4-1-released.md ├── 2018-09-14-localized-zephir-documentation.md ├── 2018-10-24-status-update-phalcon-zephir.md ├── 2018-12-02-phalcon-3-4-2-released.md ├── 2018-12-17-status-update-new-development-environment.md ├── 2018-12-23-local-development-environment.md ├── 2018-12-25-merry-christmas-and-phalcon-4.0.0-alpha1-released.md ├── 2018-12-27-upgrading-to-v4-alpha-1.md ├── 2019-01-15-deploy-repo-organization-v4-update.md ├── 2019-01-17-community-hangout-2019-01-26.md ├── 2019-01-26-links-community-hangout-2019-01-16.md ├── 2019-01-26-recent-repository-reorganization.md ├── 2019-01-31-new-documents-awesome-hosting.md ├── 2019-02-02-phalcon-v4-0-0-alpha2-released.md ├── 2019-02-06-living-on-the-edge-with-phalcon.md ├── 2019-02-14-success-story-how-to-phalconize-a-carpentry-factory.md ├── 2019-02-18-community-hangout-2019-02-23.md ├── 2019-02-23-links-community-hangout-2019-02-23.md ├── 2019-02-24-did-you-know.md ├── 2019-02-25-phalcon-3-4-3-released.md ├── 2019-03-03-phalcon-v4-0-0-alpha3-released.md ├── 2019-03-18-discord-deploy-notifications.md ├── 2019-03-27-community-hangout-2019-03-30.md ├── 2019-03-30-links-community-hangout-2019-03-30.md ├── 2019-03-31-phalcon-v4-0-0-alpha4-released.md ├── 2019-04-03-competition-2019-april-bugfest.md ├── 2019-04-08-2019-april-bugfest-update.md ├── 2019-04-24-upcoming-hangout-and-2019-april-bugfest-update.md ├── 2019-04-25-community-hangout-2019-04-27.md ├── 2019-04-27-links-community-hangout-2019-04-27.md ├── 2019-05-18-phalcon-v4-0-0-alpha5-released.md ├── 2019-05-21-community-hangout-2019-05-25.md ├── 2019-05-25-links-community-hangout-2019-05-25.md ├── 2019-06-01-2019-june-status-update.md ├── 2019-06-20-zephir-0-12-0-released.md ├── 2019-06-24-community-hangout-2019-06-29.md ├── 2019-06-29-links-community-hangout-2019-06-29.md ├── 2019-06-30-phalcon-3-4-4-released.md ├── 2019-07-06-trial-and-error.md ├── 2019-07-12-status-update-2019-07-12.md ├── 2019-07-14-phalcon-v4-0-0-beta1-released.md ├── 2019-07-28-status-update-2019-07-28.md ├── 2019-08-08-status-update-2019-08-08.md ├── 2019-08-18-phalcon-v4-0-0-beta2-released-1.md ├── 2019-08-27-community-hangout-2019-08-31.md ├── 2019-09-05-status-update-2019-09-05.md ├── 2019-09-15-status-update-2019-09-15.md ├── 2019-09-22-phalcon-v4-0-0-rc1-released.md ├── 2019-09-23-kikcms.md ├── 2019-10-02-community-hangout-2019-10-05.md ├── 2019-10-11-status-update-2019-10-11-pecl.md ├── 2019-10-16-april-bugfest-the-usual-suspects.md ├── 2019-10-24-status-update-2019-10-24.md ├── 2019-10-25-live-release-v4-0-0-rc-2-and-community-hangout-2019-10-25.md ├── 2019-10-26-phalcon-v4-0-0-rc2-released.md ├── 2019-10-30-phalcon-3-4-5-released.md ├── 2019-11-11-update-github-universe-rc-live.md ├── 2019-11-13-icymi-github-sponsors-phalcon.md ├── 2019-11-15-live-release-v4-0-0-rc-3-2019-10-26.md ├── 2019-11-16-phalcon-v4-0-0-rc3-released.md ├── 2019-11-22-status-update-2019-11-22.md ├── 2019-12-07-status-update-2019-12-07-welcome-jeckerson.md ├── 2019-12-13-release-party.md ├── 2019-12-21-phalcon-4-0-0-released.md ├── 2019-12-31-happy-new-year-2020.md ├── 2020-01-07-2019-financial-update.md ├── 2020-01-08-community-hangout-2020-01-11-v4-0-1.md ├── 2020-01-11-phalcon-v4-0-1-released.md ├── 2020-01-11-phalcon-v4-0-2-released.md ├── 2020-01-19-phalcon-v4-why-upgrade.md ├── 2020-01-25-phalcon-v4-0-3-released.md ├── 2020-02-04-php-8-goodies.md ├── 2020-02-10-french-book-for-phalcon-release.md ├── 2020-02-12-poedit-2-3-now-with-volt-support.md ├── 2020-02-15-phalcon-v4-0-4-released.md ├── 2020-03-05-community-hangout-2020-03-07-v4-0-5.md ├── 2020-03-07-phalcon-v4-0-5-released.md ├── 2020-03-16-2020-03-16-status-update-and-stay-home.md ├── 2020-03-19-code-with-me-series-tonight.md ├── 2020-03-24-2020-03-25-code-with-me-hangout.md ├── 2020-04-09-2020-04-10-code-with-me-hangout.md ├── 2020-04-22-2020-04-23-code-with-me-hangout.md ├── 2020-05-12-live-release-v4-0-6-and-community-hangout-2020-05-16.md ├── 2020-05-16-phalcon-v4-0-6-released.md ├── 2020-07-06-status-update-2020-july.md ├── 2020-07-25-article-about-phalcon-french-magazine.md ├── 2020-08-10-community-hangout-and-update-2020-08-14.md ├── 2020-08-19-the-future-of-phalcon.md ├── 2020-09-04-community-hangout-and-update-2020-09-06.md ├── 2020-10-02-community-hangout-and-update-2020-10-03.md ├── 2020-10-15-testing-testing-testing.md ├── 2020-10-30-live-release-v4-1-and-community-hangout-2020-10-31.md ├── 2020-10-31-phalcon-v4-1-0-released.md ├── 2020-12-19-status-update-v5-php-8-forum.md ├── 2020-12-25-merry-christmas.md ├── 2021-01-02-article-about-phalcon-german-magazine.md ├── 2021-01-27-2020-financial-update.md ├── 2021-02-12-community-hangout-and-update-2021-02-13.md ├── 2021-02-17-zephir-repositories-transfer.md ├── 2021-03-19-community-hangout-status-update-2021-february.md ├── 2021-03-25-zephir-0-13-0-released.md ├── 2021-03-31-phalcon-v5-0-0-alpha-1-released.md ├── 2021-05-03-phalcon-4-1-2-live-release-v5-alpha-2-community-hangout-2021-05-03.md ├── 2021-05-03-phalcon-v4-1-2-released.md ├── 2021-05-04-phalcon-roadmap.md ├── 2021-05-24-digitalocean-and-phalcon.md ├── 2021-06-30-phalcon-5-0-0alpha3-released.md ├── 2021-08-17-community-hangout-and-update-2021-08-21.md ├── 2021-09-09-phalcon-5-0-0alpha5-released.md ├── 2021-09-17-phalcon-5-0-0alpha6-released.md ├── 2021-11-04-community-hangout-and-update-2021-11-06.md ├── 2021-11-17-phalcon-5-0-0alpha7-released.md ├── 2021-12-25-merry-christmas-and-phalcon-5-0-0beta1-released.md ├── 2022-01-06-phalcon-5-0-0beta2-released.md ├── 2022-01-12-happy-10th-birthday-phalcon.md ├── 2022-02-08-phalcon-5-0-0beta3-released.md ├── 2022-03-30-status-update-psr-packagecloud.md ├── 2022-05-20-status-update-upcoming-release.md ├── 2022-05-31-phalcon-v5-0-0rc1-released.md ├── 2022-06-10-phalcon-v5-0-0rc2-released.md ├── 2022-07-12-phalcon-v5-0-0rc3-released.md ├── 2022-08-08-phalcon-v5-0-0rc4-released.md ├── 2022-09-23-phalcon-v5-0-0-and-v5-0-1-released.md ├── 2022-09-27-phalcon-v5-0-2-released.md ├── 2022-10-06-phalcon-v5-0-3-released.md ├── 2022-10-18-phalcon-v5-0-4-released.md ├── 2022-10-24-phalcon-v5-0-5-released.md ├── 2022-11-02-phalcon-5-1-0-released.md ├── 2022-11-14-phalcon-5-1-1-released.md ├── 2022-12-01-phalcon-5-1-2-released.md ├── 2022-12-25-merry-christmas-and-phalcon-5-1-3-released.md ├── 2023-01-10-phalcon-5-1-4-released-and-update.md ├── 2023-06-18-phalcon-v5-2-2-released.md ├── 2023-07-26-phalcon-v5-2-3-released.md ├── 2023-08-15-phalcon-v5-3-0-released.md ├── 2023-09-12-phalcon-v5-3-1-released.md ├── 2023-10-25-phalcon-v5-4-0-released.md ├── 2023-12-21-community-hangout-and-update-2023-12-23.md ├── 2023-12-25-merry-christmas-and-phalcon-5-5-0-released.md ├── 2024-01-09-phalcon-v5-6-0-released.md ├── 2024-02-08-phalcon-v5-6-1-released.md ├── 2024-02-16-2023-financial-update.md ├── 2024-03-14-phalcon-v5-6-2-released.md ├── 2024-05-17-phalcon-v5-7-0-released.md ├── 2024-06-16-high-load-micro-service.md ├── 2024-07-10-phalcon-v5-8-0-released.md ├── 2024-12-25-merry-christmas-and-update.md ├── 2025-03-10-phalcon-v5-9-0-released.md ├── 2025-03-31-phalcon-v5-9-1-released.md └── 2025-04-04-phalcon-v5-9-2-released.md ├── _redirects ├── admin ├── config.yml └── index.html ├── assets ├── css │ ├── custom.css │ ├── dark.css │ └── style.css ├── favicons │ ├── android-chrome-192x192.png │ ├── android-chrome-512x512.png │ └── site.webmanifest ├── files │ ├── 2012-03-23-devtools-screencast.png │ ├── 2012-04-07-invo.png │ ├── 2012-04-19-mpm.png │ ├── 2012-05-03-real-falcon.png │ ├── 2012-05-04-database-migrations-screencast.png │ ├── 2012-05-15-real-phalcon.png │ ├── 2012-05-17-phalcon-webtools-screencast.png │ ├── 2012-06-05-phpstorm-screencast.png │ ├── 2012-06-07-php-site-1.png │ ├── 2012-06-07-php-site-2.png │ ├── 2012-06-14-phalcon-green.jpg │ ├── 2012-08-28-working.jpg │ ├── 2012-09-17-phalcon-attacking.jpg │ ├── 2012-10-07-volt.jpg │ ├── 2012-11-01-phalcon-attack.jpg │ ├── 2012-11-26-incubator.png │ ├── 2012-11-26-mvc-c.png │ ├── 2012-11-26-tutorial-part-2-1.png │ ├── 2012-11-26-tutorial-part-2-10.png │ ├── 2012-11-26-tutorial-part-2-2.png │ ├── 2012-11-26-tutorial-part-2-3.png │ ├── 2012-11-26-tutorial-part-2-4.png │ ├── 2012-11-26-tutorial-part-2-5.png │ ├── 2012-11-26-tutorial-part-2-6.png │ ├── 2012-11-26-tutorial-part-2-7.png │ ├── 2012-11-26-tutorial-part-2-8.png │ ├── 2012-11-26-tutorial-part-2-9.png │ ├── 2012-12-04-falcon.png │ ├── 2012-12-08-album.jpg │ ├── 2012-12-08-albumorama.jpg │ ├── 2013-01-09-falcon.jpg │ ├── 2013-01-25-forum.jpg │ ├── 2013-02-05-phalcon-logo.jpg │ ├── 2013-02-08-fortrabbit.jpg │ ├── 2013-03-21-phalcon-php-logo.png │ ├── 2013-03-31-poll-application.png │ ├── 2013-05-02-vokuro.png │ ├── 2013-05-10-2013-01-stats.png │ ├── 2013-05-10-phalconphp.com_20120201-20121231.pdf │ ├── 2013-05-10-phalconphp.com_20130101-20130430.pdf │ ├── 2013-05-16-guitarama.png │ ├── 2013-05-20-phalcon-sticker.png │ ├── 2013-06-20-kolesa-krisha.png │ ├── 2013-06-23-phalcon-php-logo.png │ ├── 2013-07-23-phalcon-php-logo.png │ ├── 2013-07-24-phalcon-php-logo.png │ ├── 2013-08-02-zephir.png │ ├── 2013-09-17-benchmarks.png │ ├── 2014-01-16-website.jpg │ ├── 2014-03-07-birthday-cake.png │ ├── 2014-04-06-facebook.png │ ├── 2014-04-06-google-plus.png │ ├── 2014-04-06-twitter.png │ ├── 2014-04-06-youtube.png │ ├── 2014-04-14-invo.jpg │ ├── 2014-04-14-phosphorum.jpg │ ├── 2014-04-14-website.jpg │ ├── 2014-10-21-phalcon-lezgro.png │ ├── 2015-05-peregrine-falcon-kelly-harris.jpg │ ├── 2016-08-28-installations.png │ ├── 2016-08-28-packagecloud-logo-dark.png │ ├── 2016-12-24-xmas.jpg │ ├── 2017-04-13-files-per-request.png │ ├── 2017-04-13-memory-per-request.png │ ├── 2017-04-13-requests-per-second.png │ ├── 2017-04-13-requests-time.png │ ├── 2017-04-14-files-per-request.png │ ├── 2017-04-14-memory-per-request.png │ ├── 2017-04-14-requests-per-second.png │ ├── 2017-04-14-requests-time.png │ ├── 2017-04-17-2017-survey-responses.csv │ ├── 2017-06-28-crowdin-logo.png │ ├── 2017-12-24-christmas.jpg │ ├── 2020-02-10-phalcon-book.jpg │ ├── 2020-02-12-poedit.svg │ ├── 2020-02-15-phalcon-4.0.4.png │ ├── 2020-03-05-phalcon-hangout.png │ ├── 2020-03-07-phalcon-4.0.5.png │ ├── 2020-03-19-phalcon-hangout.jpg │ ├── 2020-03-24-phalcon-hangout.png │ ├── 2020-04-10-phalcon-hangout.png │ ├── 2020-04-23-phalcon-hangout.png │ ├── 2020-05-16-phalcon-4.0.6.png │ ├── 2020-05-16-phalcon-hangout.png │ ├── 2020-06-16-keep-calm.jpg │ ├── 2020-07-06-status-update.png │ ├── 2020-07-25-article-magazine-phalcon.jpg │ ├── 2020-07-25-cover-phalcon.jpg │ ├── 2020-08-11-phalcon-hangout-update.png │ ├── 2020-09-06-phalcon-hangout.png │ ├── 2020-10-03-phalcon-hangout.png │ ├── 2020-10-15-tests.png │ ├── 2020-10-31-phalcon-4.1.0.png │ ├── 2020-10-31-phalcon-hangout.png │ ├── 2020-12-25-xmas.jpg │ ├── 20200111-phalcon4.0.1-release.png │ ├── 20200111-phalcon4.0.2.png │ ├── 20200119-upgrade.jpg │ ├── 20200125-phalcon4.0.3-release.png │ ├── 20200204-php-8.png │ ├── 20201209-benchmarks.png │ ├── 2021-01-02-article-php-magazin-phalcon.jpg │ ├── 2021-02-13-phalcon-hangout.png │ ├── 2021-03-21-phalcon-5.0.0-alpha.1.png │ ├── 2021-03-21-status-update.png │ ├── 2021-03-25-zephir-release.png │ ├── 2021-05-01-phalcon-4.1.2.png │ ├── 2021-05-03-phalcon-hangout.png │ ├── 2021-05-04-phalcon-roadmap.png │ ├── 2021-06-30-phalcon-5.0.0-alpha.3.png │ ├── 2021-08-21-phalcon-hangout.png │ ├── 2021-09-09-phalcon-5.0.0-alpha.5.png │ ├── 2021-09-09-phalcon-5.0.0-alpha.6.png │ ├── 2021-11-06-phalcon-hangout.png │ ├── 2021-11-17-phalcon-5.0.0-alpha.7.png │ ├── 2022-01-06-phalcon-5.0.0-beta.2.png │ ├── 2022-01-10-happy-birthday.jpg │ ├── 2022-01-12-commit.png │ ├── 2022-02-08-phalcon-5.0.0-beta.3.png │ ├── 2022-03-30-status-update.png │ ├── 2022-05-20-status-update.png │ ├── 2022-05-31-phalcon-5.0.0-rc.1.png │ ├── 2022-06-10-phalcon-5.0.0-rc.2.png │ ├── 2022-07-12-phalcon-5.0.0-rc.3.png │ ├── 2022-08-18-phalcon-5.0.0-rc.4.png │ ├── 2022-09-20-phalcon-5.0.0-release.png │ ├── 2022-09-23-phalcon-5.0.1.png │ ├── 2022-09-27-phalcon-5.0.2-release.png │ ├── 2022-10-06-phalcon-5.0.3-release.png │ ├── 2022-10-17-phalcon-5.0.4-release.png │ ├── 2022-10-24-phalcon-5.0.5-release.png │ ├── 2022-11-02-phalcon-5.1.0-release.png │ ├── 2022-11-13-phalcon-5.1.1-release.png │ ├── 2022-12-01-phalcon-5.1.2-release.png │ ├── 2023-01-10-phalcon-5.1.4-release.png │ ├── 2023-02-28-phalcon-5.2.1-release.png │ ├── 2023-06-18-phalcon-5.2.2-release.png │ ├── 2023-07-26-phalcon-5.2.3-release.png │ ├── 2023-08-15-phalcon-5.3.0-release.png │ ├── 2023-09-12-phalcon-5.3.1-release.png │ ├── 2023-10-25-phalcon-5.4.0-release.png │ ├── 2023-12-22-phalcon-hangout.png │ ├── 2023-12-23-phalcon-hangout.png │ ├── 2024-01-09-phalcon-5.5.1-release.png │ ├── 2024-01-09-phalcon-5.6.0-release.png │ ├── 2024-02-08-phalcon-5.6.1-release.png │ ├── 2024-03-14-phalcon-5.6.2-release.png │ ├── 2024-05-17-phalcon-5.7.0-release.png │ ├── 2024-06-16-phalcon-swoole-cpu.png │ ├── 2024-06-16-phalcon-swoole-high-load-microservices.png │ ├── 2024-06-16-phalcon-swoole-htop.png │ ├── 2024-06-16-phalcon-swoole-infra-history.jpg │ ├── 2024-06-16-phalcon-swoole-ingress.png │ ├── 2024-06-16-phalcon-swoole-pods.png │ ├── 2024-06-16-phalcon-swoole-ram.png │ ├── 2024-06-16-phalcon-swoole-response-time.png │ ├── 2024-07-10-phalcon-5.8.0-release.png │ ├── 2025-03-10-phalcon-5.9.0-release.png │ ├── 2025-03-31-phalcon-5.9.1-release.png │ ├── 2025-04-04-phalcon-5.9.2-release.png │ ├── andres_interview.jpg │ ├── arhell.jpg │ ├── crowdin-logo.png │ ├── devries-factory.jpg │ ├── devries-floor.jpg │ ├── devries-pi.jpg │ ├── devries-planning.png │ ├── devries-screens.jpg │ ├── devries-tablet-01.png │ ├── devries-tablet-02.jpg │ ├── discord.png │ ├── do_powered_by_badge_blue.svg │ ├── dream-baby.jpg │ ├── dream.jpg │ ├── facebook_teaser.png │ ├── feature.jpg │ ├── full-logo-light.svg │ ├── gremlins.jpeg │ ├── groot.gif │ ├── hangout-20200111.png │ ├── happy-new-year.jpg │ ├── hook-01.png │ ├── hook-02.png │ ├── hook-03.png │ ├── index.html │ ├── jeckerson.jpg │ ├── kikcms-db-structure.png │ ├── kikcms-edit-page.png │ ├── kikcms-edited-page.png │ ├── kikcms-form.png │ ├── kikcms-old.jpg │ ├── kikcms-pages.png │ ├── kikcms-webshop.png │ ├── max-nikos.jpg │ ├── money.jpg │ ├── news.jpg │ ├── notification.png │ ├── phalcon-logo-320x180.png │ ├── phalcon4-banner.png │ ├── phalcon4-banner2.png │ ├── photo_2019-12-13_12-14-27.jpg │ ├── serghei.jpg │ ├── stars.png │ ├── youtube-player.png │ ├── youtube-player2.png │ └── zsilbi.jpg ├── fonts │ └── .DS_Store └── js │ ├── main.js │ ├── main.min.js │ ├── search.js │ └── theme.js ├── build.sh ├── humans.txt ├── index.html ├── robots.txt ├── serve ├── tags.html └── updateData.php /.gitignore: -------------------------------------------------------------------------------- 1 | _site 2 | Gemfile.lock 3 | -------------------------------------------------------------------------------- /.ruby-version: -------------------------------------------------------------------------------- 1 | 3.2.2 2 | -------------------------------------------------------------------------------- /404.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | title: 404 - Page not found 4 | permalink: /404.html 5 | --- 6 | 7 | ## 404 8 | 9 | Ooops! Something went wrong. 10 | 11 |

12 | Back To Home 13 |

14 | 15 | <3 Phalcon Team -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- 1 | source "https://rubygems.org" 2 | gem 'jekyll', '~> 4.4.1' 3 | 4 | group :jekyll_plugins do 5 | gem 'kramdown-parser-gfm' 6 | gem 'jekyll-paginate' 7 | gem 'jekyll-sitemap' 8 | gem 'jekyll-feed' 9 | gem 'algolia' 10 | end 11 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ### Phalcon Blog 2 | 3 |

4 | Phalcon 5 |

6 | 7 | Phalcon PHP is a web framework delivered as a C extension providing high performance and lower resource consumption. 8 | 9 | This is the official Phalcon Blog. You are more than welcome to download the blog and adapt the template to your needs. If you find any typos, we would welcome your feedback and pull requests. 10 | 11 | Thanks. 12 | 13 | #### NOTE 14 | 15 | The master branch will always contain the latest stable version which is served by Github Pages. If you are looking for the Phalcon based implementation, please click the "Releases" link. 16 | 17 | ## Sponsors 18 | 19 | Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/phalcon#sponsor)] 20 | 21 | 22 | 23 | 24 | 25 | ## Backers 26 | 27 | Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/phalcon#backer)] 28 | 29 | 30 | 31 | 32 | 33 | #### License 34 | 35 | Phalcon Blog is open-sourced software licensed under the [New BSD License][6]. © Phalcon Framework Team and contributors 36 | 37 | [6]: https://github.com/phalcon/blog/blob/master/docs/LICENSE.md 38 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | app: 2 | name: Phalcon Blog 3 | author: "Phalcon Team" 4 | description: "We are an open source web framework for PHP delivered as a C extension offering high performance and lower resource consumption" 5 | keywords: "php, phalcon, phalcon php, php framework, faster php framework" 6 | avatar: https://avatars3.githubusercontent.com/u/1221505?v=4 7 | url: https://blog.phalcon.io 8 | baseurl: "/" 9 | analytics: 'G-9JGM81GDBF' 10 | comments: false 11 | 12 | url: https://blog.phalcon.io 13 | 14 | social: 15 | email: team@phalcon.io 16 | facebook: 17 | github: phalcon 18 | rss: phalcon 19 | twitter: phalconphp 20 | 21 | tags_override: 22 | - phalcon5 23 | - phalcon4 24 | - release 25 | - zephir 26 | - lts 27 | - hangout 28 | - github 29 | - phalcon 30 | - community 31 | - update 32 | - roadmap 33 | - framework 34 | - benchmarks 35 | 36 | excerpt_separator: 37 | 38 | paginate: 10 39 | paginate_path: "/page-:num" 40 | permalink: /post/:title 41 | version: v1.2.0 42 | 43 | # Conversion 44 | markdown: kramdown 45 | highlighter: rouge 46 | lsi: false 47 | incremental: false 48 | 49 | # Markdown Processing 50 | kramdown: 51 | input: GFM 52 | syntax_highlighter: rouge 53 | hard_wrap: false 54 | auto_ids: true 55 | entity_output: as_char 56 | toc_levels: 1..6 57 | smart_quotes: lsquo,rsquo,ldquo,rdquo 58 | enable_coderay: false 59 | 60 | algolia: 61 | application_id: 'QZSIJXM8NK' 62 | index_name: 'phalcon-blog' 63 | search_only_api_key: 'ed266d1fbb836f531f335570585c3c07' 64 | 65 | # sass: 66 | # style: :compressed # You might prefer to minify using :compressed 67 | 68 | include: 69 | - _redirects 70 | 71 | # Exclude these files from your production _site 72 | exclude: 73 | - Gemfile 74 | - Gemfile.lock 75 | - LICENSE 76 | - README.md 77 | - CNAME 78 | - vendor 79 | -------------------------------------------------------------------------------- /_includes/analytics.html: -------------------------------------------------------------------------------- 1 | {% if site.app.analytics %} 2 | 3 | 4 | 14 | 15 | {% endif %} 16 | -------------------------------------------------------------------------------- /_includes/fanart.html: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /_includes/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/_includes/footer.html -------------------------------------------------------------------------------- /_includes/js.html: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /_includes/post-footer.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |

Chat - Q&A

4 | 5 | 11 | 12 |

Support

13 | 14 | 17 | 18 |

Social Media

19 | 20 | 30 | 31 |

Videos

32 | 33 | 39 | 40 |

<3 Phalcon Team

41 | -------------------------------------------------------------------------------- /_includes/sponsors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/_includes/sponsors.html -------------------------------------------------------------------------------- /_includes/tags.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | Tags 4 |
5 |
6 | {%- for override in site.tags_override -%} 7 | {%- for tag in site.tags -%} 8 | {%- if tag[0] == override -%} 9 | 11 | {{- tag | first | strip -}} 12 | ({{- tag | last | size | strip -}}) 13 | 14 | {%- continue -%} 15 | {%- endif -%} 16 | {%- endfor -%} 17 | {%- endfor -%} 18 |
19 | Show More 20 |
21 | 22 | -------------------------------------------------------------------------------- /_includes/widget.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | Projects 4 |
5 |
6 | We're a nonprofit organization that creates 7 | solutions for web developers. Our products are 8 | Phalcon, 9 | Zephir and 10 | others. 11 | If you would like to help us stay free and open, 12 | please consider supporting us. 13 |
14 |
-------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- 1 | {% include fanart.html %} 2 | 3 | 4 | 5 | {% include meta.html %} 6 | {% include analytics.html %} 7 | 8 | 9 | {% include header.html %} 10 | 11 |
12 |
13 |
14 | {{ content }} 15 |
16 |
17 |
18 |
19 | Supporters 20 |
21 | {% include sponsors.html %} 22 |
23 | {% include widget.html %} 24 | {% include tags.html %} 25 |
26 |
27 |
28 | {% include footer.html %} 29 | {% include js.html %} 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /_posts/2012-03-07-welcome-to-the-phalcon-blog.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Welcome to the Phalcon Blog" 4 | tags: 5 | - php 6 | - phalcon 7 | - welcome 8 | --- 9 | Hi, welcome to the Phalcon official blog. We plan to share articles, tutorials and tips from the community and the Phalcon developers. All this interesting content will be available soon. We think you're going to love it. 10 | 11 | 12 | -------------------------------------------------------------------------------- /_posts/2012-03-12-phalcon-0-3-0-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Phalcon 0.3.0 released!" 4 | tags: 5 | - phalcon 6 | - php 7 | - framework 8 | - "0.3" 9 | - release 10 | - "0.x" 11 | --- 12 | Last week, we were working on a huge refactoring over many aspects of Phalcon. Once all code in the last 0.2.x branch has reached maturity and reasonable stability We are now working on a new exciting branch producing a cleaner code base which let us to add many improvements as possible. 13 | 14 | The current list of changes is: 15 | 16 | 17 | - Refactoring many code patterns as C macros, the total base code was reduced by about 8000 lines of code less. 18 | - Most function calls were rewritten to avoid any string length counting by avoiding potential use of strlen. Functions and method names have fixed string lengths improving general performance. This improvement was also implemented for static string concatenation. 19 | - We have implemented some kind of [Register Allocation](https://en.wikipedia.org/wiki/Register_allocation) to take advantage of processor registers. However, the compiler will choose best register allocations when it compiles the extension. 20 | - Support for PHP 5.4. A number of issues when running Phalcon under PHP 5.4 were identified and corrected. 21 | - In some cases memory was copied without need when updating internal arrays, they were fixed. 22 | - A function cache was included to avoid potential function lookups on internal HashTables. This cache stores internal pointers to functions low level code improving performance. 23 | 24 | We would like to thank each and every person who has contributed feedback, testing, and more for the last release and invite you to send us your comments on the new branch. 25 | -------------------------------------------------------------------------------- /_posts/2012-03-21-phalcon-0-3-1-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Phalcon 0.3.1 released!" 4 | tags: 5 | - phalcon 6 | - "0.3" 7 | - release 8 | - "0.x" 9 | --- 10 | Version 0.3.1 is part of the new 0.3.x branch on which we have been working. Last release improves many aspects of Phalcon. With this release we specifically work on aspects of memory by implementing a memory manager on top of [Zend MM](https://wiki.php.net/internals/zend_mm). 11 | 12 | The version 0.2.x due to its more conservative memory model tends to produce [memory leaks](https://en.wikipedia.org/wiki/Memory_leak) or delay the release of allocated memory. 13 | 14 | 15 | Basically, the new behavior of the Phalcon collector is to incrementally release memory allocated after the end of a particular execution trace reducing [memory fragmentation](https://stackoverflow.com/a/3770572/1022921). 16 | 17 | This version can be tested as a beta release on the download page or by cloning it from Github. 18 | 19 | Before saying goodbye, we would like to thank again all the people who have contributed feedback or is following our project. 20 | 21 | Enjoy! 22 | -------------------------------------------------------------------------------- /_posts/2012-03-23-phalcon-developer-tools-is-a-set-of-scripts-to.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Phalcon Developer Tools" 4 | tags: [php, framework, screencast, programming, devtools, "0.x"] 5 | --- 6 | Phalcon Developer Tools is a set of scripts to help developers in creating application components such as Controllers or Models. 7 | 8 | They also provide code generators like scaffording. 9 | 10 | In this screencast we show you how to use it. 11 | 12 | 13 | [![Phalcon Developer Tools](/assets/files/2012-03-23-devtools-screencast.png)](https://vimeo.com/39035250 "Phalcon Developer Tools - Click to Watch!") 14 | -------------------------------------------------------------------------------- /_posts/2012-04-07-phalcon-0-3-3-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Phalcon 0.3.3 released" 4 | tags: [framework, php, mvc, "0.3", release, phalcon, "0.x"] 5 | --- 6 | We're proud to announce the immediate availability of Phalcon 0.3.3. The last version 0.3.2 was a bugfix/maintenance release. 7 | 8 | This is a short list of changes that can be expected in this version: 9 | 10 | 11 | 0.3.3 12 | 13 | - Added `Phalcon\Tag::setDefault` as an alias for `Phalcon\Tag::displayTo` 14 | - Added `Phalcon\View::setVar` as an alias for `Phalcon\View::setParamToView` 15 | - Added `Phalcon\ACL` management with in-memory lists [More Info](https://docs.phalcon.io/latest/en/acl) 16 | - Fixed segfaults on methods with array optional parameters 17 | - Fixed segfaults on some internal isset 18 | - Added built-in model attributes validators for `Phalcon\Model` [More Info](https://docs.phalcon.io/latest/en/db-models#validating-data-integrity) 19 | - Added missing `Phalcon\Tag::passwordField` [2](https://github.com/phalcon/cphalcon/issues/2) 20 | 21 | 0.3.2 22 | 23 | - Fixed separation of super globals by mistake causing segmentation faults 24 | - Support for compilation on Visual C++ 6.0 25 | - Fixed segmentation faults when required parameters are not given for most methods 26 | 27 | Our newest release is our most stable and feature-rich release yet. 28 | 29 | A huge thanks to all involved in terms of both contributions through ideas, tickets, documentation, and those whom have otherwise contributed to the framework. :) 30 | -------------------------------------------------------------------------------- /_posts/2012-05-03-about-the-name.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "About the name" 4 | tags: [php, phalcon, falcon, geek] 5 | --- 6 | Some of you have asked us: Why the framework was called Phalcon?, and we're happy to respond. 7 | 8 | We look ourselves as a strange kind of geek personality that make a point to be environmentally friendly (not convinced yet being hipster), so we love nature as you can tell our logo obviously represents a falcon! 9 | 10 | 11 | Coincidentally, a bird, more specifically the [Peregrine Falcon](https://en.wikipedia.org/wiki/Peregrine_Falcon), is renowned for its speed, reaching over 322 km/h (200 mph) during its characteristic hunting stoop (high speed dive), making it the fastest member of the animal kingdom! 12 | 13 | So PHP + Falcon = Phalcon, Simple. Fast. Easy. 14 | 15 | ![image](/assets/files/2012-05-03-real-falcon.png) 16 | -------------------------------------------------------------------------------- /_posts/2012-05-04-database-migrations.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Database Migrations" 4 | tags: [database, migrations, phalcon, screencast, php, "0.x"] 5 | --- 6 | If you spend a lot of time making software updates, you're probably familiar with the frustration of manually update every change you made on your development database to the production stage. :S 7 | 8 | So, we are happy to announce database migrations available on Developer Tools! That has been one of the most highly requested features in Phalcon (we know... most frameworks also provide it), anyway, it always feels great when we deliver something we know users have an acute need of. 9 | 10 | 11 | In short [database migrations](https://docs.phalcon.io/latest/en/migrations) are: 12 | 13 | > Migrations are a convenient way for you to alter your database in a 14 | > structured and organized manner. 15 | 16 | While you're here, why not watch a short screencast? 17 | 18 | [![Database Migrations](/assets/files/2012-05-04-database-migrations-screencast.png)](https://vimeo.com/41381817 "Database Migrations - Click to Watch!") 19 | 20 | And that's it, Enjoy! 21 | 22 | -------------------------------------------------------------------------------- /_posts/2012-05-17-dont-like-command-line-and-consoles-no-problem.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Don't like command line and consoles? No problem, read this story" 4 | tags: [php, framework, phalcon, ui, web, devtools, "0.x"] 5 | --- 6 | A couple of weeks a friend from Mexico, suggested us to create an alternative interface to Phalcon Developer Tools. It is true, some people have a hate relationship with the commend console ;). 7 | 8 | Today we are releasing the Phalcon Developer Tools in a web based flavor, our WebTools. WebTools offer the same functionality as the Developer Tools, but now have a beautiful web interface, allowing you to be more productive without extra complications or effort learning commands. 9 | 10 | 11 | Additional to well known commands, Web Tools provide editing facilities, so you can instantly check generated code, and edit it without leaving your browser!. 12 | 13 | Paranoid Parrot Note: WebTools is optional and for security reasons it can only be accessed from localhost. 14 | 15 | Let's figure out how it works with this screencast. 16 | 17 | [![Phalcon WebTools](/assets/files/2012-05-17-phalcon-webtools-screencast.png)](https://vimeo.com/42367665 "Phalcon WebTools - Click to Watch!") 18 | 19 | Thanks to everyone who took the time to provide feedback. 20 | 21 | We appreciate it! 22 | 23 | -------------------------------------------------------------------------------- /_posts/2012-06-02-phalcon-0-4-0-is-finally-here.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Phalcon 0.4.0 is finally here" 4 | tags: [php, framework, phalcon, release, "0.4", "0.x"] 5 | --- 6 | We've been really busy this last month working on Phalcon 0.4.0, and for our pleasure is finally here! This release is giving much more satisfaction than ever before knowing that have been built with many suggestions and feedback from developers around all the globe. 7 | 8 | Also, this final version is adding some highly requested features to Phalcon: 9 | 10 | 11 | - A better routing system allowing you to define custom routes different than `/:controller/:action/:parameters` [idea] [[more info](https://docs.phalcon.io/latest/en/routing)] 12 | - A component to help you creating multilingual applications [idea] 13 | - A final implementation of external template engines such as Mustache or Twig [idea] [[more info](https://docs.phalcon.io/latest/en/views#template-engines)] 14 | 15 | This time, an [alpha](/post/introducing-phalcon-0-4-0-alpha) and [beta](https://blog.phalcon.io/post/help-test-phalcon-0-4-0) version were released before this final version to be sure that most of changes will not affect things that already worked fine in the past. 16 | 17 | Check out the previous articles to get a complete list of changes :) 18 | 19 | Little by little, we try to make Phalcon increasingly competitive, but, if you think that Phalcon is missing something, remember that [Github](https://github.com/phalcon/cphalcon/issues) is enabled to receive ideas or suggestions you have, building together a new way to make the web even faster! 20 | 21 | As always latest versions are available from the [download page](https://phalcon.io/download), we hope you're as pleased with these improvements as we are! 22 | 23 | 24 | -------------------------------------------------------------------------------- /_posts/2012-06-05-integrating-phalcon-with-phpstorm-ide.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Integrating Phalcon with PhpStorm IDE" 4 | tags: [php, phalcon, developer tools, phpstorm, ide] 5 | --- 6 | [![Phalcon PHPStorm Integration](/assets/files/2012-06-05-phpstorm-screencast.png)](https://vimeo.com/43455647 "Phalcon PHPStorm Integration - Click to Watch!") 7 | 8 | Being a full time developer you need a powerful tool to help you creating amazing web sites and applications. [PhpStorm](https://www.jetbrains.com/phpstorm/) is an amazing IDE for PHP that has become very popular among developers lately. 9 | 10 | 11 | This screencast will cover the major integration points needed to have an enjoyable experience. The first point is the Phalcon Developer Tools integration, it's easy to run commands from the IDE and work on the results immediately. 12 | 13 | Another important and useful feature is the code completion. You could import reflection definitions into your project and suggestions as you type. If you forgot some class or method, no problem, the IDE will remind you. 14 | 15 | This integration requires the latest version of Phalcon DevTools, PhpStorm is available for Windows, Mac and Linux. 16 | 17 | Happy developing! 18 | 19 | PS: Brought to you thanks to an idea of [mailopl] 20 | -------------------------------------------------------------------------------- /_posts/2012-06-07-sample-application-php-alternative-site.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Sample Application: PHP Alternative site" 4 | tags: [php, framework, phalcon, roadmap, sample, application, "0.x"] 5 | --- 6 | ![Alternate site](/assets/files/2012-06-07-php-site-1.png) 7 | 8 | Today, we're launching another sample application for Phalcon. This time, we wanted to create an alternative version of the [PHP site](https://php.net) powered by the C-extension framework. This is the greatest example we have done until now, implementing many of the main framework features, especially the newly added: [Multilingual Support](https://docs.phalcon.io/latest/en/api/Phalcon_Translate_Adapter_NativeArray) and [Complex Routing](https://docs.phalcon.io/latest/en/routing). 9 | 10 | 11 | You will find some of the main content such as news and some other sections. Note, that we have no intention that this site offer the official PHP's content is just one example that is familiar to us all. 12 | 13 | **Multilingual Support** 14 | Using the translation component recently added to Phalcon, the site offers content in English and partially in Spanish. We did not translate the whole site to Spanish, but we believe that it is enough of a sample to understand the translation concepts. In the page footer is possible to change the current language: 15 | 16 | ![Alternate site](/assets/files/2012-06-07-php-site-2.png) 17 | 18 | **Complex Routing** 19 | Helping to improve the website [SEO](https://en.wikipedia.org/wiki/Search_engine_optimization), we added some routes like https://php.phalcon.io/news/2012/05/php-543-and-php-5313-released, this kind of URLs are now possible thanks to the new routing system present in most frameworks. 20 | 21 | If you've been thinking about creating a blog, or news site with Phalcon, it is possible that this application will help you so much. 22 | 23 | Enjoy! 24 | 25 | PS: There may be some broken links or bad translations, all intentional :P 26 | -------------------------------------------------------------------------------- /_posts/2012-06-25-phalcon-0-4-2-caching-views-and-postgresql.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Phalcon 0.4.1: MySQLi, Cache + Models and more" 4 | tags: [php, framework, phalcon, release, "0.4", postgresql, cache, views, "0.x"] 5 | --- 6 | We are excited to announce that Phalcon supports the PostgreSQL RDBMS: 7 | 8 | 9 | > PostgreSQL is a powerful, open source relational database system. It 10 | > has more than 15 years of active development and a proven architecture 11 | > that has earned it a strong reputation for reliability, data 12 | > integrity, and correctness. 13 | 14 | Implementing the PostgreSQL adapter took a lot longer than expected (about 2 months), but definitely has not been a waste of time. If PostgreSQL is your favorite database you can use it now together with Phalcon! 15 | 16 | Another important feature in this version is the ability to cache the entire output of the `Phalcon\View`. This is very useful when you develop dynamic websites but they are not updated very often. (Right now the Phalcon website is using it!) [[more info](https://docs.phalcon.io/latest/en/volt#caching-view-fragments)]. 17 | 18 | If you need help implementing any of the Phalcon features (new or old), visit our [forum](https://forum.phalcon.io) and discuss your idea there. We would be happy to help. 19 | 20 | Check out the full [CHANGELOG](https://github.com/phalcon/cphalcon/blob/master/CHANGELOG.md) for this version. 21 | 22 | We are a tiny core team of developers working very hard, so any support the community can offer to the project is more than appreciated! 23 | 24 | Thanks again to all your ideas and support making this framework a reality! 25 | -------------------------------------------------------------------------------- /_posts/2012-11-26-introducing-phalcon-incubator.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Introducing Phalcon Incubator" 4 | tags: [php, phalcon, incubator] 5 | --- 6 | ![image](/assets/files/2012-11-26-incubator.png) 7 | 8 | With the upcoming [release in a week or so of 0.7.0](/post/phalcon-0-7-0-beta-released) and the interfaces functionality attached to it, we have created a new repository in github called Phalcon Incubator: 9 | 10 | [https://github.com/phalcon/incubator](https://github.com/phalcon/incubator) 11 | 12 | 13 | In this repository - which is all PHP code - we welcome submissions from the community of snippets that could extend the framework more. For instance we have already posted a [database session handler](https://github.com/phalcon/incubator/tree/master/Library/Phalcon/Session/Adapter) that everyone can use (just check the repository). 14 | 15 | The only thing we ask is to document your submission as much as possible so that you can give others the opportunity to understand and use your code. 16 | 17 | Popular contributions will be considered as potential candidates for inclusion in the extension in C. 18 | 19 | Enjoy! 20 | 21 | -------------------------------------------------------------------------------- /_posts/2013-01-01-phalcon-0-8-0-beta-is-available.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Phalcon 0.8.0 beta is available" 4 | tags: [php, phalcon, release, beta, "0.8", "0.x"] 5 | --- 6 | After the introduction of many new and exciting features in our [alpha version](/post/phalcon-0-8-0-alpha-available), we are today releasing the first beta version of 0.8.0. 7 | 8 | 9 | - [Documentation](https://docs.phalcon.io/latest/en/) 10 | - Check the complete [CHANGELOG](https://github.com/phalcon/cphalcon/blob/phalcon-v0.8.0/CHANGELOG) 11 | 12 | **Help with Testing** 13 | This version can be installed from the 0.8.0 branch: 14 | 15 | ```sh 16 | git clone https://github.com/phalcon/cphalcon 17 | cd build 18 | git checkout 0.8.0 19 | sudo ./install 20 | ``` 21 | 22 | Windows users can download a DLL from the [download page](https://phalcon.io/download). 23 | 24 | All tests are passing on [Travis](https://travis-ci.org/phalcon/cphalcon/builds/3906272), so there should not be any major issues with this version. This version is very close to what will be the final release. 25 | 26 | Please help us to test and report any bugs or problems on [Github](https://github.com/phalcon/cphalcon). If you have any questions about functionality, feel free to ask either in [Stack Overflow](https://stackoverflow.com/questions/tagged/phalcon?sort=newest&pagesize=15) or in our [Google Group](https://groups.google.com/forum/?fromgroups#!forum/phalcon). 27 | 28 | We hope you like these updates! Have a great start of year! 29 | 30 | -------------------------------------------------------------------------------- /_posts/2013-01-09-phalcon-0-8-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Phalcon 0.8 released" 4 | tags: [php, phalcon, release, "0.8", "0.x"] 5 | --- 6 | ![image](/assets/files/2013-01-09-falcon.jpg) 7 | 8 | We're very proud to announce the immediate release of Phalcon 0.8. As mentioned in the [alpha](/post/phalcon-0-8-0-alpha-available)/[beta](/post/phalcon-0-8-0-beta-is-available) posts we've introduce a lot of new and exciting features in this major release. As always we have improved performance and addressed several bugs increasing the overall stability of the framework. 9 | 10 | A big thank you to all the community and every tester who has reported bugs and requested new features. We are constantly getting closer to the best balance between speed and functionality in the PHP world and this is mostly due to our community! 11 | 12 | 13 | We would encourage you to update to this version to take advantage of all the new functionality :) 14 | 15 | - [Documentation](https://docs.phalcon.io/latest/en/) 16 | - Check the complete [CHANGELOG](https://github.com/phalcon/cphalcon/blob/phalcon-v0.8.0/CHANGELOG) 17 | 18 | If you have any questions about functionality, feel free to ask either in [Stack Overflow](https://stackoverflow.com/questions/tagged/phalcon?sort=newest&pagesize=15) or in our [Google Group](https://groups.google.com/forum/?fromgroups#%21forum/phalcon). 19 | 20 | We hope you enjoy this release and are looking forward to your comments, 21 | 22 | Thanks for using Phalcon! 23 | 24 | -------------------------------------------------------------------------------- /_posts/2013-01-10-moving-towards-phalcon-1-0.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Moving towards Phalcon 1.0" 4 | tags: [php, phalcon, rfc, roadmap, "1.0", "1.x"] 5 | --- 6 | As we gradually get closer to Phalcon 1.0, we have introduced in each version more and more features, stabilizing the framework consistently without losing performance. Many of you have provided feedback and requested new features that have been implemented in each release or are soon to be implemented. Once again, a big thank you for your time and participation. 7 | 8 | We are close to completing one year of building a PHP framework which follows a totally different perspective, taking on the challenges of innovation and the search for new and better ways of working and achieving our goals. 9 | 10 | 11 | We understand there are many features suggested would add value to the framework, so we are now prioritizing which may be more useful and necessary in order to build a wide range of applications while fulfilling the needs of our community. 12 | 13 | The features that we are currently focusing on are: 14 | 15 | - [Forms Builder/Validation component](https://groups.google.com/d/topic/phalcon/aIgeSnOOnJc/discussion) 16 | - [Magic adding/getting of related records](https://groups.google.com/d/topic/phalcon/7ws5n7uB_tE/discussion) 17 | - [Annotations](https://groups.google.com/d/topic/phalcon/ToItuhWEcvw/discussion) 18 | - [Widgets](https://groups.google.com/d/topic/phalcon/Kq88boXcdFw/discussion) 19 | - [Shadow Export of Variables to Views](https://groups.google.com/d/topic/phalcon/BpaZg0RFbYI/discussion) 20 | 21 | We would like you to join the [Google group](https://groups.google.com/forum/#!forum/phalcon) and give us your opinion so as to release these features in the best possible way. 22 | 23 | Thanks in advance! 24 | 25 | -------------------------------------------------------------------------------- /_posts/2013-01-25-phosphorum-the-phalcon-forum.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Phosphorum: The Phalcon forum" 4 | tags: [php, phalcon, forum, "0.x"] 5 | --- 6 | [![Phalcon Forum](/assets/files/2013-01-25-forum.jpg)](https://forum.phalcon.io "Phalcon Forum") 7 | 8 | Phalcon now has a discussion [forum](https://forum.phalcon.io)! 9 | 10 | While there are plenty of choices on the Internet, when in need of installing discussion forum software, we decided to roll out our own, to showcase Phalcon and its features. We call this new forum software Phosphorum. 11 | 12 | Phosphorum is lightweight and simple in its design, thus it does not implement many sophisticated features, Currently it supports 13 | 14 | 15 | - Registration using Github (via [OAuth](https://developer.github.com/v3/oauth/)) 16 | - Create/Edit posts 17 | - Reply posts 18 | - Edit/Delete replies 19 | - Highlight of code snippets (php, sql, html, javascript, etc) 20 | - Conversion of URL links into HTML links 21 | - User profiles 22 | - User Timezones 23 | - User avatars via [Gravatar](https://en.gravatar.com/) 24 | - Email Notifications via [AmazonSES](https://aws.amazon.com/ses/) 25 | 26 | Phosphorum showcases some of the features that have been recently introduced in Phalcon, specifically in version [0.9.0](https://blog.phalcon.io/post/phalcon-0-9-beta-released). 27 | 28 | You can find the source code on [Github](https://github.com/phalcon/forum). 29 | 30 | Phosphorum is open sourced and released under the New BSD License. Feel free to use it, adapt it, enhance it or contribute to it with your improvements. 31 | 32 | Enjoy! 33 | 34 | -------------------------------------------------------------------------------- /_posts/2013-02-05-phalcon-framework-0-9-0-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Phalcon Framework 0.9.0 released!" 4 | tags: [php, phalcon, mvc, framework, release, "0.9", "0.x"] 5 | --- 6 | ![image](/assets/files/2013-02-05-phalcon-logo.jpg) 7 | 8 | We are very pleased to announce the immediate availability of Phalcon Framework 0.9.0 stable! 9 | 10 | As always, we would like to thank the community for their time and enthusiasm in getting Phalcon better. 11 | 12 | 13 | Some of the key features introduced are: 14 | 15 | - [Getting/Saving records with Magic Properties](https://docs.phalcon.io/latest/en/db-models#storing-related-records)] 16 | - Magic static methods to query records by fields (Robots::findById, Robots::findFirstByType, etc) 17 | - [A brand-new Annotations Parser component](https://docs.phalcon.io/latest/en/annotations) 18 | - [Routing based on Annotations](https://docs.phalcon.io/latest/en/routing#annotations-router) 19 | - [Define model's meta-data using annotations](https://docs.phalcon.io/latest/en/db-models#annotations-strategy) 20 | - [Priorities in the Events component](https://docs.phalcon.io/latest/en/events#listener-priorities) 21 | - [Refactoring of Logger component making it more flexible and extensible](https://docs.phalcon.io/latest/en/logging)] 22 | - [Support for Hydration Modes in the ORM](https://docs.phalcon.io/latest/en/db-models#hydration-modes) 23 | 24 | 0.9.0 includes other minor changes, bug fixes and stability improvements. You can see the complete [CHANGELOG](https://github.com/phalcon/cphalcon/blob/phalcon-v0.9.0/CHANGELOG) here. 25 | 26 | - [Documentation](https://docs.phalcon.io/latest/en/) 27 | - [Download](https://phalcon.io/download) 28 | 29 | If you have any questions about functionality, feel free to ask either in our [Forum](https://forum.phalcon.io/) or [Stack Overflow](https://stackoverflow.com/questions/tagged/phalcon). 30 | 31 | One more time, a big thank you! 32 | 33 | -------------------------------------------------------------------------------- /_posts/2013-02-08-php-as-a-service-phalcon-fortrabbit.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "PHP as a Service + Phalcon – Fortrabbit" 4 | tags: [php, phalcon, hosting, fortrabbit] 5 | --- 6 | [![Fortrabbit](/assets/files/2013-02-08-fortrabbit.jpg)](https://fortrabbit.com/) 7 | 8 | This is a short post to remind you that [Phalcon 0.9.0](https://blog.phalcon.io/post/phalcon-framework-0-9-0-released) is officially supported by [Fortrabbit.](https://fortrabbit.com/) So if you need to install applications created in Phalcon, you can take advantage of this provider. 9 | 10 | 11 | This is INVO running there in the free plan. 12 | 13 | Check out this [article](https://phpmaster.com/php-as-a-service-fortrabbit/) highlighting some of its great features. If you know other hosting companies supporting Phalcon out of the box share them with the community. 14 | 15 | -------------------------------------------------------------------------------- /_posts/2013-03-31-tutorial-creating-a-poll-application-in-15-minutes.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Tutorial - Creating a Poll application in 15 minutes with Phalcon" 4 | tags: [php, phalcon, sample, tutorial, "1.x"] 5 | --- 6 | [![Create a Poll Application in 15 minutes](/assets/files/2013-03-31-poll-application.png)](https://vimeo.com/63022489 "Create a Poll Application in 15 minutes - Click to Watch!") 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /_posts/2013-04-01-looking-forward-phalcon-in-assembler.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Looking Forward: Phalcon in Assembler" 4 | tags: [php, phalcon, roadmap, aprilsfool, "1.x"] 5 | --- 6 | **UPDATE: Although write Phalcon in Assembler may be challenging, we regret to inform you that this was our April Fools' joke, thanks for your great sense of humor! :)** 7 | 8 | Continuing our work of trying to make Phalcon even faster, we have decided to start migrating our code to [assembler](https://en.wikipedia.org/wiki/Assembly_language). 9 | 10 | 11 | After some internal testing we have concluded that this is the next step for this project. 12 | 13 | We have estimated that the migration to assembler will take approximately two years but by the end Phalcon will be even faster. 14 | 15 | In addition to this, developers can write their own functions in assembler and be executed within PHP: 16 | 17 | Instead of this ugly and slow code: 18 | 19 | ```php 20 | echo "hello"; 21 | ``` 22 | 23 | You can run it in a faster and flexible way: 24 | 25 | ```php 26 | $asm = ' 27 | .extern printf 28 | .section .data 29 | hellotext: 30 | .ascii "hello" 31 | .section .text 32 | .global do_php_echo 33 | .type do_php_echo, @function 34 | 35 | do_php_echo: 36 | pushl %ebp 37 | movl %esp, %ebp 38 | push hellotext 39 | call printf 40 | movl %ebp, %esp 41 | pop %ebp 42 | ret'; 43 | 44 | Phalcon\Asm::run($asm); 45 | ``` 46 | 47 | We are looking forward to the support of the community to begin this new phase. If you work in PHP and also are an expert in assembler, we invite you to join us. 48 | 49 | Enjoy! 50 | -------------------------------------------------------------------------------- /_posts/2013-04-18-help-the-community-to-make-phalcon-available-on-cpanel.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Help the community to make Phalcon available on cPanel" 4 | tags: [php, phalcon, cpanel, hosting, "1.x"] 5 | --- 6 | In an effort to help developers with the installation of Phalcon, we have created a feature request with [cPanel](https://cpanel.net/) so that we can develop an installation script that would allow cPanel customers install the extension with literally one click. 7 | 8 | [https://features.cpanel.net/responses/add-support-for-phalconphp-extension-apache-php](https://features.cpanel.net/responses/add-support-for-phalconphp-extension-apache-php) 9 | 10 | 11 | Kindly visit the link above and upvote this feature. If we get enough votes the feature will be included in cPanel powered hosted sites. 12 | 13 | Feel free to share the link with your peers and friends :) 14 | 15 | Thank you! 16 | -------------------------------------------------------------------------------- /_posts/2013-05-02-sample-application-vokuro.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Sample Application: Vökuró // Authorization/Authentication/Security" 4 | tags: [php, phalcon, sample, vokuro, "1.x"] 5 | --- 6 | ![Vokuro](/assets/files/2013-05-02-vokuro.png) 7 | 8 | [Vökuró](https://vokuro.phalcon.io/), is our new sample application to showcase the features of Phalcon. We implemented several features related to authorization, authentication and security. Some of these features have recently been introduced in the framework. This sample application provides a basic frontend and a backend where users/profiles/security can be managed. 9 | 10 | The following features are implemented: 11 | 12 | 13 | - Sign Up of Users 14 | - Confirmation by email 15 | - Login of Users 16 | - Login throttling 17 | - Registering of invalid logins 18 | - Registering of successful logins 19 | - Password hashing 20 | - "Remember me" option 21 | - Password recovery 22 | - Change password 23 | - Profile/Roles management 24 | - Permission management by profile 25 | - Templates for emails 26 | 27 | Other features/examples: 28 | 29 | - Full namespaced application 30 | - Volt powered 31 | - Custom user components 32 | - Full use of the Forms builder and Validation components 33 | - Frontend/Backend without using a multi-module application 34 | 35 | To run/test this sample application you will need [Phalcon 1.1.0 beta 3](https://phalcon.io/download) or higher. You can see an online version [here](https://vokuro.phalcon.io). 36 | 37 | You can clone the code from [Github](https://github.com/phalcon/vokuro). We welcome all the improvements to this sample as pull requests. We hope this application serve as example and help to develop your own applications with Phalcon. Head on over to our [forum](https://forum.phalcon.io) if you have questions regarding the sample. 38 | 39 | Enjoy! 40 | 41 | -------------------------------------------------------------------------------- /_posts/2013-05-08-moving-towards-phalcon-1-2-help-us-to-prioritize.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Moving towards Phalcon 1.2: Help us to prioritize our roadmap" 4 | tags: [php, phalcon, "1.2", roadmap, "1.x"] 5 | --- 6 | We are constantly trying to enhance Phalcon, to make it a better framework using a completely new approach towards PHP frameworks. We are continuously adding new features and keeping the core stable and increasing performance as much as possible. 7 | 8 | Looking into future development, we would love to create a roadmap together and be clear as to what work is more important to the community so that we can all create awesome and fast applications. 9 | 10 | 11 | For this reason, kindly visit our [Github issues](https://github.com/phalcon/cphalcon/issues?state=open) page and help us prioritize those issues marked with the label [[NFR]](https://github.com/phalcon/cphalcon/issues?labels=New+Feature+Request&page=1&state=open) or [[New Feature Request]](https://github.com/phalcon/cphalcon/issues?labels=New+Feature+Request&page=1&state=open) 12 | 13 | Comment with a "+1" in those which you think are more important than others, or leave your comments and feedback if you think they need considerations to be taken into account. If you think that a feature is not listed and it would be also useful, you can add it to the list by following our [NFR guide](https://github.com/phalcon/cphalcon/wiki/New-Feature-Request---NFR). 14 | 15 | A big - thank you for your time and participation making Phalcon even better! 16 | 17 | -------------------------------------------------------------------------------- /_posts/2013-05-10-success-story-phalcon-main-site-phosphorum.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Success story: Phalcon Main Site/Phosphorum" 4 | tags: [php, phalcon, analytics, visitors, traffic] 5 | --- 6 | ![image](/assets/files/2013-05-10-2013-01-stats.png) 7 | 8 | Our main [website](https://phalcon.io) and the [forum](https://forum.phalcon.io) are powered by Phalcon Framework, both are open sourced and published on [Github](https://github.com/phalcon/forum), you can use them as example to create your own applications or if you want to see how real websites perform with Phalcon. 9 | 10 | Looking at our web analytics, so far this year (1-Jan-2013/30-Abr-2013) we have served *67,566* visits, with *27,204* unique visitors (about 12,000 visits every month) having *232,819* pages served. In comparison, all the past year, despite just starting the project, we have served 100,136 visits (56,368 unique visitors). 11 | 12 | 13 | [Click here to see the full Google Analytics report of last year](/assets/files/2013-05-10-phalcon.io_20120201-20121231.pdf) and [here](/assets/files/2013-05-10-phalcon.io_20130101-20130430.pdf) of this year 14 | 15 | If you have success cases with Phalcon, let us know so we can review them and share them with the community on our blog. 16 | 17 | -------------------------------------------------------------------------------- /_posts/2013-05-16-success-story-guitarama-ru.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Success Story - Guitarama.ru" 4 | tags: [php, phalcon, success story, implementation, "1.x"] 5 | --- 6 | ![image](/assets/files/2013-05-16-guitarama.png) 7 | 8 | Yet another success story from our community member Michael ([Xpundel](https://github.com/xpundel)). 9 | 10 | 11 | > Greetings, Phalcon team! 12 | > 13 | > As I wrote in comments to your post, I have a project, built on Phalcon framework. 14 | > 15 | > It's a Guitarama ([https://guitarama.ru](https://guitarama.ru)) - guitars tabs and chords catalog. The site is aimed towards Russian audience, and uses the Russian language, but I hope, there will be no problem to understand most of pages. 16 | > 17 | > The site was re-launched using Phalcon at the beginning of January, 2013 and has since shown steady attendance growth. The Google stats can be found here. 18 | > 19 | > The site use Twig as the template engine (historical reasons), but I recently realized that the speed of Twig does not suit the site, in the near future I plan to replace it with Volt. 20 | > 21 | > There are still a lot of optimizations to do, and work on the project is constantly in process. 22 | > 23 | > Once again, thank you for a great framework and all what you are doing :) 24 | > 25 | > Best regards, 26 | > 27 | > Michael. 28 | 29 | **NOTE**: The site is running on a server with a **P4 processor @3GHz** and **4Gb RAM** 30 | 31 | If you have success cases with Phalcon, let us know so we can review them and share them with the community on our blog. :) 32 | 33 | -------------------------------------------------------------------------------- /_posts/2013-05-20-announcing-the-phalcon-store.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Announcing the Phalcon Store!!" 4 | tags: [php, phalcon, store, "1.x"] 5 | --- 6 | ![](/assets/files/2013-05-20-phalcon-sticker.png) 7 | 8 | Further popular demand by our community, we have opened a modest [store](https://phalcon.io/) where we have Phalcon stickers ready for you to purchase! 9 | 10 | In the near future we will add more swag for your collection so that you can show off Phalcon proudly! 11 | 12 | 13 | The stickers are just 5 USD (for quantity of 5) and you will also pay the delivery charge of 2 USD worldwide. 14 | 15 | This allows us to get some funds toward our hosting bills and other immediate expenses. We hope you like them! 16 | 17 | Don't forget, you can always offer monetary contributions by clicking the [Donate button](https://phalcon.io/donate) locate at the top bar. 18 | 19 | Thank you for flying with Phalcon! 20 | 21 | -------------------------------------------------------------------------------- /_posts/2013-06-20-success-story-kolesa-kz-and-krisha-kz-web-api.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Success Story: kolesa.kz and krisha.kz web API" 4 | tags: [php, phalcon, implementation, success story, "1.x"] 5 | --- 6 | ![image](/assets/files/2013-06-20-kolesa-krisha.png) 7 | 8 | Success story from our community member [Nikita Vershinin](https://github.com/endeveit): 9 | 10 | 11 | > Hello, Phalcon team. 12 | > 13 | > I would like to share with you our success story using Phalcon in [kolesa.kz](https://kolesa.kz) and [krisha.kz](https://krisha.kz) projects, [the most visited](https://www.alexa.com/siteinfo/kolesa.kz) and highloaded sites in Kazakhstan, ranked in TOP-10 classified sites in the CIS. Both sites work on single RESTful-like API written on [Phalcon\\Mvc\\Micro](https://docs.phalcon.io/latest/en/micro). 14 | > 15 | > On peak loads API processes something like 400 req/sec and this is not a limit. 16 | > 17 | > Moving to Phalcon allowed us to reduce response generation time and the consumption of CPU and RAM, as well as to reduce the time of development process. 18 | > 19 | > We will continue using Phalcon in our new projects. 20 | > 21 | > Thank you for the great work you are doing! 22 | > 23 | > Best regards, 24 | > 25 | > Nikita Vershinin, 26 | > Lead Developer 27 | > [kolesa.kz](https://kolesa.kz) and [krisha.kz](https://krisha.kz) 28 | 29 | If you have success cases with Phalcon, let us know so we can review them and share them with the community on our blog. :) 30 | 31 | -------------------------------------------------------------------------------- /_posts/2013-07-23-phalcon-1-2-1-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Phalcon 1.2.1 Released" 4 | tags: [php, phalcon, "1.2", release, "1.x"] 5 | --- 6 | ![image](/assets/files/2013-07-24-phalcon-php-logo.png) 7 | 8 | We are happy to announce that Phalcon 1.2.1 is available for download/compile for our users. 9 | 10 | This new version of Phalcon includes a lot of optimizations, reducing memory while increasing performance (yet again :)) 11 | 12 | 13 | A few key points are 14 | 15 | - Dispatching parameters now can be modified in `beforeExecuteRoute` events 16 | - `beforeException` events can now handle exceptions occurred when executing actions ([140](https://github.com/phalcon/cphalcon/issues/140)) 17 | - Added `Phalcon\Dispatcher::getHandlerClass` and `Phalcon\Dispatch::getActionMethod` 18 | - `Phalcon\Form\Element\*` classes now implement `Phalcon\Form\ElementInterface` 19 | - `Phalcon\Config\Adapter\Ini` correctly handles empty sections and INI files without any sections 20 | - `Phalcon\Http\Request` fully supports file arrays 21 | - Added support for various padding schemes (PKCS7, ANSI X.923, ISO 10126, ISO/IEC 7816-4, zero padding, space padding) to `Phalcon\Crypt` 22 | - Added getKey(), getError(), isUploadedFile() methods to `Phalcon\Http\Request\File` 23 | 24 | and much more. You can read the full list in our [CHANGELOG](https://github.com/phalcon/cphalcon/blob/phalcon-v1.2.1/CHANGELOG). 25 | 26 | Phalcon 1.2.1 is now available on the master branch and DLLs are available for download in our [download](https://www.phalcon.io/download) area. You can also access the latest [documentation](https://docs.phalcon.io/) here. 27 | 28 | -------------------------------------------------------------------------------- /_posts/2013-09-19-phalcon-1-2-4-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Phalcon 1.2.4 Released" 4 | tags: [php, phalcon, "1.2", release, "1.x"] 5 | --- 6 | In addition to 2.0, the Phalcon Team is also focused on 1.3, a new version that will include new features, important improvements in the overall memory usage and new components like `Phalcon\Image`. 7 | 8 | Today, we are announcing the release of Phalcon 1.2.4, a maintenance release including several bug fixes, performance improvements and stability fixes available in the 1.3.0 branch. 9 | 10 | 11 | This version does not include any new features. The complete [CHANGELOG](https://github.com/phalcon/cphalcon/blob/phalcon-v1.2.4/CHANGELOG) is here. 12 | 13 | ### Help with Testing 14 | 15 | Please help us to test this version to ensure everything is OK before the final release. This version can be installed from the 1.2.4 branch: 16 | 17 | ```sh 18 | git clone https://github.com/phalcon/cphalcon 19 | cd build 20 | git checkout 1.2.4 21 | sudo ./install 22 | ``` 23 | 24 | Windows users can download a DLL from the [download page](https://phalcon.io/download). 25 | 26 | We welcome your comments regarding this new release in [Phosphorum](https://forum.phalcon.io). If you discover any bugs, please (if possible) create a failing test and submit a pull request, alongside with an issue on [Github](https://github.com/phalcon/cphalcon). 27 | 28 | Thanks! 29 | 30 | -------------------------------------------------------------------------------- /_posts/2014-03-07-3acec916ae9c026594fe0562ef3013be2cf47247.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "3ACEC916AE9C026594FE0562EF3013BE2CF47247" 4 | image: /assets/files/2014-03-07-birthday-cake.png 5 | date: 2014-03-07T13:59:06.635Z 6 | tags: 7 | - phalcon 8 | - happy-birthday 9 | --- 10 | 11 | We are humans. We want to better ourselves. Taking different paths and exploring new opportunities we all want to make the world a better place for everyone that lives in it. 12 | 13 | This has been the drive of many innovators throughout the years, who, through determination and hard work, made a difference, changed minds, offering tools and ideas that made and make our lives easier. 14 | 15 | 16 | Two years ago (actually our two year anniversary was in January but this will do), a crazy idea was formed, to create the fastest and most feature rich PHP framework as a PHP extension. 17 | 18 | Phalcon was born. 19 | 20 | [*3ACEC916AE9C026594FE0562EF3013BE2CF47247*](https://github.com/phalcon/cphalcon/commit/3acec916ae9c026594fe0562ef3013be2cf47247) marks one of the first commits made in the cphalcon repository in Github, but in fact, one of the most significant because it declared our mission starting that day. 21 | 22 | Very early days back then, extremely few followers, a lot of things to learn, many bugs and many features missing. 23 | 24 | Since then, so many things have happened, we have been delighted to see new contributors to our project, new testers, new users and new applications every day. 25 | 26 | Thank you all! Without you we could have not gone this far. 27 | 28 | Happy birthday Phalcon Project! 29 | 30 | -------------------------------------------------------------------------------- /_posts/2014-04-01-introducing-pokemon-phalcon-edition.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: 'Introducing "Pokémon: Phalcon Edition"' 4 | tags: [phalcon] 5 | --- 6 | Today, we have an important announcement to make. A few weeks ago we received an interesting proposal from an important japanese video-game company. They wanted us to create a game that would help children to become interested in web programming including open source alternatives like Phalcon. We are no way video game experts, but we decided to give it a try and the result is simply amazing. 7 | 8 | "Pokémon: Phalcon Edition" is a new member of this saga and it is sure to be one of the favorite of its fans. 9 | 10 | 11 | The spokesman of this company was very excited about this new project: 12 | 13 | > We never doubted that Phalcon Team could get on track with this new project. 14 | > We have rescued the art of Pokémon battle in 2D, but we have introduced 15 | > elements of the web programming world. 16 | > 17 | > This game will include a new Framework Pokemon type, the 19th type of Pokemon 18 | > to be introduced to the franchise. The Framework type is super effective 19 | > against bugs and bad programming practices. 20 | > 21 | > I can't say more but. It will certainly be one of the most exciting games of 22 | > this year! 23 | 24 | A sample of the progress of the game can be seen in the following video: 25 | 26 | The game will be available for [iOS](https://itunes.apple.com/us/genre/ios-games/id6014?mt=8) and [Android](https://play.google.com/store) starting this summer! 27 | 28 | Enjoy! 29 | 30 | **Update: No Pokemons were harmed in the making of that video, that was our April Fool's Joke LOL :D** 31 | 32 | -------------------------------------------------------------------------------- /_posts/2014-04-06-phalcon-community-hangout.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Phalcon Community Hangout" 4 | tags: [php, phalcon, zephir, community, hangout] 5 | --- 6 | Yesterday (2014-04-05) we had our first Phalcon community hangout. The main purpose of the hangout was to meet the community, discuss about what Phalcon is and what our future steps are, and hear news, concerns, success stories from the community itself. 7 | 8 | We are excited to announce that the first Phalcon community hangout was a great success! 9 | 10 | 11 | We had an awesome turnout from all around the world, with members of the community filling the hangout (10 concurrent users) and more viewing online, asking questions and interacting with the team. 12 | 13 | We talked about where we are, where we came from and what the future steps are with Zephir and Phalcon 2.0. Contributions, bugs and NFRs were also topics in our discussion, as well as who are team and how Phalcon is funded. 14 | 15 | More hangouts will be scheduled in the near future, hopefully making this a regular event for our community. We will also cater for members of the community that are not English speakers, by creating hangouts for Spanish speaking, Russian etc. The goal is to engage as many members as possible! 16 | 17 | The love and trust you all have shown to our framework is what drives us to make it better, push performance, introduce more features and make Phalcon the best PHP framework there is. 18 | 19 | For those that missed it, the video is below. 20 | 21 | 22 | [![image](/assets/files/2014-04-06-youtube.png)](https://www.youtube.com/user/PhalconPHP) 23 | [![image](/assets/files/2014-04-06-facebook.png)](https://www.facebook.com/pages/Phalcon/134230726685897) 24 | [![image](/assets/files/2014-04-06-twitter.png)](https://twitter.com/phalconphp) 25 | -------------------------------------------------------------------------------- /_posts/2014-06-10-phalcon-1-3-2-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Phalcon 1.3.2 Released" 4 | tags: [php, phalcon, "1.3", release, "1.x"] 5 | --- 6 | We are today releasing the much awaited 1.3.2 version. 7 | 8 | This version has a ton of contributions from our community and fixes to the framework. We thank everyone that has worked on this release, especially with their contributions both to 1.3.2 and our work in progress 2.0.0. 9 | 10 | Many thanks to dreamsxin, [mruz](https://github.com/mruz), [kjdev](https://github.com/kjdev), [Cinderella-Man](https://github.com/Cinderella-Man), [andreadelfino](https://github.com/andreadelfino), [kfll](https://github.com/kfll), [brandonlamb](https://github.com/brandonlamb), [zacek](https://github.com/zacek), [joni](https://github.com/joni), [wandersonwhcr](https://github.com/wandersonwhcr), [kevinhatry](https://github.com/kevinhatry), [alkana](https://github.com/alkana) and many others that have contributed either on [Github or through discussion in our](https://github.com/phalcon/cphalcon) [forum](https://forum.phalcon.io). 11 | 12 | 13 | The changelog can be found [here](https://github.com/phalcon/cphalcon/blob/master/CHANGELOG.md). 14 | 15 | We also have a number of pull requests that have not made it to 1.3.2 but will be included to 1.3.3. We need to make sure that the fix or feature that each pull request offers are present both in 1.3.3 but also in 2.0.0 16 | 17 | A big thank you once again to our community! You guys are awesome! 18 | 19 | -------------------------------------------------------------------------------- /_posts/2014-06-26-builtwith-phalcon.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "BuiltWith Phalcon" 4 | tags: [php, phalcon, builtwith, "1.x"] 5 | --- 6 | Today we are launching a new site that would help us spread the word about Phalcon and show where Phalcon is used, whether this is production applications, hobby projects or tutorials. 7 | 8 | Introducing [builtwith.phalcon.io](https://builtwith.phalcon.io) 9 | 10 | Taking the example from our friends at [AngularJS](https://www.angularjs.org) we have cloned their [repository](https://github.com/angular/builtwith.angularjs.org) and we have Phalcon-ized it. Special thanks to the [AngularJS](https://en.wikipedia.org/wiki/AngularJS) team as well as [Ole Aass](https://github.com/oaass) ([website](https://oleaass.com)) who is leading the project. 11 | 12 | 13 | The new site has a very easy interface that users can navigate to and even search for projects with tags. 14 | 15 | You can add your own project by simply cloning our [repository](https://github.com/phalcon/builtwith) and adding your project as well as a logo and screenshots and then issue a pull request for it to appear in the live site. 16 | 17 | Looking forward to seeing your projects listed up there! 18 | 19 | -------------------------------------------------------------------------------- /_posts/2014-09-22-phalcon-1-3-3-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Phalcon 1.3.3 released" 4 | tags: [php, phalcon, "1.3", release, "1.x"] 5 | --- 6 | This version is maintenance release of the Phalcon 1.3.x branch and it has a contributions from our community and fixes to the framework. We thank everyone that has worked on this release, especially with their contributions both to 1.3.3 and our work in progress 2.0.0. 7 | 8 | Many thanks to everyone that have contributed either on [Github or through discussion in our](https://github.com/phalcon/cphalcon) [forum](https://forum.phalcon.io/) to this version. 9 | 10 | 11 | From now, we encourage all the community to dedicate some time to test and improve [Phalcon 2](https://blog.phalcon.io/post/phalcon-2-beta-2-available) our next big release. 12 | 13 | Thank you! 14 | 15 | -------------------------------------------------------------------------------- /_posts/2014-10-21-lezgro-phalcon-framework-remains-solid-choice.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Lezgro: Phalcon Framework Remains Solid Choice Among Technology Stack We Work With!" 4 | tags: 5 | - php 6 | - phalcon 7 | - lezgro 8 | - consulting 9 | - implementation 10 | image: '/assets/files/2014-10-21-phalcon-lezgro.png' 11 | --- 12 | This post has been cross posted from [Lezgro's](https://lezgro.com/phalcon-framework-for-superior-development/) blog, written by [Pavlo Pastushenko](https://lezgro.com/author/ppas/ "Posts by Pavlo Pastushenko") 13 | 14 | 15 | > We established partnership with Phalcon Team – people who stand behind the fastest and robust PHP Framework that offers high performance and lower resource consumption. We provide advising to everyone who interested and glad to keep strong relationship with the company. Phalcon is always discussed as a framework to work with in terms of our Development Team as we always see lots of different ideas where its implementation would be a way to go. 16 | > 17 | > Phalcon is a web framework implemented as a C extension. It is a full stack framework for PHP 5 with the functionality exposed as PHP classes. It offers the classic features of a modern PHP MVC-framework so it is comfortable to use. You will be amazed how fast your project will develop and progress. It's simplicity empowered us to develop using Phalcon, so now we want to share this experience with you. Working in stable state and having that fast development so and further performance of the applications - no regrets are intended. 18 | > 19 | > You may submit your PHP code to us for its possible inclusion into Phalcon (with NDA on it). Lezgro Development Team promises you the immediate vision on how your process of development will get much more efficient. And if everything is in place – there is a possibility of our mutual cooperation. 20 | -------------------------------------------------------------------------------- /_posts/2015-03-02-phalcon-2-release-candidate.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Phalcon 2 Release Candidate" 4 | tags: [php, phalcon, "2.0", phalcon2, guide, zephir, "2.x"] 5 | --- 6 | Today we're pleased to announce the first release-candidate for Phalcon 2.0. This release has been quite a while in the making, and includes new features, improvements and a clean and friendly code base. 7 | 8 | As with all pre-release packages, this is not for production use. But if you'd like to take some of the new features for a spin, or to help find and fix bugs (which should be reported to the issue tracker). 9 | 10 | 11 | We're also preparing a new website and documentation for your joy. 12 | 13 | This version can be installed from the 2.0.0 branch, if you don't have [Zephir](https://zephir-lang.com) installed follow these instructions: 14 | 15 | ```sh 16 | git clone https://github.com/phalcon/cphalcon 17 | git checkout 2.0.0 18 | cd ext 19 | sudo ./install 20 | ``` 21 | 22 | If you have [Zephir](https://zephir-lang.com) installed: 23 | 24 | ```sh 25 | git clone https://github.com/phalcon/cphalcon 26 | git checkout 2.0.0 27 | zephir build 28 | ``` 29 | 30 | It's almost here! 31 | 32 | -------------------------------------------------------------------------------- /_posts/2015-07-14-phalcon-2-0-5-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Phalcon 2.0.5 released!" 4 | tags: [php, phalcon, "2.0", phalcon2, release, "2.x"] 5 | --- 6 | We are happy to announce that Phalcon 2.0.5 is released. 7 | 8 | This version contains bug fixes and small improvements to the 2.0.x series. 9 | 10 | 11 | ### Changes 12 | 13 | - Fixed a bug that makes that attaching an events manager to a `Mvc\Application` causes `view->render()` not being called 14 | - Fixed bug that makes generated SQL statements using `FOR UPDATE` not being parsed correctly 15 | - The email filter now no longer removes the ' character [10603](https://github.com/phalcon/cphalcon/pull/10603) 16 | - When an array is bound the cached representation in PHQL makes the SQL being incorrectly generated the second time. 17 | - Added `Mvc\Model\MetaData\Memcache` and `Mvc\Model\MetaData\Libmemcached` adapters 18 | - Fixed a bug that makes macro can't be called recursively in Volt 19 | 20 | ### Update/Upgrade 21 | 22 | This version can be installed from the master branch, if you don't have Zephir installed follow these instructions: 23 | 24 | ```sh 25 | git clone https://github.com/phalcon/cphalcon 26 | cd cphalcon/build 27 | sudo ./install 28 | ``` 29 | 30 | If you have Zephir installed: 31 | 32 | ```sh 33 | git clone https://github.com/phalcon/cphalcon 34 | cd cphalcon 35 | zephir build 36 | ``` 37 | 38 | Note that running the installation script will replace any version of Phalcon installed before. 39 | 40 | Windows DLLs are available in the [download page](https://phalcon.io/en/download/windows). 41 | 42 | See the [upgrading guide](https://blog.phalcon.io/post/guide-upgrading-to-phalcon-2) for more information about upgrading to Phalcon 2.0.x from 1.3.x. 43 | 44 | * [Documentation](https://docs.phalcon.io) 45 | -------------------------------------------------------------------------------- /_posts/2017-03-28-funding-campaign-update.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "Funding Campaign Update" 4 | tags: [php, phalcon, phalcon3, funding, support] 5 | --- 6 | Good morning everyone! 7 | 8 | We would like to update you on our funding campaign. As most know, we started a funding campaign a few months back, in an effort to raise capital which will help us offer a better, faster and more feature rich framework to our community. 9 | 10 | The funds would be used to hire specialists in C, sponsor bug fixes and features, cover expenses for potential conferences etc. 11 | 12 | 13 | In order to increase transparency and so that everyone knows how much money we have, who the backers are and where we spent it, it was suggested that we switch our funding vendor to [Open Collective](https://opencollective.com). 14 | 15 | Our Patreon campaign therefore has been suspended, and replaced with Open Collective. You can find our new funding page here: 16 | 17 | [https://opencollective.com/phalcon](https://phalcon.io/fund) 18 | 19 | With Open Collective, any expense has to be approved by the team and everyone can see who spent how much and on what. 20 | 21 | If you have been supporting us through Patreon, we have already sent you an email asking you to cancel your patronage there and continue (if you wish) in Open Collective. 22 | 23 | If you are considering in supporting us, feel free to visit [our OpenCollective page](https://phalcon.io/fund) and support us! 24 | 25 | A big thank you to our supporters, backers as well as users!! 26 | -------------------------------------------------------------------------------- /_posts/2019-01-17-community-hangout-2019-01-26.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Community Hangout - 2019-01-26 4 | date: 2019-01-17T20:07:36.391Z 5 | tags: 6 | - community 7 | - hangout 8 | - phalcon 9 | - update 10 | --- 11 | In an effort to keep the community informed as much as possible, we are going to be holding a community hangout on Saturday the 26th of January 2019, at 12:00:00 EST. We want to talk to the community, listen to the concerns and provide clarifications to areas that the community is potentially struggling. 12 | 13 | We will hold this virtual meeting in a Google Hangout on Air, which will also broadcast it on YouTube to ensure that not only 10 people can attend :) 14 | 15 | 16 | 17 | The format will be: 18 | 19 | * Introduction, welcome to all attendees 20 | * Thank you to the whole community and contributors 21 | * Who are we? Brief talk about the team 22 | * v4 introduction and vision 23 | * Topics from the community 24 | 25 | For the last point, we need your help. Please visit [this google form](https://docs.google.com/forms/d/e/1FAIpQLSfWYxQvg4Ej7VoxQq5nTZAzWwxDSLe9aAQf3N5ul2WmVIvwcw/viewform) and record your opinion so that we can select the most requested topics for discussion. 26 | 27 | We will post another blog post with more information as we get closer to the hangout date. 28 | 29 | Looking forward to hearing from all of you and seeing you during the hangout. We plan on having one hangout a month, to communicate with the community in a more friendly and direct way. 30 | -------------------------------------------------------------------------------- /_posts/2019-01-26-links-community-hangout-2019-01-16.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: 'Links: Community Hangout - 2019-01-26' 4 | date: 2019-01-26T19:46:33.408Z 5 | tags: 6 | - hangout 7 | - community 8 | - phalcon4 9 | - chit chat 10 | --- 11 | The first community hangout of 2019 was awesome and super fun! We are really happy to interact with the community and offer news, vision and problems we are facing in the Phalcon ecosystem. 12 | 13 | If you have missed the live hangout, you can watch it on YouTube: 14 | 15 | 16 | 17 | 18 | [Watch it here](https://www.youtube.com/watch?v=OAN7W2zVRaI) 19 | 20 | The slides of the hangout are [here](https://docs.google.com/presentation/d/1fmazYoeTj2YXwTVJDzpxavo5MkSN_G0tmA7A1f5dOpU/edit?usp=sharing) 21 | 22 | Thank you to all that attended live and all those that will watch the live stream later. 23 | 24 | As always we love to hear back from the community so feel free to reach us on: 25 | 26 | We will be having more hangouts in the coming weeks, at least one hangout at the last Saturday of every month. 27 | -------------------------------------------------------------------------------- /_posts/2019-02-18-community-hangout-2019-02-23.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Community Hangout - 2019-02-23 4 | date: 2019-02-18T15:11:22.530Z 5 | tags: 6 | - community 7 | - hangout 8 | - phalcon 9 | - update 10 | image: '/assets/files/facebook_teaser.png' 11 | --- 12 | Time flies when you are having fun! It seems that our previous hangout was just yesterday... 13 | 14 | Time for a new one for this month on Saturday the 23rd of February 2019, at 12:00:00 EST. The purpose is to talk to the community, listen to concerns and try to find solutions for common problems. 15 | 16 | We will hold this virtual meeting in a Google Hangout on Air, which will broadcast on YouTube 17 | 18 | 19 | The format will be: 20 | - Introduction, welcome to all attendees 21 | - Thank you to the whole community and contributors 22 | - Update from last month - what happened since the last hangout 23 | - Current status, cphalcon/zephir 24 | - Other projects (Documentation v4, Devtools, Incubator) 25 | - Input from the community for latest redesign (Blog/Link/BuiltWith etc.) 26 | - Main website redesign 27 | - How to unit test a Phalcon based PHP application 28 | - How to unit test Phalcon (zep files) 29 | 30 | We will post another blog post with more information as we get closer to the hangout date. 31 | 32 | Looking forward to hearing from all of you and seeing you during the hangout. We plan on having one hangout a month, to communicate with the community in a more friendly and direct way. 33 | -------------------------------------------------------------------------------- /_posts/2019-02-23-links-community-hangout-2019-02-23.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: 'Links: Community Hangout - 2019-02-23' 4 | date: 2019-02-23T19:21:50.797Z 5 | tags: 6 | - hangout 7 | - community 8 | - phalcon4 9 | - chit chat 10 | --- 11 | The first community hangout of 2019 was awesome and super fun! We are really happy to interact with the community and offer news, vision and problems we are facing in the Phalcon ecosystem. 12 | 13 | If you have missed the live hangout, you can watch it on YouTube: 14 | 15 | 16 | 17 | 18 | 19 | [Watch it here](https://www.youtube.com/watch?v=IrzbK986f_g) 20 | 21 | The slides of the hangout are [here](https://docs.google.com/presentation/d/1_XOvsCt-_Kmfrz6exAzsRh7UpwpPCy2alDzUkdcDlj4/edit?usp=sharing) 22 | 23 | As mentioned in the hangout, we would love some feedback on building a Queue component for Phalcon. Join the discussion [here](https://github.com/phalcon/cphalcon/issues/13851). 24 | 25 | Thank you to all that attended live and all those that will watch the live stream later. 26 | 27 | As always we love to hear back from the community so feel free to reach us on: 28 | -------------------------------------------------------------------------------- /_posts/2019-03-27-community-hangout-2019-03-30.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Community Hangout - 2019-03-30 4 | date: 2019-03-27T14:10:30.281Z 5 | tags: 6 | - community 7 | - hangout 8 | - phalcon 9 | - update 10 | --- 11 | The time has come for our monthly hangout. Join us on Saturday the 30th of March 2019, at 12:00:00 EST, to talk about our progress, address concerns and find solutions to common problems. 12 | 13 | We will hold this virtual meeting in a Google Hangout on Air, which will broadcast on YouTube 14 | 15 | 16 | The format will be: 17 | - Introduction, welcome to all attendees 18 | - Thank you to the whole community and contributors 19 | - Status update since last hangout 20 | - Devtools 21 | - Translations 22 | - Announcing a new competition!! 23 | - Telegram channel 24 | 25 | We will post another blog post with more information as we get closer to the hangout date. 26 | 27 | Looking forward to hearing from all of you and seeing you during the hangout. We plan on having one hangout a month, to communicate with the community in a more friendly and direct way. 28 | -------------------------------------------------------------------------------- /_posts/2019-03-30-links-community-hangout-2019-03-30.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: 'Links: Community Hangout - 2019-03-30' 4 | date: 2019-03-30T17:12:10.973Z 5 | tags: 6 | - hangout 7 | - community 8 | - phalcon4 9 | - chit chat 10 | --- 11 | We just finished our March community hangout. As usual it was awesome and super fun! We are really happy to interact with the community and offer news, vision and problems we are facing in the Phalcon ecosystem. 12 | 13 | If you have missed the live hangout, you can watch it on YouTube: 14 | 15 | 16 | 17 | 18 | 19 | [Watch it here](https://www.youtube.com/watch?v=UHhAhujXr4U) 20 | 21 | The slides of the hangout are [here](https://docs.google.com/presentation/d/16CTYXrIpp16rPDwU5boux0oZO91gnS21BcWqd-M3p9I/edit?usp=sharing) 22 | 23 | Thank you to all that attended live and all those that will watch the live stream later. 24 | 25 | As always we love to hear back from the community so feel free to reach us on: 26 | -------------------------------------------------------------------------------- /_posts/2019-04-08-2019-april-bugfest-update.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: 2019 April Bugfest - Update 4 | date: 2019-04-08T15:39:18.724Z 5 | tags: 6 | - competition 7 | - bugfest 8 | - phalcon 9 | - phalcon4 10 | --- 11 | Since we announced our [**April Bugfest**](https://blog.phalcon.io/post/competition-2019-april-bugfest) competition, we are happy to see that we have seen a great number of Pull Requests, for our v4 release!! 12 | 13 | 14 | ![](/assets/files/feature.jpg) 15 | 16 | So far we had around 20 pull requests towards various components of the framework, and we are only on the first week of the competition!! The breakdown so far is as follows: 17 | 18 | - Framework enhancements 19 | - Performance - mostly micro optimizations 20 | - API documentation (docblocks) 21 | - Tightening interfaces 22 | - Documentation 23 | - Devtools 24 | 25 | Keep up the good work community!!! 26 | 27 | For those that missed it, during April 2019, anyone can contribute to our repositories. You can visit our [cphalcon](https://github.com/phalcon/cphalcon) repository, start working on a bug or a feature and once done, submit a pull request with your code. You can also visit our [documentation](https://github.com/phalcon/docs) repository to help with the documentation, [devtools](https://github.com/phalcon/devtools) or [incubator](https://github.com/phalcon/incubator) or if you prefer to help with the translating the Phalcon documentation in your native tongue by visiting our project in [Crowdin](https://crowdin.com/project/phalcon-documentation). 28 | 29 | Everyone that helps us during April Bugfest, will receive a T-Shirt and some stickers as a thank you from the team! 30 | 31 | Thank you to all that have contributed so far!! If you have any questions, feel free to visit us on our [Discord](https://phalcon.io/discord) server. 32 | -------------------------------------------------------------------------------- /_posts/2019-04-25-community-hangout-2019-04-27.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Community Hangout - 2019-04-27 4 | date: 2019-04-25T13:50:23.561Z 5 | tags: 6 | - community 7 | - hangout 8 | - phalcon 9 | - update 10 | --- 11 | The time has come for our monthly hangout. Join us on Saturday the 27th of April 2019, at 12:00:00 EST (16:00:00 UTC), to talk about our progress, address concerns and find solutions to common problems. 12 | 13 | We will hold this virtual meeting in a Google Hangout on Air, which will broadcast on YouTube. 14 | 15 | The URL for the hangout is: [https://youtu.be/u61X82vtWWg](https://youtu.be/u61X82vtWWg) 16 | 17 | Topics to discuss: 18 | - Introduction, welcome to all attendees 19 | - Thank you to the whole community and contributors 20 | - Status update since last hangout 21 | - Bugfest update 22 | - PSR-16 update 23 | - Q/A 24 | 25 | We will post another blog post on the day as a reminder. 26 | 27 | Looking forward to hearing from all of you and seeing you during the hangout. We plan on having one hangout a month, to communicate with the community in a more friendly and direct way. 28 | -------------------------------------------------------------------------------- /_posts/2019-04-27-links-community-hangout-2019-04-27.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: 'Links: Community Hangout - 2019-04-27' 4 | date: 2019-04-27T17:35:40.721Z 5 | tags: 6 | - hangout 7 | - community 8 | - phalcon4 9 | - chit chat 10 | --- 11 | We just finished our April community hangout. As usual it was awesome and super fun! We are really happy to interact with the community and offer news, vision and problems we are facing in the Phalcon ecosystem. 12 | 13 | If you have missed the live hangout, you can watch it on YouTube: 14 | 15 | 16 | 17 | 18 | 19 | [Watch it here](https://www.youtube.com/watch?v=u61X82vtWWg) 20 | 21 | The slides of the hangout are [here](https://docs.google.com/presentation/d/1mFOEPeFS4Xir8eHrgBwPl-tk_7-_w6WJNOcy-XmfhS0/edit?usp=sharing) 22 | 23 | Thank you to all that attended live and all those that will watch the live stream later. 24 | 25 | As always we love to hear back from the community so feel free to reach us on: 26 | -------------------------------------------------------------------------------- /_posts/2019-05-21-community-hangout-2019-05-25.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Community Hangout - 2019-05-25 4 | date: 2019-05-21T16:14:30.679Z 5 | tags: 6 | - community 7 | - hangout 8 | - phalcon 9 | - update 10 | --- 11 | The time has come for our monthly hangout. Join us on Saturday the 25th of May 2019, at 12:00:00 EST (16:00:00 UTC), to talk about our progress, address concerns and find solutions to common problems. 12 | 13 | We will hold this virtual meeting in a Google Hangout on Air, which will broadcast on YouTube. 14 | 15 | The URL for the hangout is: [https://youtu.be/lXbP5i7wM6k](https://youtu.be/lXbP5i7wM6k) 16 | 17 | Topics to discuss: 18 | - Introduction, welcome to all attendees 19 | - Thank you to the whole community and contributors 20 | - Status update since last hangout 21 | - v4.0.0.alpha.5 22 | - PSR-16 23 | - Factories 24 | - Q/A 25 | 26 | [Slides](https://docs.google.com/presentation/d/1KxUxSLBjyE6YUBQy4yuJ56xkEclFysrct_LMzgivZwA/edit?usp=sharing) 27 | 28 | We will post another blog post on the day as a reminder. 29 | 30 | Looking forward to hearing from all of you and seeing you during the hangout. We plan on having one hangout a month, to communicate with the community in a more friendly and direct way. 31 | -------------------------------------------------------------------------------- /_posts/2019-05-25-links-community-hangout-2019-05-25.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: 'Links: Community Hangout - 2019-05-25' 4 | date: 2019-05-25T17:10:02.572Z 5 | tags: 6 | - hangout 7 | - community 8 | - phalcon4 9 | - chit chat 10 | --- 11 | We just finished our May community hangout. Huge thank you to all that attended live and those that will watch it later. We are really happy to interact with the community and offer news, vision and problems we are facing in the Phalcon ecosystem. 12 | 13 | If you have missed the live hangout, you can watch it on YouTube: 14 | 15 | 16 | 17 | 18 | 19 | [Watch it here](https://www.youtube.com/watch?v=5jWOHzj8Lfs) 20 | 21 | The slides of the hangout are [here](https://docs.google.com/presentation/d/1KxUxSLBjyE6YUBQy4yuJ56xkEclFysrct_LMzgivZwA/edit?usp=sharing) 22 | 23 | Thank you to all that attended live and all those that will watch the live stream later. 24 | 25 | As always we love to hear back from the community so feel free to reach us on: 26 | -------------------------------------------------------------------------------- /_posts/2019-06-20-zephir-0-12-0-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Zephir 0.12.0 Released 4 | date: 2019-06-20T15:51:06.316Z 5 | tags: 6 | - zephir 7 | - phalcon 8 | - release 9 | --- 10 | Cross posted from the [Zephir Blog](https://blog.zephir-lang.com/post/zephir-0-12-0-released) 11 | 12 | We are happy to announce the release of Zephir 0.12.0! 13 | 14 | This release fixes a good number of bugs and offers more optimizations as well as cleanup. The highlights are: 15 | - Added initial support for `use` in closures 16 | - Removed PHP 5.x code (not supported) 17 | - Corrected `ArrayAccess` implementation 18 | - Fixed segfaults 19 | 20 | ## Changelog 21 | ### Added 22 | - Added initial support of "use" keyword in closures [#888](https://github.com/phalcon/zephir/issues/888), [#1848](https://github.com/phalcon/zephir/issues/1848) 23 | 24 | ### Removed 25 | - PHP 5.x is no longer supported 26 | 27 | ### Changed 28 | - The minimal Zephir Parser version is 1.3.0 29 | 30 | ### Fixed 31 | - Fixed CLI runner for Windows [#1857](https://github.com/phalcon/zephir/pull/1857) 32 | - Fixed segfault with fetching and opcache [#1855](https://github.com/phalcon/zephir/issues/1855) 33 | - Extended classes can't access their private variables [#1851](https://github.com/phalcon/zephir/issues/1851) 34 | - Incorrect usage of `zend_declare_class_constant_ex` [phalcon/cphalcon#14160](https://github.com/phalcon/cphalcon/issues/14160), [https://bugs.php.net/bug.php?id=78121](https://bugs.php.net/bug.php?id=78121) 35 | - Incorrect implementation of ArrayAccess methods [#1871](https://github.com/phalcon/zephir/pull/1871) 36 | 37 | Big thank you to all of our contributors 38 | -------------------------------------------------------------------------------- /_posts/2019-06-24-community-hangout-2019-06-29.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Community Hangout - 2019-06-29 4 | date: 2019-06-24T16:06:40.785Z 5 | tags: 6 | - hangout 7 | - community 8 | - hoa 9 | - phalcon4 10 | --- 11 | The time has come for our monthly hangout. Join us on Saturday the 29th of June 2019, at 12:00:00 EST (16:00:00 UTC), to talk about our progress, address concerns and find solutions to common problems. 12 | 13 | We will hold this virtual meeting in a Google Hangout on Air, which will broadcast on YouTube. 14 | 15 | The URL for the hangout is: [https://youtu.be/YfTzAfC4DKo](https://youtu.be/YfTzAfC4DKo) 16 | 17 | Topics to discuss: 18 | - Introduction, welcome to all attendees 19 | - Thank you to the whole community and contributors 20 | - Status update since last hangout 21 | - v4.0.0.beta.1 22 | - Documentation 23 | - Q/A 24 | 25 | [Slides](https://docs.google.com/presentation/d/1nwg8lt16GUd_x1TnCGkfYAEAoMe7Rul0xGYsN5ykA9I/edit?usp=sharing) 26 | 27 | We will post another blog post on the day as a reminder. 28 | 29 | Looking forward to hearing from all of you and seeing you during the hangout. We plan on having one hangout a month, to communicate with the community in a more friendly and direct way. 30 | -------------------------------------------------------------------------------- /_posts/2019-06-29-links-community-hangout-2019-06-29.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: 'Links: Community Hangout - 2019-06-29' 4 | date: 2019-06-29T17:29:16.905Z 5 | tags: 6 | - hangout 7 | - community 8 | - phalcon4 9 | - chit chat 10 | --- 11 | The June community hangout is in the books! Huge thank you to all that attended live and those that will watch it later. We are really happy to interact with the community and offer news, vision and problems we are facing in the Phalcon ecosystem. 12 | 13 | If you have missed the live hangout, you can watch it on YouTube: 14 | 15 | 16 | 17 | 18 | 19 | [Watch it here](https://www.youtube.com/watch?v=YfTzAfC4DKo) 20 | 21 | The slides of the hangout are [here](https://docs.google.com/presentation/d/1KxUxSLBjyE6YUBQy4yuJ56xkEclFysrct_LMzgivZwA/edit?usp=sharing) 22 | 23 | Thank you to all that attended live and all those that will watch the live stream later. 24 | 25 | As always we love to hear back from the community so feel free to reach us on: 26 | -------------------------------------------------------------------------------- /_posts/2019-08-08-status-update-2019-08-08.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: 'Status Update: 2019-08-08' 4 | date: 2019-07-28T15:47:07.231Z 5 | tags: 6 | - phalcon4 7 | - status 8 | - update 9 | --- 10 | A brief status update on the project and v4. 11 | 12 | Sadly our progress has been slowed a bit more. 13 | 14 | Due to medical reasons Nikos will need to take a brief break for a few weeks. Serghei has managed to pick up a bit of the tasks, splitting his time between Zephir and Phalcon. 15 | 16 | We would like to thank the whole community for stepping up and offering solutions, pull requests and comments on the code. Special note to [@Jeckerson](https://github.com/jeckerson) and [@ruudboon](https://github.com/ruudboon) for their help on the various repositories. 17 | 18 | We will post additional updates in the very near future. 19 | -------------------------------------------------------------------------------- /_posts/2019-08-27-community-hangout-2019-08-31.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Community Hangout - 2019-08-31 4 | date: 2019-08-27T20:23:25.207Z 5 | tags: 6 | - hangout 7 | - community 8 | - hoa 9 | - phalcon4 10 | --- 11 | The time has come for our monthly hangout! Join us on Saturday the 31st of August 2019, at 12:00:00 EST (16:00:00 UTC), to talk about our progress, address concerns and find solutions to common problems. 12 | 13 | We will hold this virtual meeting on a live event in YouTube. The URL for the hangout is: 14 | 15 | [https://youtu.be/pjBfG9nXREQ](https://youtu.be/pjBfG9nXREQ) 16 | 17 | [Slides](https://docs.google.com/presentation/d/1_bqYtIrb4srQvuBCPgMZeB-zXSZ2XyZeOazit5aJDns/edit?usp=sharing) 18 | 19 | Topics to discuss: 20 | - Introduction, welcome to all attendees 21 | - Thank you to the whole community and contributors 22 | - Status update since last hangout 23 | - v4.0.0.beta.2 24 | - Documentation 25 | - Devtools 26 | - New domain 27 | - Sample applications (vokuro etc.) 28 | - Q/A 29 | 30 | We will post another blog post on the day as a reminder. 31 | 32 | Looking forward to hearing from all of you and seeing you during the hangout. 33 | 34 | 35 | -------------------------------------------------------------------------------- /_posts/2019-10-02-community-hangout-2019-10-05.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Community Hangout - 2019-10-05 4 | date: 2019-10-03T01:36:52.420Z 5 | tags: 6 | - hangout 7 | - community 8 | - hoa 9 | - phalcon4 10 | --- 11 | We missed the hangout - as expected at the end of each month, so we are having one this weekend. Join us on Saturday the 05th of October 2019, at 12:00:00 EST (16:00:00 UTC), to talk about our progress, address concerns and find solutions to common problems. 12 | 13 | We will hold this virtual meeting on a live event in YouTube. The URL for the hangout is: 14 | 15 | [https://youtu.be/iK7CNEwCMlk](https://youtu.be/iK7CNEwCMlk) 16 | 17 | Slides: [https://docs.google.com/presentation/d/1v6r3pHODQe-h4gZGaqwUFC5kKW8zn6d5SvvY7B4zNU4/edit?usp=sharing](https://docs.google.com/presentation/d/1v6r3pHODQe-h4gZGaqwUFC5kKW8zn6d5SvvY7B4zNU4/edit?usp=sharing) 18 | 19 | Topics to discuss: 20 | - Introduction, welcome to all attendees 21 | - Thank you to the whole community and contributors 22 | - Status update since last hangout 23 | - v4.0.0.rc.1 24 | - Documentation 25 | - Devtools 26 | - Sample applications (vokuro etc.) 27 | - Q/A 28 | 29 | We will post another blog post on the day as a reminder. 30 | 31 | Looking forward to hearing from all of you and seeing you during the hangout. 32 | 33 | 34 | -------------------------------------------------------------------------------- /_posts/2019-10-16-april-bugfest-the-usual-suspects.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: April Bugfest - The usual suspects 4 | date: 2019-10-16T13:50:58.053Z 5 | tags: 6 | - bugfest 7 | - phalcon 8 | - contributors 9 | --- 10 | Back in April, we announced the [April Bugfest](post/competition-2019-april-bugfest) competition, The rules were simple: fix bugs, we will send you a t-shirt! 11 | 12 | 13 | 14 | ![](/assets/files/feature.jpg) 15 | 16 | The competition was a big success. We got a good chunk of issues done and the contributions spanned throughout the whole organization: from the main repository, devotols, documents etc. 17 | 18 | We were supposed to post the results of the competition a few months ago but wanted to wait a bit for contributors to receive their gifts and send us pictures. 19 | 20 | ### The Usual Suspects 21 | 22 | So without any more delays, here are _The Usual Suspects_ - members of the community 23 | 24 | [@arhell](https://github.com/arhell) 25 | ![Arhell](/assets/files/arhell.jpg) 26 | 27 | [@dreamsxin](https://github.com/dreamsxin) 28 | ![Dreamsxin](/assets/files/dream.jpg) 29 | 30 | Baby Dreamsxin - future Zephir coder 31 | ![](/assets/files/dream-baby.jpg) 32 | 33 | [@niden](https://github.com/niden) and [@mctekk](https://github.com/mctekk) 34 | ![](/assets/files/max-nikos.jpg) 35 | 36 | [@sergeyklay](https://github.com/sergeyklay) 37 | ![](/assets/files/serghei.jpg) 38 | 39 | [@zsilbi](https://github.com/zsilbi) 40 | ![](/assets/files/zsilbi.jpg) 41 | 42 | And finally, [@jeckerson](https://github.com/jeckerson) decided to send a picture of his significant other: 43 | 44 | ![](/assets/files/jeckerson.jpg) 45 | 46 | 47 | ### Thank you 48 | 49 | A huge thank you to all that contributed. There were a few more contributors that opted not to send a picture. 50 | 51 | We intend on having this competition every year so looking forward to our April Bugfest 2020 52 | -------------------------------------------------------------------------------- /_posts/2019-10-25-live-release-v4-0-0-rc-2-and-community-hangout-2019-10-25.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Live Release v4.0.0.RC.2 and Community Hangout - 2019-10-26 4 | date: 2019-10-25T13:26:34.697Z 5 | tags: 6 | - hangout 7 | - community 8 | - hoa 9 | - phalcon4 10 | - release 11 | --- 12 | Time for a new release and community hangout! v4.0.0.RC2 will be released tomorrow during our monthly hangout with the community! You might not want to miss it! 13 | 14 | Join us on Saturday the 26th of October 2019, at 12:00:00 EST (16:00:00 UTC), to talk about our progress, address concerns and find solutions to common problems and release **v4.0.0.RC2**. 15 | 16 | You will be able to get an insight on what it takes for a new release to be prepared and made available for everyone. 17 | 18 | We will hold this virtual meeting on a live event in YouTube. The URL for the hangout is: 19 | 20 | [https://youtu.be/sIuXxCry_fc](https://youtu.be/sIuXxCry_fc) 21 | 22 | Slides: [https://docs.google.com/presentation/d/1Y_8Rul0xwt2SheJav7ZwgEfsbisebCl6dDYx3XdJHeg/edit?usp=sharing](https://docs.google.com/presentation/d/1Y_8Rul0xwt2SheJav7ZwgEfsbisebCl6dDYx3XdJHeg/edit?usp=sharing) 23 | 24 | Topics to discuss: 25 | - Introduction, welcome to all attendees 26 | - Thank you to the whole community and contributors 27 | - Status update since last hangout 28 | - Live Release v4.0.0.rc.2 29 | - Videos (Source Code) 30 | - Documentation 31 | - Devtools 32 | - Sample applications (vokuro etc.) 33 | - Q/A 34 | 35 | Looking forward to hearing from all of you and seeing you during the hangout. 36 | 37 | 38 | -------------------------------------------------------------------------------- /_posts/2019-11-13-icymi-github-sponsors-phalcon.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: ICYMI - GitHub Sponsors - Phalcon 4 | date: 2019-11-13T18:41:02.511Z 5 | tags: 6 | - github 7 | - phalcon4 8 | - sponsors 9 | - funding 10 | --- 11 | Today we watched live GitHub Universe, GitHub's main product conference of the year. GitHub Sponsors for Teams was announced and Phalcon is on it! 12 | 13 | The event took place today around 9:00 PST. Devon Zuegel demonstrated the new GitHub Sponsors for Teams! 14 | 15 | [Watch the Live Stream](https://youtu.be/9EoNqyxtSRM?t=4098) 16 | 17 | Phalcon has been working with GitHub and entered the alpha version of this product. We are happy to announce that we have been accepted and **now have a sponsor page on GitHub Sponsors**! 18 | 19 | You can click the **Sponsor** button at the top of any of our repositories, or simply visit the [https://phalcon.io/fund](https://phalcon.io/fund) link to visit our sponsors page! 20 | 21 | If you have already decided to sponsor us via [Open Collective](https://opencollective.com/phalcon), the link will still be there. If you want to switch over to [GitHub Sponsors](https://phalcon.io/fund), by all means you can do so! 22 | 23 | Our [GitHub Sponsors](https://phalcon.io/fund) page additionally has our vision with regards to funding and how we intend on spending those funds to better the framework. 24 | 25 | PS: Sadly our logo was not featured in the presentation, oh well :) 26 | -------------------------------------------------------------------------------- /_posts/2019-11-15-live-release-v4-0-0-rc-3-2019-10-26.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Live Release v4.0.0.RC.3 - 2019-11-16 4 | date: 2019-11-15T20:12:38.602Z 5 | tags: 6 | - hangout 7 | - community 8 | - hoa 9 | - phalcon4 10 | - release 11 | --- 12 | Time for a Live Release! Join us tomorrow 2019-11-16 at 12:00 EST (16:00 UTC) for the live release of Phalcon **v4.0.0.RC3** 13 | 14 | 15 | Serghei and Nikos will release the latest iteration of Phalcon v4, give a quick update and take questions. The event will be live streamed on YouTube: 16 | 17 | [https://youtu.be/iAGWIW9A4Mc](https://youtu.be/iAGWIW9A4Mc) 18 | 19 | 20 | 21 | Looking forward to seeing you there!! 22 | 23 | <3 Phalcon Team 24 | 25 |
26 | 27 | Don't forget to star our project on [GitHub](https://phalcon.io/github) and follow us on our social media: 28 | -------------------------------------------------------------------------------- /_posts/2019-12-31-happy-new-year-2020.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Happy New Year 2020 4 | date: 2019-12-31T19:28:50.405Z 5 | tags: 6 | - phalcon 7 | - new year 8 | - '2020' 9 | image: /assets/files/happy-new-year.jpg 10 | --- 11 | From all of us at the Phalcon Team, may 2020 be filled with health and happiness for you and your loved ones! 12 | 13 | 14 | 15 | 2019 was filled with excitement. We have released 13 versions of the framework, including a couple of maintenance releases for v3 and alpha, beta etc. versions for v4, culminating with a v4 Stable right before Christmas. 16 | 17 | We have added and deleted over 5 million lines of code to the framework and had over 1,750 commits from 24 contributors (and that is only on the main [cphalcon](https://github.com/phalcon/cphalcon) repository). 18 | 19 | You can see all of the 2019 commits in [cphalcon](https://github.com/phalcon/cphalcon) visualized here: 20 | 21 | We have also started regular hangouts, usually one a month, to keep the community informed and increased our blog posts for the same reason. 22 | 23 | April saw our first bugfest which was a success. We will have another one in April 2020 so get ready! 24 | 25 | Right before our v4 Stable release - just before Christmas - we hit a significant milestone. Our [cphalcon](https://github.com/phalcon/cphalcon) repository has been *starred* for more than 10,000 times! We are excited and humbled by your support and trust. 26 | 27 |
28 | 29 | We would like to thank our awesome community for helping us with code submissions, document corrections, reporting bugs, suggesting new features and discussing with us regarding the future and direction of the framework. 30 | 31 | You guys are awesome!! 32 | 33 | Thank you! 34 | 35 | -------------------------------------------------------------------------------- /_posts/2020-01-08-community-hangout-2020-01-11-v4-0-1.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Community Hangout - 2020-01-11 - v4.0.1 4 | date: 2020-01-08T19:00:31.342Z 5 | tags: 6 | - hangout 7 | - community 8 | - hoa 9 | - phalcon4 10 | - release 11 | image: /assets/files/hangout-20200111.png 12 | --- 13 | Community hangout and releasing 4.0.1 all wrapped in one! 14 | 15 | 16 | Join us on Saturday the 11th of January 2020, at 12:00:00 EST (17:00:00 UTC), to talk about our progress, address concerns and find solutions to common problems as well as release our first minor version for v4: 4.0.1 17 | 18 | We will hold this virtual meeting on a live event in YouTube. The URL for the hangout is: 19 | 20 | 21 | 22 | Topics to discuss: 23 | 24 | * Introduction, welcome to all attendees 25 | * Thank you to the whole community and contributors 26 | * Status update since last hangout 27 | * v4.0.1 28 | * Devtools - Sample applications (vokuro etc.) 29 | * Q/A 30 | 31 | Looking forward to hearing from all of you and seeing you during the hangout. 32 | 33 | -------------------------------------------------------------------------------- /_posts/2020-01-11-phalcon-v4-0-2-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: 'Phalcon v4.0.2 Released ' 4 | date: 2020-01-11T21:18:43.699Z 5 | tags: 6 | - release 7 | - phalcon 8 | - phalcon4 9 | - rc 10 | image: /assets/files/20200111-phalcon4.0.2.png 11 | --- 12 | New release! (same as the one before really)! 13 | 14 | 15 | 16 | We blame gremlins in the code... 17 | 18 |
19 | 20 | Earlier today we released [4.0.1](https://blog.phalcon.io/post/phalcon-v4-0-1-released). Unfortunately, the version of the extension was not updated properly and as a result, `echo phpversion("phalcon")` was returning `4.0.0` instead of `4.0.1`. 21 | 22 | Since we have already published the release and do not wish to mess up all the GitHub hashes, we are releasing exactly the same release with a different (and now correct) version number. 23 | 24 | You can check the [GitHub tag](https://github.com/phalcon/cphalcon/releases/tag/v4.0.2) but in reality the changelog is that of [4.0.1](https://github.com/phalcon/cphalcon/releases/tag/v4.0.1). 25 | 26 | Apologies for the inconvenience caused! 27 | 28 | -------------------------------------------------------------------------------- /_posts/2020-02-12-poedit-2-3-now-with-volt-support.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: PoEdit 2.3 - Now with Volt support 4 | date: 2020-02-12T23:27:06.257Z 5 | tags: 6 | - poedit 7 | - volt 8 | - translations 9 | image: /assets/files/2020-02-12-poedit.svg 10 | --- 11 | [Václav Slavík](https://github.com/vslavik), the owner of Poedit has recently released version 2.3. 12 | 13 | 14 | 15 | For those that do not know, [Poedit](https://poedit.net) is a very handy editor for translating content that is stored in `po` files. 16 | 17 | Václav wrote in our forum: 18 | 19 | > I have released a new version of Poedit, the translation editor that is commonly used to handle gettext translations and in particular used to extract them from source code: [https://poedit.net/news/poedit-2.3/](https://poedit.net/news/poedit-2.3/) 20 | > 21 | > Up until now, extracting translations from Volt templates into PO files involved some fragile hacks (see e.g. here on the forum) that sometimes missed some strings and was somewhat hard to setup. 22 | > 23 | > Poedit Pro already had a solution for the same problem with Twig templates for a couple of years. Starting with v2.3, it can do the same for Volt. All it took was realize how similar the two languages are... thanks [@Zaszczyk](https://github.com/Zaszczyk) for nudging me in the right direction! 24 | 25 | Thank you to [Václav](https://github.com/vslavik) for the integration! 26 | 27 | -------------------------------------------------------------------------------- /_posts/2020-03-05-community-hangout-2020-03-07-v4-0-5.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Community Hangout - 2020-03-07 - v4.0.5 4 | date: 2020-03-05T17:56:14.297Z 5 | tags: 6 | - hangout 7 | - community 8 | - hoa 9 | - phalcon4 10 | - release 11 | image: /assets/files/2020-03-05-phalcon-hangout.png 12 | --- 13 | We are having a live release hangout, releasing **Phalcon v4.0.5** this weekend! 14 | 15 | 16 | Join us on Saturday the 07th of March 2020, at 12:00:00 EST (17:00:00 UTC), to talk about our progress, address concerns, chat while at the same time releasing v4.0.5 17 | 18 | We will hold this virtual meeting on a live event in YouTube. The URL for the hangout is: 19 | 20 | [https://youtu.be/-esfyJ3MiKg](https://youtu.be/-esfyJ3MiKg) 21 | 22 | Topics to discuss: 23 | 24 | * Introduction, welcome to all attendees 25 | * Thank you to the whole community and contributors 26 | * Status update since last hangout 27 | * v4.0.5 live release 28 | * Q/A 29 | 30 | Looking forward to hearing from all of you and seeing you during the hangout. 31 | 32 | -------------------------------------------------------------------------------- /_posts/2020-03-19-code-with-me-series-tonight.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Code with me Series tonight 4 | image: /assets/files/2020-03-19-phalcon-hangout.jpg 5 | date: 2020-03-19T15:33:09.462Z 6 | tags: 7 | - phalcon 8 | - phalcon4 9 | - wuhanvirus 10 | - codewithme 11 | - contributing 12 | --- 13 | Code with me hangout! Join us tonight at 17:30 EST (21:30 UTC) 14 | 15 | 16 | 17 | In our previous blog post we encouraged everyone to contribute to open source projects (and of course Phalcon) now that we are all stuck inside due to the WuHan virus. 18 | 19 | In an effort to help everyone with this potential transition, we announced that we will start __Code with me__ hangouts to help developers that are interested in contributing to open source projects, but also to show how we code in Phalcon. 20 | 21 | The hangout will be held on YouTube here: 22 | 23 | [https://youtu.be/eks-XXhymuw](https://youtu.be/eks-XXhymuw) 24 | 25 | 26 | 27 | In this first hangout we will just pick a bug report and try to fix it. The format will not be a strict one so we will be able to deviate based on questions or feedback by those that attend. 28 | 29 | We will also hold additional hangouts, where we will try and create new applications that mostly match to what the community requests. 30 | 31 | Stay safe and keep coding! 32 | 33 | -------------------------------------------------------------------------------- /_posts/2020-03-24-2020-03-25-code-with-me-hangout.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: 2020-03-25 - Code with me - hangout 4 | image: /assets/files/2020-03-24-phalcon-hangout.png 5 | date: 2020-03-24T14:56:20.544Z 6 | tags: 7 | - phalcon 8 | - phalcon4 9 | - wuhanvirus 10 | - codewithme 11 | - contributing 12 | --- 13 | Another code with me hangout! Join us tomorrow at 17:00 EST (21:00 UTC) 14 | 15 | 16 | 17 | Similar to our _Code with me_ hangout of last week, come join us tomorrow for a chat, code a bit and just have a nice time! 18 | 19 | The hangout will be held on YouTube here: 20 | 21 | [https://youtu.be/ttuRMW7WefI](https://youtu.be/ttuRMW7WefI) 22 | 23 | 24 | 25 | Free format, just come and have fun, ask questions, bring beer! 26 | 27 | Stay safe and keep coding! 28 | 29 | -------------------------------------------------------------------------------- /_posts/2020-04-09-2020-04-10-code-with-me-hangout.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: 2020-04-10 - Code with me - hangout 4 | image: /assets/files/2020-04-10-phalcon-hangout.png 5 | date: "2020-04-09T21:51:46.045Z" 6 | tags: 7 | - phalcon 8 | - phalcon4 9 | - wuhanvirus 10 | - codewithme 11 | - contributing 12 | --- 13 | We haven't had one of these in a while. Join us tomorrow at 17:00 EST (21:00 UTC) for chit chat as well as some coding! 14 | 15 | 16 | This is going to be similar to previous _Code with me_ hangouts we had in the past. No script, just a chat among friends and perhaps some coding, answering questions etc. 17 | 18 | The hangout will be held on YouTube here: 19 | 20 | [https://youtu.be/I3wXpAq7kdg](https://youtu.be/I3wXpAq7kdg) 21 | 22 | 23 | 24 | Free format, just come and have fun, ask questions, bring beer, chips and wine! 25 | 26 | Stay safe and keep coding! 27 | 28 | -------------------------------------------------------------------------------- /_posts/2020-04-22-2020-04-23-code-with-me-hangout.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: 2020-04-23 - Code with me - hangout 4 | image: /assets/files/2020-04-23-phalcon-hangout.png 5 | date: 2020-04-22T22:24:07.126Z 6 | tags: 7 | - phalcon 8 | - phalcon4 9 | - wuhanvirus 10 | - codewithme 11 | - contributing 12 | --- 13 | Join us tomorrow at 17:00 EST (21:00 UTC) for chit chat as well as some coding! 14 | 15 | 16 | No script, friendly chat, hanging out, some coding, answering questions etc. 17 | 18 | The hangout will be held on YouTube here: 19 | 20 | [https://youtu.be/lpCek02vELs](https://youtu.be/lpCek02vELs) 21 | 22 | 23 | 24 | Stay safe and keep coding! 25 | 26 | -------------------------------------------------------------------------------- /_posts/2020-05-12-live-release-v4-0-6-and-community-hangout-2020-05-16.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Live Release v4.0.6 and Community Hangout - 2020-05-16 4 | image: /assets/files/2020-05-16-phalcon-hangout.png 5 | date: 2020-05-12T19:29:39.719Z 6 | tags: 7 | - hangout 8 | - community 9 | - hoa 10 | - phalcon4 11 | - release 12 | --- 13 | Time for a new release and community hangout! v4.0.6 will be released live this Saturday at 10:00 EDT (14:00 UTC)! 14 | 15 | Join us on Saturday the 16th of May 2020, at 10:00:00 EDT (14:00:00 UTC), to release the latest version of Phalcon and have a chit chat. 16 | 17 | > **v4.0.6** will be the last of the `4.0.x` series. The version after that will be `4.1.x` 18 | {: .alert .alert-info} 19 | 20 | We will hold this virtual meeting on a live event in YouTube. The URL for the hangout is: 21 | 22 | [https://youtu.be/xZz64Ed3opQ](https://youtu.be/xZz64Ed3opQ) 23 | 24 | Agenda: 25 | - Introduction, welcome to all attendees 26 | - Thank you to the whole community and contributors 27 | - Status update since last hangout 28 | - Live Release v4.0.6 29 | - Q/A 30 | 31 | Looking forward to hearing from all of you and seeing you during the hangout. 32 | 33 | Stay safe and keep coding! 34 | 35 | -------------------------------------------------------------------------------- /_posts/2020-07-25-article-about-phalcon-french-magazine.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: 'Article about Phalcon in a French magazine' 4 | date: 2020-07-25T10:47:00.000Z 5 | tags: 6 | - phalcon 7 | - php 8 | - article 9 | - french 10 | - magazine 11 | image: /assets/files/2020-07-25-article-magazine-phalcon.jpg 12 | --- 13 | I'm happy to announce the release of my article dedicated to Phalcon in a French magazine called Programmez. 14 | 15 | 16 | 17 | ![PROGRAMMEZ - Phalcon - Cover](/assets/files/2020-07-25-cover-phalcon.jpg) 18 | 19 | Even though the article is in French, it us great to see the title : **Phalcon : le nouveau framework PHP à connaître** - **Phalcon : the new PHP framework to know** on the cover of the magazine. 20 | 21 | The article is eight pages long, in which I am presenting Phalcon and Zephir, as well as showcasing Phalcon's main features. 22 | 23 | This edition is available for two months (June-July 2020). You can find it on [the magazine's website.](https://www.programmez.com/magazine/programmez-241-pdf) 24 | 25 | Thank you! I hope this article contributes to increasing Phalcon's community ! 26 | 27 | _Article submitted by Jérémy PASTOURET_ [@jenovateurs](https://github.com/jenovateurs) 28 | 29 | -------------------------------------------------------------------------------- /_posts/2020-08-10-community-hangout-and-update-2020-08-14.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Community Hangout and Update - 2020-08-14 4 | image: /assets/files/2020-08-11-phalcon-hangout-update.png 5 | date: 2020-08-10T22:09:50.842Z 6 | tags: 7 | - phalcon4 8 | - phalcon5 9 | - update 10 | - hangout 11 | --- 12 | We are going to host a community hangout on Friday the 14th of August at 17:00 EST (21:00 UTC). 13 | 14 | 15 | 16 | For the most part holidays are over. Join us this Friday for a hangout, where we will provide a status update, discuss what we have to do and outline the future of Phalcon. 17 | 18 | 19 | 20 | Looking forward to seeing everyone there! 21 | -------------------------------------------------------------------------------- /_posts/2020-09-04-community-hangout-and-update-2020-09-06.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Community Hangout and Update - 2020-09-06 4 | image: /assets/files/2020-09-06-phalcon-hangout.png 5 | date: 2020-09-04T15:31:35.012Z 6 | tags: 7 | - phalcon 8 | - phalcon4 9 | - phalcon5 10 | - hangout 11 | - update 12 | --- 13 | Join us this Sunday 6th September at 10:00 EST (14:00 UTC) for a community hangout and update. 14 | 15 | 16 | 17 | ### New Blood 18 | - [Riu](https://github.com/riu) 19 | - [Tacxticx88](https://github.com/tacxticx88) 20 | 21 | ### v4 22 | - What happens with v4 23 | - Keep 4.0.x branch for bug fixes 24 | - 4.1.x branch with limited functionality added (no more NFRs) 25 | - Label issues to be fixed 26 | 27 | ### v5 28 | - phalcon/phalcon 29 | - Investigate Symfony/Yii/Laravel, investigate organization (repo) options for v5. Modules, sub-repositories etc. 30 | - Introduce benchmarks for every commit/release 31 | - How do we track things 32 | - New project for v5 33 | - Labels, issues etc. 34 | - Additional repos 35 | - Incubator 36 | - Devtools 37 | - Migrations 38 | - Find what will happen with Volt, PHQL Annotations compilers 39 | 40 | 41 | 42 | Looking forward to seeing everyone there! 43 | -------------------------------------------------------------------------------- /_posts/2020-10-02-community-hangout-and-update-2020-10-03.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Community Hangout and Update - 2020-10-03 4 | image: /assets/files/2020-10-03-phalcon-hangout.png 5 | date: 2020-10-02T13:19:17.799Z 6 | tags: 7 | - phalcon 8 | - phalcon4 9 | - phalcon5 10 | - hangout 11 | - update 12 | --- 13 | Join us this Saturday 3rd October at 10:00 EST (14:00 UTC) for a community hangout and update. 14 | 15 | 16 | 17 | ### New Blood 18 | - [Jérémy](https://github.com/jenovateurs) 19 | - [Balázs](https://github.com/zsilbi) 20 | 21 | ### v4 22 | - 4.1.x update 23 | 24 | ### v5 25 | - phalcon/phalcon 26 | - Additional repos 27 | - Incubator 28 | - Devtools 29 | - Migrations 30 | 31 | 32 | 33 | Looking forward to seeing everyone there! 34 | -------------------------------------------------------------------------------- /_posts/2020-10-30-live-release-v4-1-and-community-hangout-2020-10-31.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Live Release v4.1 and Community Hangout - 2020-10-31 4 | image: /assets/files/2020-10-31-phalcon-hangout.png 5 | date: 2020-10-30T14:53:53.814Z 6 | tags: 7 | - hangout 8 | - community 9 | - hoa 10 | - phalcon4 11 | - release 12 | --- 13 | Time for a new release and community hangout! v4.1 will be released live this Saturday at 10:00 EDT (14:00 UTC)! 14 | 15 | Join us on Saturday the 31st of October 2020, at 10:00:00 EDT (14:00:00 UTC), to release the latest version of Phalcon and have a chit chat. 16 | 17 | We will hold this virtual meeting on a live event in YouTube. The URL for the hangout is: 18 | 19 | [https://youtu.be/XrFJL-pLp6Q](https://youtu.be/XrFJL-pLp6Q) 20 | 21 | Agenda: 22 | - Introduction, welcome to all attendees 23 | - Thank you to the whole community and contributors 24 | - Status update since last hangout 25 | - Live Release v4.1 26 | - Q/A 27 | 28 | Looking forward to hearing from all of you and seeing you during the hangout. 29 | 30 | Stay safe and keep coding! 31 | 32 | -------------------------------------------------------------------------------- /_posts/2020-12-25-merry-christmas.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Merry Christmas! 4 | image: /assets/files/2020-12-25-xmas.jpg 5 | date: 2020-12-25T14:35:48.664Z 6 | tags: 7 | - php 8 | - phalcon 9 | - phalcon4 10 | - phalcon5 11 | --- 12 | The Phalcon Team wishes all of our friends, contributors, developers and users of the framework a Merry Christmas!. We hope that the new year will bring health and happiness to you and your loved ones! 13 | 14 | 15 | > **A huge thank you to all of our contributors and the community!!** 16 | {: .alert .alert-info } 17 | 18 | 2020 certainly has been an _interesting_ year to say the least. We did go through it through, and in a few days 2021 will be with us. Looking forward to newer and better things and v5 of course (which is coming along nicely)! 19 | 20 | <3 -------------------------------------------------------------------------------- /_posts/2021-01-02-article-about-phalcon-german-magazine.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Article about Phalcon in a German magazine 4 | image: /assets/files/2021-01-02-article-php-magazin-phalcon.jpg 5 | date: 2021-01-02T10:12:00.000Z 6 | tags: 7 | - phalcon 8 | - php 9 | - article 10 | - german 11 | - magazine 12 | --- 13 | I'm happy to announce the release of my article dedicated to Phalcon, in the December issue of a German magazine called PHP Magazin. 14 | 15 | 16 | 17 | Phalcon is even on the front page with a dedicated illustration! 18 | 19 | The title of the article is **Der Falke unter den PHP Frameworks** - **The Phalcon among the PHP frameworks**. 20 | 21 | The [article](https://kiosk.entwickler.de/php-magazin/php-magazin-1-2021/der-falke-unter-den-php-frameworks/) is thirteen pages long. 22 | Inside, I am presenting Phalcon as well as showcasing its main features. 23 | 24 | You can find this issue on [the magazine's website.](https://kiosk.entwickler.de/php-magazin/php-magazin-1-2021/). 25 | 26 | Thanks for your attention! I hope this article will contribute to increase Phalcon's community. 27 | 28 | _Article submitted by Jérémy PASTOURET_ [@jenovateurs](https://github.com/jenovateurs) 29 | 30 | -------------------------------------------------------------------------------- /_posts/2021-02-12-community-hangout-and-update-2021-02-13.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Community Hangout and Update - 2021-02-13 4 | image: /assets/files/2021-02-13-phalcon-hangout.png 5 | date: 2021-02-12T20:17:42.371Z 6 | tags: 7 | - phalcon 8 | - phalcon4 9 | - phalcon5 10 | - hangout 11 | - update 12 | --- 13 | Join us this Saturday 13rd February at 12:00 EST (19:00 UTC) for a community hangout and update. 14 | 15 | 16 | 17 | * PHP 8 18 | * v4.1.x 19 | * v4.2.x 20 | * v5.0.x 21 | 22 | 23 | 24 | Looking forward to seeing everyone there! 25 | -------------------------------------------------------------------------------- /_posts/2021-02-17-zephir-repositories-transfer.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Zephir repositories transfers 4 | image: /assets/files/2013-08-02-zephir.png 5 | date: 2021-02-17T10:00:07.926Z 6 | tags: 7 | - zephir 8 | - github-org 9 | --- 10 | All repositories related to Zephir, which were inside `phalcon` Github organization were transferred to `zephir-lang` organization. 11 | 12 | 13 | This transfer should have been done in past, but due Github's limitations at that time, it was decided to keep them inside `phalcon`. 14 | 15 | List of repositories that were transferred: 16 | 17 | * [zephir](https://github.com/zephir-lang/zephir) 18 | * [php-zephir-parser](https://github.com/zephir-lang/php-zephir-parser) 19 | * [zephir-atom](https://github.com/zephir-lang/zephir-atom) 20 | * [zephir-lexer](https://github.com/zephir-lang/zephir-lexer) 21 | * [zephir-atom](https://github.com/zephir-lang/zephir-atom) 22 | -------------------------------------------------------------------------------- /_posts/2021-05-03-phalcon-4-1-2-live-release-v5-alpha-2-community-hangout-2021-05-03.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Phalcon 4.1.2, Live Release v5-alpha-2, Community Hangout - 2021-05-03 4 | image: /assets/files/2021-05-03-phalcon-hangout.png 5 | date: 2021-05-03T14:25:54.481Z 6 | tags: 7 | - hangout 8 | - community 9 | - hoa 10 | - phalcon4 11 | - release 12 | - phalcon5 13 | --- 14 | Time for an update and a new release and community hangout! v5.0-alpha-2 will be released live this Wednesday at 17:00 EDT (21:00 UTC)! 15 | 16 | 17 | Join us on Wednesday the 05th of May 2021, at 17:00:00 EDT (21:00:00 UTC), to release the latest version of Phalcon and have a chit chat. 18 | 19 | We will hold this virtual meeting on a live event in YouTube. The URL for the hangout is: 20 | 21 | [https://youtu.be/X3IM8w3vzFI](https://youtu.be/X3IM8w3vzFI) 22 | 23 | 24 | 25 | 26 | Agenda: 27 | - Introduction, welcome to all attendees 28 | - Thank you to the whole community and contributors 29 | - Phalcon v4.1.2 Released 30 | - Status Update v5 31 | - Live Release v5-alpha-2 32 | - Q/A 33 | 34 | Looking forward to hearing from all of you and seeing you during the hangout. 35 | 36 | Stay safe and keep coding! 37 | 38 | -------------------------------------------------------------------------------- /_posts/2021-05-24-digitalocean-and-phalcon.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: DigitalOcean and Phalcon 4 | image: /assets/files/do_powered_by_badge_blue.svg 5 | date: 2021-05-24T16:48:38.774Z 6 | tags: 7 | - do 8 | - phalcon 9 | - phalcon4 10 | - phalcon5 11 | - phalcon6 12 | --- 13 | We are happy to announce a new partnership between [DigitalOcean](https://www.digitalocean.com/?utm_medium=opensource&utm_source=phalcon) and Phalcon! 14 | 15 | 16 | We have been in touch with [DigitalOcean](https://www.digitalocean.com/?utm_medium=opensource&utm_source=phalcon) for quite some time now, and through those discussions we were able to apply and get approved for their [Open Source Project sponsorship](https://do.co/oss-sponsorship?utm_medium=opensource&utm_source=phalcon). 17 | 18 | The resources that [DigitalOcean](https://www.digitalocean.com/?utm_medium=opensource&utm_source=phalcon) has allocated for Phalcon will help the project expand, offering (and not limited to): 19 | - machines for storing and collecting benchmarks at any iteration of the framework 20 | - bots necessary for our [Discord](https://phalcon.io/discord) server 21 | - sample applications to showcase "how-to" 22 | - and much more 23 | 24 | We would like to thank [DigitalOcean](https://www.digitalocean.com/?utm_medium=opensource&utm_source=phalcon) for their generous sponsorship and looking forward to years of collaboration with them. 25 | 26 | -------------------------------------------------------------------------------- /_posts/2021-08-17-community-hangout-and-update-2021-08-21.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Community Hangout and Update - 2021-08-21 4 | image: /assets/files/2021-08-21-phalcon-hangout.png 5 | date: 2021-08-17T18:04:40.112Z 6 | tags: 7 | - phalcon4 8 | - phalcon5 9 | - community 10 | - update 11 | --- 12 | Join us this Saturday 21st of August at 10:00 EST (14:00 UTC) for a community hangout and update. 13 | 14 | 15 | 16 | * PHP 8 - 8.1 17 | * v4 18 | * v5 19 | 20 | [https://youtu.be/_uqYDxecvS0](https://youtu.be/_uqYDxecvS0) 21 | 22 | 23 | 24 | Looking forward to seeing everyone there! 25 | -------------------------------------------------------------------------------- /_posts/2021-11-04-community-hangout-and-update-2021-11-06.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Community Hangout and Update - 2021-11-06 4 | image: /assets/files/2021-11-06-phalcon-hangout.png 5 | date: 2021-11-04T19:20:11.711Z 6 | tags: 7 | - phalcon4 8 | - phalcon5 9 | - community 10 | - update 11 | --- 12 | Join us this Saturday 06th of November at 10:00 EST (14:00 UTC) for a community hangout and update. 13 | 14 | 15 | 16 | * v5 17 | * v6 18 | * Issues/what is left 19 | 20 | [https://www.youtube.com/watch?v=Plwp2LLMKfM](https://www.youtube.com/watch?v=Plwp2LLMKfM) 21 | 22 | 23 | 24 | Looking forward to seeing everyone there! 25 | -------------------------------------------------------------------------------- /_posts/2022-01-12-happy-10th-birthday-phalcon.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Happy 10th Birthday Phalcon! 4 | image: /assets/files/2022-01-10-happy-birthday.jpg 5 | date: 2022-01-12T15:20:20.483Z 6 | tags: 7 | - phalcon 8 | - phalcon5 9 | - birthday 10 | --- 11 | Happy Birthday Phalcon! 10 years old and going strong! 12 | 13 | 14 | 15 | It all started with this commit: 16 | 17 | [3acec916ae9c026594fe0562ef3013be2cf47247](https://github.com/phalcon/cphalcon/commit/3acec916ae9c026594fe0562ef3013be2cf47247) 18 | 19 | ![](/assets/files/2022-01-12-commit.png) 20 | 21 | and the rest is history as they say. 22 | 23 | > Admittedly, this post should have been published two days ago but I neglected to click "post", so in reality Phalcon is 10 years old and 2 days at the time of this posting. 24 | {: .alert .alert-info } 25 | 26 | It has been a rough journey at times but mostly filled with joy and support from our wonderful community. 27 | 28 | At the beginning, adoption was really slow - people just did not want to try something new and revolutionary. The ones that did realized the value of our framework and became Phalconeers for life. The speed boost in the PHP 5.x days was something that set Phalcon apart from any other framework. 29 | 30 | As time went by and PHP 7 came up, we dropped the ball, offering support for PHP 7 more than 6 months after PHP 7 was released. That hurt the framework for sure, but with new members joining the core team and with changing our devops, we managed to overcome this hurdle and push forward. 31 | 32 | With the upcoming version 5, we are going to realize our goals on setting a solid foundation on which the next versions will be built on. 33 | 34 | Once again, a huge thank you to all of our contributors and supporters. You guys are what makes us push forward all the time!! 35 | -------------------------------------------------------------------------------- /_posts/2022-06-10-phalcon-v5-0-0rc2-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Phalcon v5.0.0RC2 Released! 4 | image: /assets/files/2022-06-10-phalcon-5.0.0-rc.2.png 5 | date: 2022-06-10T12:40:59.457Z 6 | tags: 7 | - phalcon5 8 | - release 9 | - rc 10 | --- 11 | Phalcon v5.0.0RC2 has been released!! 12 | 13 | 14 | 15 | This release addresses a few bugs identified. 16 | 17 | As always, a huge thank you to our community for testing, reporting bugs, enhancing the framework in any way possible! 18 | 19 | The changelog for this release ([v5.0.0RC2](https://github.com/phalcon/cphalcon/releases/tag/v5.0.0RC2)) is as follows: 20 | 21 | ### Changed 22 | - Changed the `StringVal` filter to now use `htmlspecialchars()` [#15978](https://github.com/phalcon/cphalcon/issues/15978) 23 | 24 | ### Fixed 25 | - Fixed `Phalcon\Http\Response::getQualityHeader()` to check if the server variable is `null` before performing `preg_split` [#15984](https://github.com/phalcon/cphalcon/issues/15984) 26 | 27 | ### Added 28 | - Added `StringValLegacy` filter using `filter_var()` for PHP < 8.1 [#15978](https://github.com/phalcon/cphalcon/issues/15978) -------------------------------------------------------------------------------- /_posts/2022-09-27-phalcon-v5-0-2-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Phalcon v5.0.2 Released 4 | image: /assets/files/2022-09-27-phalcon-5.0.2-release.png 5 | date: 2022-09-27T21:58:28.921Z 6 | tags: 7 | - phalcon 8 | - phalcon5 9 | - release 10 | --- 11 | We are happy to announce that Phalcon v5.0.2 has been released! 12 | 13 | 14 | 15 | Taking advantage of our now quick release cycle and reports from the community, a couple of bugs have been identified and resolved in this minor release. 16 | 17 | Thank you as always to our community! 18 | 19 | ## Changelog 20 | 21 | ### Fixed 22 | - Fixed `Phalcon\Html\Escaper::attributes()` to accept any value and transform it to string [#16123](https://github.com/phalcon/cphalcon/issues/16123) 23 | - Fixed `Phalcon\Logger\AbstractLogger::getLevelNumber()` to better check for string levels [#16123](https://github.com/phalcon/cphalcon/issues/16123) 24 | 25 | ## Upgrade 26 | Developers can upgrade using PECL 27 | 28 | ```bash 29 | pecl install phalcon-5.0.2 30 | ``` 31 | 32 | To compile from source, follow our [installation document](https://docs.phalcon.io/5.0/en/installation) 33 | -------------------------------------------------------------------------------- /_posts/2022-10-06-phalcon-v5-0-3-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Phalcon v5.0.3 Released 4 | image: /assets/files/2022-10-06-phalcon-5.0.3-release.png 5 | date: 2022-10-06T22:43:45.699Z 6 | tags: 7 | - phalcon 8 | - phalcon5 9 | - release 10 | --- 11 | We are happy to announce that Phalcon v5.0.3 has been released! 12 | 13 | 14 | 15 | This release contains a few bug fixes. 16 | 17 | Thank you to our wonderful community for the help in identifying these issues. 18 | 19 | ## Changelog 20 | ### Changed 21 | - Fixed `Phalcon\Filter\Sanitize\StringVal` to accept flags for `htmlspecialchars()` [#16135](https://github.com/phalcon/cphalcon/issues/16135) 22 | 23 | ### Fixed 24 | - Fixed `Phalcon\Html\Escaper::attributes()` to honor the `$flags` set for `htmlspecialchars()` [#16134](https://github.com/phalcon/cphalcon/issues/16134) 25 | -------------------------------------------------------------------------------- /_posts/2022-10-18-phalcon-v5-0-4-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Phalcon v5.0.4 Released 4 | image: /assets/files/2022-10-17-phalcon-5.0.4-release.png 5 | date: 2022-10-18T13:40:06.869Z 6 | tags: 7 | - phalcon 8 | - phalcon5 9 | - release 10 | --- 11 | We are happy to announce that Phalcon v5.0.4 has been released! 12 | 13 | 14 | 15 | This release contains a few bug fixes. 16 | 17 | A big thank you to our community for identifying these issues and helping fixing them. 18 | 19 | ## Changelog 20 | ### Fixed 21 | - Fixed `Phalcon\Encryption\Security` to take into account the `workFactor` in the cost calculation [#16153](https://github.com/phalcon/cphalcon/issues/16153) 22 | - Removed double unserializing during Model caching [#16035](https://github.com/phalcon/cphalcon/issues/16035), [#16131](https://github.com/phalcon/cphalcon/issues/16131) 23 | - Fixed `Phalcon\Db\Adapter\Pdo\Mysql::describeIndexes` to assign an empty string in the index type of `null` and remove warnings [#16157](https://github.com/phalcon/cphalcon/issues/16157) 24 | - Fixed `Phalcon\Db\Adapter\Pdo\Sqlite::describeIndexes` to assign an empty string in the index type of `null` and remove warnings [#16157](https://github.com/phalcon/cphalcon/issues/16157) 25 | - Fixed `Phalcon\Mvc\Model\Manager::notifyEvent` to return `true` instead of `null` on success [#16161](https://github.com/phalcon/cphalcon/issues/16161) 26 | - Fixed `Phalcon\Encryption\Security\JWT\Validator::validateExpiration` to correctly validate the `exp` claim [#16166](https://github.com/phalcon/cphalcon/issues/16166) 27 | 28 | -------------------------------------------------------------------------------- /_posts/2022-10-24-phalcon-v5-0-5-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Phalcon v5.0.5 Released 4 | image: /assets/files/2022-10-24-phalcon-5.0.5-release.png 5 | date: 2022-10-24T19:32:19.873Z 6 | tags: 7 | - phalcon 8 | - phalcon5 9 | - release 10 | --- 11 | Phalcon v5.0.5 has been released! 12 | 13 | 14 | 15 | This release contains bug fixes 16 | 17 | A big thank you to our community for identifying these issues and helping fixing them. 18 | 19 | ## Changelog 20 | ### Fixed 21 | - Fixed `Phalcon\Config\Config::setData` to pass the `insensitive` flag to child objects [#16171](https://github.com/phalcon/cphalcon/issues/16171) 22 | - Fixed `Phalcon\Config\Adapter\Groupped::__construct` to pass the `insensitive` flag to child objects [#16171](https://github.com/phalcon/cphalcon/issues/16171) 23 | - Fixed `Phalcon\Session\Manager::setName`, removing the regex check for the name for custom adapters to work with `create_sid()` [#16170](https://github.com/phalcon/cphalcon/issues/16170) 24 | - Fixed `PdoResult::fetchAll` when passed class name in 2nd argument [#16177](https://github.com/phalcon/cphalcon/issues/16177) 25 | - Fixed `Forms\Form::label` to accept an array as a default variable [#16180](https://github.com/phalcon/cphalcon/issues/16180) 26 | -------------------------------------------------------------------------------- /_posts/2022-11-02-phalcon-5-1-0-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Phalcon 5.1.0 Released 4 | image: /assets/files/2022-11-02-phalcon-5.1.0-release.png 5 | date: 2022-11-02T13:31:42.407Z 6 | tags: 7 | - phalcon 8 | - phalcon5 9 | - release 10 | --- 11 | Phalcon 5.1.0 is now available. 12 | 13 | 14 | 15 | This release contains some bug fixes and new functionality for request PATCH methods. 16 | 17 | As always, a huge thank you to our community for identifying these issues and suggesting the new features. 18 | 19 | ## Changelog 20 | 21 | ### Fixed 22 | - Fixed `Phalcon\Mvc\View\Engine\Volt\Compiler::isTagFactory` to correctly detect a `TagFactory` object without throwing an error [#16097](https://github.com/phalcon/cphalcon/issues/16097) 23 | - Fixed default values for `Phalcon\Cli`, `Phalcon\Dispatcher` and `Phalcon\Application` components to ensure not `null` values are passed to methods [#16186](https://github.com/phalcon/cphalcon/issues/16186) 24 | - Fixed `Phalcon\Form::clear` to correctly clear the elements and not recurse [#15956](https://github.com/phalcon/cphalcon/issues/15956) 25 | 26 | ### Added 27 | - Added `Phalcon\Http\Request::getPatch()` to get a value from a PATCH request [#16188](https://github.com/phalcon/cphalcon/issues/16188) 28 | - Added `Phalcon\Http\Request::getFilteredPatch()` to get a value filtered from a PATCH request [#16188](https://github.com/phalcon/cphalcon/issues/16188) 29 | - Added `Phalcon\Http\Request::hasPatch()` to check if a value exist in a PATCH request [#16188](https://github.com/phalcon/cphalcon/issues/16188) 30 | -------------------------------------------------------------------------------- /_posts/2022-11-14-phalcon-5-1-1-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Phalcon 5.1.1 Released 4 | image: /assets/files/2022-11-13-phalcon-5.1.1-release.png 5 | date: 2022-11-14T00:24:32.190Z 6 | tags: 7 | - phalcon 8 | - phalcon5 9 | - release 10 | --- 11 | Phalcon 5.1.1 is now available. 12 | 13 | 14 | 15 | This release contains bug fixes. 16 | 17 | As always, a huge thank you to our community for identifying these issues and suggesting the new features. 18 | 19 | ## Changelog 20 | 21 | ### Fixed 22 | - Fixed `Phalcon\Filter::sanitize` to return correct data when `noRecursive` is `true` [#16199](https://github.com/phalcon/cphalcon/issues/16199) 23 | - Fixed `Phalcon\Html\Escaper::html` to not return `null` when a zero string is passed [#16202](https://github.com/phalcon/cphalcon/issues/16202) 24 | -------------------------------------------------------------------------------- /_posts/2022-12-01-phalcon-5-1-2-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Phalcon 5.1.2 Released 4 | image: /assets/files/2022-12-01-phalcon-5.1.2-release.png 5 | date: 2022-12-01T13:43:32.190Z 6 | tags: 7 | - phalcon 8 | - phalcon5 9 | - release 10 | --- 11 | Phalcon 5.1.2 has been released! 12 | 13 | 14 | 15 | Added back Db\Profiler functionality (gremlins to blame) and other bug fixes. 16 | 17 | As always, a huge thank you to our community for identifying these issues and suggesting the new features. 18 | 19 | ## Changelog 20 | 21 | ### Fixed 22 | - Fixed `Phalcon\Support\Debug` to correctly calculate the documents URL for the hyperlinks [#16223](https://github.com/phalcon/cphalcon/issues/16223) 23 | - Fixed `Phalcon\Html\TagFactory` docblock for autocompletion (https://github.com/phalcon/cphalcon/commit/0129658f3ac468dcc5294d401403e166302a8069) 24 | - Fixed `Phalcon\Db\Profiler` by correctly calculating the seconds (reapplied changes) [#15822](https://github.com/phalcon/cphalcon/issues/15822) 25 | - Added `Phalcon\Html\TagFactory` to the `Phalcon\Di\FactoryDefault\Cli` [#16233](https://github.com/phalcon/cphalcon/issues/16233) 26 | -------------------------------------------------------------------------------- /_posts/2022-12-25-merry-christmas-and-phalcon-5-1-3-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Merry Christmas and Phalcon 5.1.3 Released 4 | image: /assets/files/2017-12-24-christmas.jpg 5 | date: 2022-12-25T05:03:11.799Z 6 | tags: 7 | - phalcon5 8 | - release 9 | - christmas 10 | --- 11 | The Phalcon Team wishes all of our friends, contributors, developers and users of the framework a Merry Christmas!. We hope that the new year will bring health and happiness to you and your loved ones! 12 | 13 | 14 | 15 | A Christmas present for the community, Phalcon 5.1.3 has been released. This release contains a few bug fixes. 16 | 17 | > A huge thank you to all of our contributors and the community!! 18 | {: .alert .alert-warning } 19 | 20 | The release tag can be found here: [v5.1.3](https://github.com/phalcon/cphalcon/releases/tag/v5.1.3). 21 | 22 | ## Changelog 23 | 24 | ### Fixed 25 | - Fixed `Phalcon\Mvc\Micro::handle` to type check an object for the `finish` [#16240](https://github.com/phalcon/cphalcon/issues/16240) 26 | - Fixed `Phalcon\DI\Service::resolve` to not call the `get()` from the container and cause an infinite loop [#15032](https://github.com/phalcon/cphalcon/issues/15032) 27 | 28 | ## Thank you 29 | Once again **a huge thank you to our community**! 30 | -------------------------------------------------------------------------------- /_posts/2023-01-10-phalcon-5-1-4-released-and-update.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Phalcon 5.1.4 Released and Update 4 | image: /assets/files/2023-01-10-phalcon-5.1.4-release.png 5 | date: 2023-01-10T22:21:09.751Z 6 | tags: 7 | - phalcon 8 | - phalcon5 9 | - release 10 | --- 11 | Phalcon 5.1.4 is now available! This release contains a bug fix for the ACL adapter producing warnings. 12 | 13 | 14 | 15 | Thank you to our community member that discovered this, otherwise those that used the `Phalcon\Acl\Adapter\Memory` would have been inundated with warnings about a deprecated Reflection method. 16 | 17 | ### Update 18 | 19 | We have not been very active with our bug fixes or new functionality in the `phalcon/cphalcon` repository lately. This is because we have been working hard on the `phalcon/phalcon` repository (the v6 version), to _translate_ all the code from Zephir to PHP. 20 | 21 | The reason behind this shift is that there are several issues with our ORM, pertaining to related records, and finding the issues and fixing them in `cphalcon` was going to be a very time consuming task. As such, we opted to work on v6, find the bugs there and then move them over to `cphalcon`. 22 | 23 | Right now, the `Phalcon\Http` namespace is nearly done and after that there are a couple of files left for the `Phalcon\Mvc` namespace. With those two we will be in a position to debug and diagnose the issues at hand. 24 | 25 | This will also bring us closer to having v6 ready and potentially release an alpha version for it. 26 | 27 | A big thank you to our community! 28 | 29 | -------------------------------------------------------------------------------- /_posts/2023-06-18-phalcon-v5-2-2-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Phalcon v5.2.2 Released 4 | image: /assets/files/2023-06-18-phalcon-5.2.2-release.png 5 | date: 2023-06-18T20:04:21.614Z 6 | tags: 7 | - phalcon 8 | - phalcon5 9 | - release 10 | --- 11 | We are happy to announce that Phalcon v5.2.2 has been released! 12 | 13 | 14 | 15 | Life, summer and other factors prevented us from releasing earlier, but better late than never :) 16 | 17 | This release fixes a few bugs. 18 | 19 | Thank you as always to our community! 20 | 21 | ## Changelog 22 | 23 | ### Fixed 24 | 25 | - Fixed `Encryption\Crypt::checkCipherHashIsAvailable` to allow proper setting of the hash [#16314](https://github.com/phalcon/cphalcon/issues/16314) 26 | - Removed `unlikely` from `if` statements from the Stream storage adapter and Json serializer [#16339](https://github.com/phalcon/cphalcon/issues/16339) 27 | - Fixed `Storage\Adapter\Stream::get()/set()` to correctly calculate the path if the prefix is present in the key [#16348](https://github.com/phalcon/cphalcon/issues/16348) 28 | - Fixed `Html\Helper\Input\Checkbox` to correctly process empty values [#15959](https://github.com/phalcon/cphalcon/issues/15959) 29 | 30 | 31 | ## Upgrade 32 | Developers can upgrade using PECL 33 | 34 | ```bash 35 | pecl install phalcon-5.2.2 36 | ``` 37 | 38 | To compile from source, follow our [installation document](https://docs.phalcon.io/5.0/en/installation) 39 | -------------------------------------------------------------------------------- /_posts/2023-09-12-phalcon-v5-3-1-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Phalcon v5.3.1 Released 4 | image: /assets/files/2023-09-12-phalcon-5.3.1-release.png 5 | date: 2023-09-12T00:01:02.699Z 6 | tags: 7 | - phalcon 8 | - phalcon5 9 | - release 10 | --- 11 | We are happy to announce that Phalcon v5.3.1 has been released! 12 | 13 | 14 | 15 | This release fixes a couple of nemory leaks found in the framework, in particular when using it alongside Swoole. 16 | 17 | A huge thanks to our community for helping out with bug fixing and more importantly bug reporting! 18 | 19 | ## Changelog 20 | 21 | ### Fixed 22 | 23 | - Fixed infinite save loop in `Phalcon\Mvc\Model::save()` [#16395](https://github.com/phalcon/cphalcon/issues/16395) 24 | - Fixed undefined column with columnMap and model caching [#16420](https://github.com/phalcon/cphalcon/issues/16420) 25 | - Fixed memory leak in `Phalcon\Mvc\Router::handle()` [#16431](https://github.com/phalcon/cphalcon/pull/16431) 26 | 27 | ## Upgrade 28 | Developers can upgrade using PECL 29 | 30 | ```bash 31 | pecl install phalcon-5.3.1 32 | ``` 33 | 34 | To compile from source, follow our [installation document](https://docs.phalcon.io/5.0/en/installation) 35 | -------------------------------------------------------------------------------- /_posts/2023-12-21-community-hangout-and-update-2023-12-23.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Community Hangout and Update - 2023-12-23 4 | image: /assets/files/2023-12-23-phalcon-hangout.png 5 | date: 2023-12-21T19:20:11.711Z 6 | tags: 7 | - phalcon5 8 | - phalcon6 9 | - community 10 | - update 11 | --- 12 | Join us this Saturday 23rd of December at 10:00 EST (15:00 UTC) for a community hangout and update. 13 | 14 | 15 | 16 | * Where we are 17 | * v5 18 | * v6 19 | * Issues/what is left 20 | 21 | [https://youtu.be/qV6OxeW1e_Q](https://youtu.be/qV6OxeW1e_Q) 22 | 23 | Looking forward to seeing everyone there! 24 | -------------------------------------------------------------------------------- /_posts/2024-01-09-phalcon-v5-6-0-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Phalcon v5.6.0 Released 4 | image: /assets/files/2024-01-09-phalcon-5.6.0-release.png 5 | date: 2024-01-09T00:01:02.699Z 6 | tags: 7 | - phalcon 8 | - phalcon5 9 | - release 10 | --- 11 | We are happy to announce that Phalcon v5.6.0 has been released! 12 | 13 | 14 | 15 | This release fixes a few bugs. 16 | 17 | A huge thanks to our community for helping out with bug fixing and more importantly bug reporting! 18 | 19 | ## Changelog 20 | 21 | ### Changed 22 | 23 | - Changed `Phalcon\Db\Adapter\Pdo\Mysql` to not use specific flags for `PDO` (`PDO::ATTR_EMULATE_PREPARES` or `PDO::ATTR_STRINGIFY_FETCHES`) for performance reasons [#16474](https://github.com/phalcon/cphalcon/issues/16474) 24 | - Merged `Phalcon\Db\AbstractDb` with `Phalcon\Db\Adapter\AbstractAdapter` since the former was not used [#16474](https://github.com/phalcon/cphalcon/issues/16474) 25 | 26 | ### Added 27 | 28 | - Added `resetColumns()`, `resetFrom()`, `resetWhere()`, `resetGroupBy()`, `resetHaving()`, `resetOrderBy()`, `resetLimit()`, `resetFlags()` to the `Phalcon\Datamapper\Query\AbstractQuery` to allow resetting query filters. 29 | 30 | ### Fixed 31 | 32 | - Fixed `Phalcon\Mvc\Model::count` to ignore the `order` parameter (needed for Posgresql) [#16471](https://github.com/phalcon/cphalcon/issues/16471) 33 | - Fixed `Phalcon\Mvc\Model::toArray` added parameter to ignore getters in order not to break serialize. [#16490](https://github.com/phalcon/cphalcon/issues/16490) 34 | - Fixed `Phalcon\Mvc\Model::toArray` changing the conditionals for population to remove segfault. [#16498](https://github.com/phalcon/cphalcon/issues/16498) 35 | 36 | 37 | ## Upgrade 38 | Developers can upgrade using PECL 39 | 40 | ```bash 41 | pecl install phalcon-5.6.0 42 | ``` 43 | 44 | To compile from source, follow our [installation document](https://docs.phalcon.io/5.5/installation) 45 | -------------------------------------------------------------------------------- /_posts/2024-02-08-phalcon-v5-6-1-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Phalcon v5.6.1 Released 4 | image: /assets/files/2024-02-08-phalcon-5.6.1-release.png 5 | date: 2024-02-08T00:01:02.699Z 6 | tags: 7 | - phalcon 8 | - phalcon5 9 | - release 10 | --- 11 | We are happy to announce that Phalcon v5.6.1 has been released! 12 | 13 | 14 | 15 | This release fixes a few bugs and the oh so dreaded deprecation warning for "self" in callables!. 16 | 17 | A huge thanks to our community for helping out with bug fixing and more importantly bug reporting! 18 | 19 | ## Changelog 20 | 21 | ### Changed 22 | 23 | - Changed `Phalcon\Cli\Router::setDefaultAction` and `Phalcon\Cli\Router::setDefaultModule` to return the object back for a fluent interface [#16328](https://github.com/phalcon/cphalcon/issues/16328) 24 | 25 | ### Fixed 26 | 27 | - Fixed `Phalcon\Db\Adapter\Pdo\Postgresql::describeColumns()` to return the correct string back [#16371](https://github.com/phalcon/cphalcon/issues/16371) 28 | - Fixed `Phalcon/Filter/Validation::validate()` and `Phalcon/Filter/Validation/ValidationInterface::validate()` to return also `bool` [#16337](https://github.com/phalcon/cphalcon/issues/16337) 29 | - Fixed `Phalcon\Mvc\Model::toArray` to ignore getters when the field name is `source`. [#16514](https://github.com/phalcon/cphalcon/issues/16514) 30 | - Fixed `Phalcon\Http\Request::getPut` to correctly get form encoded data [#16519](https://github.com/phalcon/cphalcon/issues/16519) 31 | - Fixed deprecation warning in callables `Use of "static" in callables is deprecated` for PHP 8.2+ [#16263](https://github.com/phalcon/cphalcon/issues/16263) 32 | 33 | 34 | ## Upgrade 35 | Developers can upgrade using PECL 36 | 37 | ```bash 38 | pecl install phalcon-5.6.1 39 | ``` 40 | 41 | To compile from source, follow our [installation document](https://docs.phalcon.io/5.6/installation) 42 | -------------------------------------------------------------------------------- /_posts/2024-03-14-phalcon-v5-6-2-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Phalcon v5.6.2 Released 4 | image: /assets/files/2024-03-14-phalcon-5.6.2-release.png 5 | date: 2024-03-14T00:01:02.699Z 6 | tags: 7 | - phalcon 8 | - phalcon5 9 | - release 10 | --- 11 | We are happy to announce that Phalcon v5.6.2 has been released! 12 | 13 | 14 | 15 | This release fixes a few bugs. 16 | 17 | A huge thanks to our community for helping out with bug fixing and more importantly bug reporting! 18 | 19 | ## Changelog 20 | 21 | ### Changed 22 | 23 | - Changed `Phalcon\Mvc\View\Engine\Volt\Compiler::filter` to use the helper with `upper` and `lower` for UTF-8 characters [#16543](https://github.com/phalcon/cphalcon/issues/16543) 24 | - Changed `Phalcon\Di\AbstractInjectionAware` to extend `stdClass` for PHP 8.2 deprecation warnings [#16543](https://github.com/phalcon/cphalcon/issues/16543) 25 | 26 | ## Upgrade 27 | Developers can upgrade using PECL 28 | 29 | ```bash 30 | pecl install phalcon-5.6.2 31 | ``` 32 | 33 | To compile from source, follow our [installation document](https://docs.phalcon.io/5.6/installation) 34 | -------------------------------------------------------------------------------- /_posts/2024-12-25-merry-christmas-and-update.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Merry Christmas and Update 4 | image: /assets/files/2017-12-24-christmas.jpg 5 | date: 2024-12-25T00:00:00.799Z 6 | tags: 7 | - phalcon5 8 | - christmas 9 | - update 10 | --- 11 | The Phalcon Team wishes all of our friends, contributors, developers and users of the framework a Merry Christmas!. 12 | We hope that the new year will bring health and happiness to you and your loved ones! 13 | 14 | 15 | 16 | Sadly, we are not following the tradition of previous years with a new release for Phalcon. We hoped that we were going to be able to have something ready but we could not make it this year. 17 | 18 | First and foremost: 19 | 20 | > A huge thank you to all of our contributors and the community!! 21 | {: .alert .alert-warning } 22 | 23 | You have all been very generous with your time, proposing fixes, finding bugs, discussing functionality. We are as always grateful for your help. 24 | 25 | No release this Christmas :/ 26 | 27 | We tried but were not able to make it. There has been ongoing work to provide support for PHP 8.4 and that starts from Zephir first. The work thre has not been completed and as such we cannot build a new Phalcon release at the moment. This will of course be addressed but for now we are a bit stuck. 28 | 29 | We have also worked on the parsers for v6. [@Jeckerson](https://github.com/jeckerson) finished the work for Volt and v6 is now using a PHP version of that parser. He has been working on PHQL but it is tedious work to make that conversion so it is not ready yet. Hopefully early next year we will have that one as well as the annotations ready, so that we can release an v6.0.0 alpha. 30 | 31 | 32 | ## Thank you 33 | Once again **a huge thank you to our community**! 34 | 35 | -------------------------------------------------------------------------------- /_posts/2025-03-31-phalcon-v5-9-1-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Phalcon v5.9.1 Released 4 | image: /assets/files/2025-03-31-phalcon-5.9.1-release.png 5 | date: 2025-03-31T00:01:02.699Z 6 | tags: 7 | - phalcon 8 | - phalcon5 9 | - release 10 | --- 11 | We are happy to announce that Phalcon v5.9.1 has been released! 12 | 13 | 14 | 15 | This release fixes a few bugs and introduces an improved `Breadcrumbs` component in the Html `TagFactory`. 16 | 17 | ## Community 18 | 19 | A huge thanks to our community for helping out with bug fixing and more importantly bug reporting! 20 | 21 | 22 | ## Changelog 23 | 24 | ### Changed 25 | 26 | - Changed `Phalcon\Storage\Adapter\AbstractAdapter` and dropped `has()` check before receiving the value. [#16705](https://github.com/phalcon/cphalcon/issues/16705) 27 | 28 | ### Added 29 | 30 | - Added `Phalcon\Html\Helper\Breadcrumbs` component to replace the old `Phalcon\Html\Breadcrumbs` component. [#16727](https://github.com/phalcon/cphalcon/issues/16727) 31 | 32 | ### Fixed 33 | 34 | - Fixed `Phalcon\Mvc\Micro\LazyLoader::callMethod` to prevent `Unknown named parameter` error [#16724](https://github.com/phalcon/cphalcon/issues/16724) 35 | 36 | 37 | ## Upgrade 38 | Developers can upgrade using PECL 39 | 40 | ```bash 41 | pecl install phalcon-5.9.1 42 | ``` 43 | 44 | To compile from source, follow our [installation document](https://docs.phalcon.io/5.9/installation) 45 | -------------------------------------------------------------------------------- /_posts/2025-04-04-phalcon-v5-9-2-released.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: Phalcon v5.9.2 Released 4 | image: /assets/files/2025-04-04-phalcon-5.9.2-release.png 5 | date: 2025-04-04T00:01:02.699Z 6 | tags: 7 | - phalcon 8 | - phalcon5 9 | - release 10 | --- 11 | We are happy to announce that Phalcon v5.9.2 has been released! 12 | 13 | 14 | 15 | This is a maintenance release, primarily fixing a bug we introduced from a previous bug fix :/ 16 | 17 | ## Community 18 | 19 | A huge thanks to our community for helping out with bug fixing and more importantly bug reporting! 20 | 21 | 22 | ## Changelog 23 | 24 | ### Fixed 25 | 26 | - Fixed `Phalcon\Translate\Adapter\Csv` the `escape` argument is explicitly required in PHP 8.4 [#16733](https://github.com/phalcon/cphalcon/issues/16733) 27 | - Fixed `Phalcon\Mvc\Model\Query` to use the cacheOptions lifetime over the "cache" service lifetime 28 | 29 | 30 | ## Upgrade 31 | Developers can upgrade using PECL 32 | 33 | ```bash 34 | pecl install phalcon-5.9.2 35 | ``` 36 | 37 | To compile from source, follow our [installation document](https://docs.phalcon.io/5.9/installation) 38 | -------------------------------------------------------------------------------- /admin/config.yml: -------------------------------------------------------------------------------- 1 | backend: 2 | name: git-gateway 3 | branch: master 4 | 5 | publish_mode: 'editorial_workflow' 6 | media_folder: 'assets/files' 7 | 8 | collections: 9 | - name: 'post' 10 | label: 'Post' 11 | folder: '_posts' 12 | create: true 13 | slug: '{{year}}-{{month}}-{{day}}-{{slug}}' 14 | fields: 15 | - {label: 'Layout', name: 'layout', widget: 'hidden', default: 'post'} 16 | - {label: 'Title', name: 'title', widget: 'string'} 17 | - {label: "Image", name: "image", widget: "file"} 18 | - {label: 'Publish Date', name: 'date', widget: 'datetime'} 19 | - {label: 'Tags', name: 'tags', widget: 'list'} 20 | - {label: 'Body', name: 'body', widget: 'markdown'} 21 | -------------------------------------------------------------------------------- /admin/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Phalcon Blog 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /assets/css/custom.css: -------------------------------------------------------------------------------- 1 | @media screen and (max-width: 1200px) { 2 | .header-nav, 3 | .header__lang, 4 | .header__search, 5 | .algolia-autocomplete { 6 | display: none; 7 | } 8 | 9 | .header-nav__burger { 10 | display: flex; 11 | } 12 | 13 | } 14 | 15 | @media screen and (max-width: 1023px) { 16 | .phalcon-blog__item-img img { 17 | object-fit: contain; 18 | } 19 | } -------------------------------------------------------------------------------- /assets/favicons/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/favicons/android-chrome-192x192.png -------------------------------------------------------------------------------- /assets/favicons/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/favicons/android-chrome-512x512.png -------------------------------------------------------------------------------- /assets/favicons/site.webmanifest: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Phalcon - blog", 3 | "icons": [ 4 | { 5 | "src": "/assets/favicons/android-chrome-192x192.png", 6 | "sizes": "192x192", 7 | "type": "image/png" 8 | }, 9 | { 10 | "src": "/assets/favicons/android-chrome-512x512.png", 11 | "sizes": "512x512", 12 | "type": "image/png" 13 | } 14 | ], 15 | "theme_color": "#273646", 16 | "background_color": "#273646", 17 | "display": "standalone" 18 | } 19 | -------------------------------------------------------------------------------- /assets/files/2012-03-23-devtools-screencast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-03-23-devtools-screencast.png -------------------------------------------------------------------------------- /assets/files/2012-04-07-invo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-04-07-invo.png -------------------------------------------------------------------------------- /assets/files/2012-04-19-mpm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-04-19-mpm.png -------------------------------------------------------------------------------- /assets/files/2012-05-03-real-falcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-05-03-real-falcon.png -------------------------------------------------------------------------------- /assets/files/2012-05-04-database-migrations-screencast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-05-04-database-migrations-screencast.png -------------------------------------------------------------------------------- /assets/files/2012-05-15-real-phalcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-05-15-real-phalcon.png -------------------------------------------------------------------------------- /assets/files/2012-05-17-phalcon-webtools-screencast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-05-17-phalcon-webtools-screencast.png -------------------------------------------------------------------------------- /assets/files/2012-06-05-phpstorm-screencast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-06-05-phpstorm-screencast.png -------------------------------------------------------------------------------- /assets/files/2012-06-07-php-site-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-06-07-php-site-1.png -------------------------------------------------------------------------------- /assets/files/2012-06-07-php-site-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-06-07-php-site-2.png -------------------------------------------------------------------------------- /assets/files/2012-06-14-phalcon-green.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-06-14-phalcon-green.jpg -------------------------------------------------------------------------------- /assets/files/2012-08-28-working.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-08-28-working.jpg -------------------------------------------------------------------------------- /assets/files/2012-09-17-phalcon-attacking.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-09-17-phalcon-attacking.jpg -------------------------------------------------------------------------------- /assets/files/2012-10-07-volt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-10-07-volt.jpg -------------------------------------------------------------------------------- /assets/files/2012-11-01-phalcon-attack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-11-01-phalcon-attack.jpg -------------------------------------------------------------------------------- /assets/files/2012-11-26-incubator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-11-26-incubator.png -------------------------------------------------------------------------------- /assets/files/2012-11-26-mvc-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-11-26-mvc-c.png -------------------------------------------------------------------------------- /assets/files/2012-11-26-tutorial-part-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-11-26-tutorial-part-2-1.png -------------------------------------------------------------------------------- /assets/files/2012-11-26-tutorial-part-2-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-11-26-tutorial-part-2-10.png -------------------------------------------------------------------------------- /assets/files/2012-11-26-tutorial-part-2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-11-26-tutorial-part-2-2.png -------------------------------------------------------------------------------- /assets/files/2012-11-26-tutorial-part-2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-11-26-tutorial-part-2-3.png -------------------------------------------------------------------------------- /assets/files/2012-11-26-tutorial-part-2-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-11-26-tutorial-part-2-4.png -------------------------------------------------------------------------------- /assets/files/2012-11-26-tutorial-part-2-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-11-26-tutorial-part-2-5.png -------------------------------------------------------------------------------- /assets/files/2012-11-26-tutorial-part-2-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-11-26-tutorial-part-2-6.png -------------------------------------------------------------------------------- /assets/files/2012-11-26-tutorial-part-2-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-11-26-tutorial-part-2-7.png -------------------------------------------------------------------------------- /assets/files/2012-11-26-tutorial-part-2-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-11-26-tutorial-part-2-8.png -------------------------------------------------------------------------------- /assets/files/2012-11-26-tutorial-part-2-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-11-26-tutorial-part-2-9.png -------------------------------------------------------------------------------- /assets/files/2012-12-04-falcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-12-04-falcon.png -------------------------------------------------------------------------------- /assets/files/2012-12-08-album.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-12-08-album.jpg -------------------------------------------------------------------------------- /assets/files/2012-12-08-albumorama.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2012-12-08-albumorama.jpg -------------------------------------------------------------------------------- /assets/files/2013-01-09-falcon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2013-01-09-falcon.jpg -------------------------------------------------------------------------------- /assets/files/2013-01-25-forum.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2013-01-25-forum.jpg -------------------------------------------------------------------------------- /assets/files/2013-02-05-phalcon-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2013-02-05-phalcon-logo.jpg -------------------------------------------------------------------------------- /assets/files/2013-02-08-fortrabbit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2013-02-08-fortrabbit.jpg -------------------------------------------------------------------------------- /assets/files/2013-03-21-phalcon-php-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2013-03-21-phalcon-php-logo.png -------------------------------------------------------------------------------- /assets/files/2013-03-31-poll-application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2013-03-31-poll-application.png -------------------------------------------------------------------------------- /assets/files/2013-05-02-vokuro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2013-05-02-vokuro.png -------------------------------------------------------------------------------- /assets/files/2013-05-10-2013-01-stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2013-05-10-2013-01-stats.png -------------------------------------------------------------------------------- /assets/files/2013-05-10-phalconphp.com_20120201-20121231.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2013-05-10-phalconphp.com_20120201-20121231.pdf -------------------------------------------------------------------------------- /assets/files/2013-05-10-phalconphp.com_20130101-20130430.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2013-05-10-phalconphp.com_20130101-20130430.pdf -------------------------------------------------------------------------------- /assets/files/2013-05-16-guitarama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2013-05-16-guitarama.png -------------------------------------------------------------------------------- /assets/files/2013-05-20-phalcon-sticker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2013-05-20-phalcon-sticker.png -------------------------------------------------------------------------------- /assets/files/2013-06-20-kolesa-krisha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2013-06-20-kolesa-krisha.png -------------------------------------------------------------------------------- /assets/files/2013-06-23-phalcon-php-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2013-06-23-phalcon-php-logo.png -------------------------------------------------------------------------------- /assets/files/2013-07-23-phalcon-php-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2013-07-23-phalcon-php-logo.png -------------------------------------------------------------------------------- /assets/files/2013-07-24-phalcon-php-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2013-07-24-phalcon-php-logo.png -------------------------------------------------------------------------------- /assets/files/2013-08-02-zephir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2013-08-02-zephir.png -------------------------------------------------------------------------------- /assets/files/2013-09-17-benchmarks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2013-09-17-benchmarks.png -------------------------------------------------------------------------------- /assets/files/2014-01-16-website.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2014-01-16-website.jpg -------------------------------------------------------------------------------- /assets/files/2014-03-07-birthday-cake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2014-03-07-birthday-cake.png -------------------------------------------------------------------------------- /assets/files/2014-04-06-facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2014-04-06-facebook.png -------------------------------------------------------------------------------- /assets/files/2014-04-06-google-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2014-04-06-google-plus.png -------------------------------------------------------------------------------- /assets/files/2014-04-06-twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2014-04-06-twitter.png -------------------------------------------------------------------------------- /assets/files/2014-04-06-youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2014-04-06-youtube.png -------------------------------------------------------------------------------- /assets/files/2014-04-14-invo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2014-04-14-invo.jpg -------------------------------------------------------------------------------- /assets/files/2014-04-14-phosphorum.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2014-04-14-phosphorum.jpg -------------------------------------------------------------------------------- /assets/files/2014-04-14-website.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2014-04-14-website.jpg -------------------------------------------------------------------------------- /assets/files/2014-10-21-phalcon-lezgro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2014-10-21-phalcon-lezgro.png -------------------------------------------------------------------------------- /assets/files/2015-05-peregrine-falcon-kelly-harris.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2015-05-peregrine-falcon-kelly-harris.jpg -------------------------------------------------------------------------------- /assets/files/2016-08-28-installations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2016-08-28-installations.png -------------------------------------------------------------------------------- /assets/files/2016-08-28-packagecloud-logo-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2016-08-28-packagecloud-logo-dark.png -------------------------------------------------------------------------------- /assets/files/2016-12-24-xmas.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2016-12-24-xmas.jpg -------------------------------------------------------------------------------- /assets/files/2017-04-13-files-per-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2017-04-13-files-per-request.png -------------------------------------------------------------------------------- /assets/files/2017-04-13-memory-per-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2017-04-13-memory-per-request.png -------------------------------------------------------------------------------- /assets/files/2017-04-13-requests-per-second.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2017-04-13-requests-per-second.png -------------------------------------------------------------------------------- /assets/files/2017-04-13-requests-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2017-04-13-requests-time.png -------------------------------------------------------------------------------- /assets/files/2017-04-14-files-per-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2017-04-14-files-per-request.png -------------------------------------------------------------------------------- /assets/files/2017-04-14-memory-per-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2017-04-14-memory-per-request.png -------------------------------------------------------------------------------- /assets/files/2017-04-14-requests-per-second.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2017-04-14-requests-per-second.png -------------------------------------------------------------------------------- /assets/files/2017-04-14-requests-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2017-04-14-requests-time.png -------------------------------------------------------------------------------- /assets/files/2017-06-28-crowdin-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2017-06-28-crowdin-logo.png -------------------------------------------------------------------------------- /assets/files/2017-12-24-christmas.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2017-12-24-christmas.jpg -------------------------------------------------------------------------------- /assets/files/2020-02-10-phalcon-book.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2020-02-10-phalcon-book.jpg -------------------------------------------------------------------------------- /assets/files/2020-02-15-phalcon-4.0.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2020-02-15-phalcon-4.0.4.png -------------------------------------------------------------------------------- /assets/files/2020-03-05-phalcon-hangout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2020-03-05-phalcon-hangout.png -------------------------------------------------------------------------------- /assets/files/2020-03-07-phalcon-4.0.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2020-03-07-phalcon-4.0.5.png -------------------------------------------------------------------------------- /assets/files/2020-03-19-phalcon-hangout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2020-03-19-phalcon-hangout.jpg -------------------------------------------------------------------------------- /assets/files/2020-03-24-phalcon-hangout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2020-03-24-phalcon-hangout.png -------------------------------------------------------------------------------- /assets/files/2020-04-10-phalcon-hangout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2020-04-10-phalcon-hangout.png -------------------------------------------------------------------------------- /assets/files/2020-04-23-phalcon-hangout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2020-04-23-phalcon-hangout.png -------------------------------------------------------------------------------- /assets/files/2020-05-16-phalcon-4.0.6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2020-05-16-phalcon-4.0.6.png -------------------------------------------------------------------------------- /assets/files/2020-05-16-phalcon-hangout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2020-05-16-phalcon-hangout.png -------------------------------------------------------------------------------- /assets/files/2020-06-16-keep-calm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2020-06-16-keep-calm.jpg -------------------------------------------------------------------------------- /assets/files/2020-07-06-status-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2020-07-06-status-update.png -------------------------------------------------------------------------------- /assets/files/2020-07-25-article-magazine-phalcon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2020-07-25-article-magazine-phalcon.jpg -------------------------------------------------------------------------------- /assets/files/2020-07-25-cover-phalcon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2020-07-25-cover-phalcon.jpg -------------------------------------------------------------------------------- /assets/files/2020-08-11-phalcon-hangout-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2020-08-11-phalcon-hangout-update.png -------------------------------------------------------------------------------- /assets/files/2020-09-06-phalcon-hangout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2020-09-06-phalcon-hangout.png -------------------------------------------------------------------------------- /assets/files/2020-10-03-phalcon-hangout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2020-10-03-phalcon-hangout.png -------------------------------------------------------------------------------- /assets/files/2020-10-15-tests.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2020-10-15-tests.png -------------------------------------------------------------------------------- /assets/files/2020-10-31-phalcon-4.1.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2020-10-31-phalcon-4.1.0.png -------------------------------------------------------------------------------- /assets/files/2020-10-31-phalcon-hangout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2020-10-31-phalcon-hangout.png -------------------------------------------------------------------------------- /assets/files/2020-12-25-xmas.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2020-12-25-xmas.jpg -------------------------------------------------------------------------------- /assets/files/20200111-phalcon4.0.1-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/20200111-phalcon4.0.1-release.png -------------------------------------------------------------------------------- /assets/files/20200111-phalcon4.0.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/20200111-phalcon4.0.2.png -------------------------------------------------------------------------------- /assets/files/20200119-upgrade.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/20200119-upgrade.jpg -------------------------------------------------------------------------------- /assets/files/20200125-phalcon4.0.3-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/20200125-phalcon4.0.3-release.png -------------------------------------------------------------------------------- /assets/files/20200204-php-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/20200204-php-8.png -------------------------------------------------------------------------------- /assets/files/20201209-benchmarks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/20201209-benchmarks.png -------------------------------------------------------------------------------- /assets/files/2021-01-02-article-php-magazin-phalcon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2021-01-02-article-php-magazin-phalcon.jpg -------------------------------------------------------------------------------- /assets/files/2021-02-13-phalcon-hangout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2021-02-13-phalcon-hangout.png -------------------------------------------------------------------------------- /assets/files/2021-03-21-phalcon-5.0.0-alpha.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2021-03-21-phalcon-5.0.0-alpha.1.png -------------------------------------------------------------------------------- /assets/files/2021-03-21-status-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2021-03-21-status-update.png -------------------------------------------------------------------------------- /assets/files/2021-03-25-zephir-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2021-03-25-zephir-release.png -------------------------------------------------------------------------------- /assets/files/2021-05-01-phalcon-4.1.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2021-05-01-phalcon-4.1.2.png -------------------------------------------------------------------------------- /assets/files/2021-05-03-phalcon-hangout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2021-05-03-phalcon-hangout.png -------------------------------------------------------------------------------- /assets/files/2021-05-04-phalcon-roadmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2021-05-04-phalcon-roadmap.png -------------------------------------------------------------------------------- /assets/files/2021-06-30-phalcon-5.0.0-alpha.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2021-06-30-phalcon-5.0.0-alpha.3.png -------------------------------------------------------------------------------- /assets/files/2021-08-21-phalcon-hangout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2021-08-21-phalcon-hangout.png -------------------------------------------------------------------------------- /assets/files/2021-09-09-phalcon-5.0.0-alpha.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2021-09-09-phalcon-5.0.0-alpha.5.png -------------------------------------------------------------------------------- /assets/files/2021-09-09-phalcon-5.0.0-alpha.6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2021-09-09-phalcon-5.0.0-alpha.6.png -------------------------------------------------------------------------------- /assets/files/2021-11-06-phalcon-hangout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2021-11-06-phalcon-hangout.png -------------------------------------------------------------------------------- /assets/files/2021-11-17-phalcon-5.0.0-alpha.7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2021-11-17-phalcon-5.0.0-alpha.7.png -------------------------------------------------------------------------------- /assets/files/2022-01-06-phalcon-5.0.0-beta.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2022-01-06-phalcon-5.0.0-beta.2.png -------------------------------------------------------------------------------- /assets/files/2022-01-10-happy-birthday.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2022-01-10-happy-birthday.jpg -------------------------------------------------------------------------------- /assets/files/2022-01-12-commit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2022-01-12-commit.png -------------------------------------------------------------------------------- /assets/files/2022-02-08-phalcon-5.0.0-beta.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2022-02-08-phalcon-5.0.0-beta.3.png -------------------------------------------------------------------------------- /assets/files/2022-03-30-status-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2022-03-30-status-update.png -------------------------------------------------------------------------------- /assets/files/2022-05-20-status-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2022-05-20-status-update.png -------------------------------------------------------------------------------- /assets/files/2022-05-31-phalcon-5.0.0-rc.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2022-05-31-phalcon-5.0.0-rc.1.png -------------------------------------------------------------------------------- /assets/files/2022-06-10-phalcon-5.0.0-rc.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2022-06-10-phalcon-5.0.0-rc.2.png -------------------------------------------------------------------------------- /assets/files/2022-07-12-phalcon-5.0.0-rc.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2022-07-12-phalcon-5.0.0-rc.3.png -------------------------------------------------------------------------------- /assets/files/2022-08-18-phalcon-5.0.0-rc.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2022-08-18-phalcon-5.0.0-rc.4.png -------------------------------------------------------------------------------- /assets/files/2022-09-20-phalcon-5.0.0-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2022-09-20-phalcon-5.0.0-release.png -------------------------------------------------------------------------------- /assets/files/2022-09-23-phalcon-5.0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2022-09-23-phalcon-5.0.1.png -------------------------------------------------------------------------------- /assets/files/2022-09-27-phalcon-5.0.2-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2022-09-27-phalcon-5.0.2-release.png -------------------------------------------------------------------------------- /assets/files/2022-10-06-phalcon-5.0.3-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2022-10-06-phalcon-5.0.3-release.png -------------------------------------------------------------------------------- /assets/files/2022-10-17-phalcon-5.0.4-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2022-10-17-phalcon-5.0.4-release.png -------------------------------------------------------------------------------- /assets/files/2022-10-24-phalcon-5.0.5-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2022-10-24-phalcon-5.0.5-release.png -------------------------------------------------------------------------------- /assets/files/2022-11-02-phalcon-5.1.0-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2022-11-02-phalcon-5.1.0-release.png -------------------------------------------------------------------------------- /assets/files/2022-11-13-phalcon-5.1.1-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2022-11-13-phalcon-5.1.1-release.png -------------------------------------------------------------------------------- /assets/files/2022-12-01-phalcon-5.1.2-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2022-12-01-phalcon-5.1.2-release.png -------------------------------------------------------------------------------- /assets/files/2023-01-10-phalcon-5.1.4-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2023-01-10-phalcon-5.1.4-release.png -------------------------------------------------------------------------------- /assets/files/2023-02-28-phalcon-5.2.1-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2023-02-28-phalcon-5.2.1-release.png -------------------------------------------------------------------------------- /assets/files/2023-06-18-phalcon-5.2.2-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2023-06-18-phalcon-5.2.2-release.png -------------------------------------------------------------------------------- /assets/files/2023-07-26-phalcon-5.2.3-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2023-07-26-phalcon-5.2.3-release.png -------------------------------------------------------------------------------- /assets/files/2023-08-15-phalcon-5.3.0-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2023-08-15-phalcon-5.3.0-release.png -------------------------------------------------------------------------------- /assets/files/2023-09-12-phalcon-5.3.1-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2023-09-12-phalcon-5.3.1-release.png -------------------------------------------------------------------------------- /assets/files/2023-10-25-phalcon-5.4.0-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2023-10-25-phalcon-5.4.0-release.png -------------------------------------------------------------------------------- /assets/files/2023-12-22-phalcon-hangout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2023-12-22-phalcon-hangout.png -------------------------------------------------------------------------------- /assets/files/2023-12-23-phalcon-hangout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2023-12-23-phalcon-hangout.png -------------------------------------------------------------------------------- /assets/files/2024-01-09-phalcon-5.5.1-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2024-01-09-phalcon-5.5.1-release.png -------------------------------------------------------------------------------- /assets/files/2024-01-09-phalcon-5.6.0-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2024-01-09-phalcon-5.6.0-release.png -------------------------------------------------------------------------------- /assets/files/2024-02-08-phalcon-5.6.1-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2024-02-08-phalcon-5.6.1-release.png -------------------------------------------------------------------------------- /assets/files/2024-03-14-phalcon-5.6.2-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2024-03-14-phalcon-5.6.2-release.png -------------------------------------------------------------------------------- /assets/files/2024-05-17-phalcon-5.7.0-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2024-05-17-phalcon-5.7.0-release.png -------------------------------------------------------------------------------- /assets/files/2024-06-16-phalcon-swoole-cpu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2024-06-16-phalcon-swoole-cpu.png -------------------------------------------------------------------------------- /assets/files/2024-06-16-phalcon-swoole-high-load-microservices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2024-06-16-phalcon-swoole-high-load-microservices.png -------------------------------------------------------------------------------- /assets/files/2024-06-16-phalcon-swoole-htop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2024-06-16-phalcon-swoole-htop.png -------------------------------------------------------------------------------- /assets/files/2024-06-16-phalcon-swoole-infra-history.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2024-06-16-phalcon-swoole-infra-history.jpg -------------------------------------------------------------------------------- /assets/files/2024-06-16-phalcon-swoole-ingress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2024-06-16-phalcon-swoole-ingress.png -------------------------------------------------------------------------------- /assets/files/2024-06-16-phalcon-swoole-pods.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2024-06-16-phalcon-swoole-pods.png -------------------------------------------------------------------------------- /assets/files/2024-06-16-phalcon-swoole-ram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2024-06-16-phalcon-swoole-ram.png -------------------------------------------------------------------------------- /assets/files/2024-06-16-phalcon-swoole-response-time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2024-06-16-phalcon-swoole-response-time.png -------------------------------------------------------------------------------- /assets/files/2024-07-10-phalcon-5.8.0-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2024-07-10-phalcon-5.8.0-release.png -------------------------------------------------------------------------------- /assets/files/2025-03-10-phalcon-5.9.0-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2025-03-10-phalcon-5.9.0-release.png -------------------------------------------------------------------------------- /assets/files/2025-03-31-phalcon-5.9.1-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2025-03-31-phalcon-5.9.1-release.png -------------------------------------------------------------------------------- /assets/files/2025-04-04-phalcon-5.9.2-release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/2025-04-04-phalcon-5.9.2-release.png -------------------------------------------------------------------------------- /assets/files/andres_interview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/andres_interview.jpg -------------------------------------------------------------------------------- /assets/files/arhell.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/arhell.jpg -------------------------------------------------------------------------------- /assets/files/crowdin-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/crowdin-logo.png -------------------------------------------------------------------------------- /assets/files/devries-factory.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/devries-factory.jpg -------------------------------------------------------------------------------- /assets/files/devries-floor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/devries-floor.jpg -------------------------------------------------------------------------------- /assets/files/devries-pi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/devries-pi.jpg -------------------------------------------------------------------------------- /assets/files/devries-planning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/devries-planning.png -------------------------------------------------------------------------------- /assets/files/devries-screens.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/devries-screens.jpg -------------------------------------------------------------------------------- /assets/files/devries-tablet-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/devries-tablet-01.png -------------------------------------------------------------------------------- /assets/files/devries-tablet-02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/devries-tablet-02.jpg -------------------------------------------------------------------------------- /assets/files/discord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/discord.png -------------------------------------------------------------------------------- /assets/files/dream-baby.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/dream-baby.jpg -------------------------------------------------------------------------------- /assets/files/dream.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/dream.jpg -------------------------------------------------------------------------------- /assets/files/facebook_teaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/facebook_teaser.png -------------------------------------------------------------------------------- /assets/files/feature.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/feature.jpg -------------------------------------------------------------------------------- /assets/files/gremlins.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/gremlins.jpeg -------------------------------------------------------------------------------- /assets/files/groot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/groot.gif -------------------------------------------------------------------------------- /assets/files/hangout-20200111.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/hangout-20200111.png -------------------------------------------------------------------------------- /assets/files/happy-new-year.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/happy-new-year.jpg -------------------------------------------------------------------------------- /assets/files/hook-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/hook-01.png -------------------------------------------------------------------------------- /assets/files/hook-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/hook-02.png -------------------------------------------------------------------------------- /assets/files/hook-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/hook-03.png -------------------------------------------------------------------------------- /assets/files/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/index.html -------------------------------------------------------------------------------- /assets/files/jeckerson.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/jeckerson.jpg -------------------------------------------------------------------------------- /assets/files/kikcms-db-structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/kikcms-db-structure.png -------------------------------------------------------------------------------- /assets/files/kikcms-edit-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/kikcms-edit-page.png -------------------------------------------------------------------------------- /assets/files/kikcms-edited-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/kikcms-edited-page.png -------------------------------------------------------------------------------- /assets/files/kikcms-form.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/kikcms-form.png -------------------------------------------------------------------------------- /assets/files/kikcms-old.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/kikcms-old.jpg -------------------------------------------------------------------------------- /assets/files/kikcms-pages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/kikcms-pages.png -------------------------------------------------------------------------------- /assets/files/kikcms-webshop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/kikcms-webshop.png -------------------------------------------------------------------------------- /assets/files/max-nikos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/max-nikos.jpg -------------------------------------------------------------------------------- /assets/files/money.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/money.jpg -------------------------------------------------------------------------------- /assets/files/news.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/news.jpg -------------------------------------------------------------------------------- /assets/files/notification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/notification.png -------------------------------------------------------------------------------- /assets/files/phalcon-logo-320x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/phalcon-logo-320x180.png -------------------------------------------------------------------------------- /assets/files/phalcon4-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/phalcon4-banner.png -------------------------------------------------------------------------------- /assets/files/phalcon4-banner2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/phalcon4-banner2.png -------------------------------------------------------------------------------- /assets/files/photo_2019-12-13_12-14-27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/photo_2019-12-13_12-14-27.jpg -------------------------------------------------------------------------------- /assets/files/serghei.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/serghei.jpg -------------------------------------------------------------------------------- /assets/files/stars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/stars.png -------------------------------------------------------------------------------- /assets/files/youtube-player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/youtube-player.png -------------------------------------------------------------------------------- /assets/files/youtube-player2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/youtube-player2.png -------------------------------------------------------------------------------- /assets/files/zsilbi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/files/zsilbi.jpg -------------------------------------------------------------------------------- /assets/fonts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phalcon/blog/19cb9d7f995a6ce3db07cb60432695a4a66729b4/assets/fonts/.DS_Store -------------------------------------------------------------------------------- /assets/js/search.js: -------------------------------------------------------------------------------- 1 | var client = algoliasearch(algoliaConfig.application_id, algoliaConfig.search_only_api_key); 2 | var index = client.initIndex(algoliaConfig.index_name); 3 | 4 | autocomplete('#searchinput', { hint: false }, [{ 5 | source: autocomplete.sources.hits(index, { hitsPerPage: 5 }), 6 | displayKey: 'name', 7 | templates: { 8 | suggestion: function suggestion(_suggestion) { 9 | return _suggestion._highlightResult.title.value; 10 | } 11 | } 12 | }]).on('autocomplete:selected', function (event, suggestion, dataset) { 13 | window.location = suggestion.url; 14 | }); 15 | 16 | autocomplete('#searchinputmobile', { hint: false }, [{ 17 | source: autocomplete.sources.hits(index, { hitsPerPage: 5 }), 18 | displayKey: 'name', 19 | templates: { 20 | suggestion: function suggestion(_suggestion2) { 21 | return _suggestion2._highlightResult.title.value; 22 | } 23 | } 24 | }]).on('autocomplete:selected', function (event, suggestion, dataset) { 25 | window.location = suggestion.url; 26 | }); -------------------------------------------------------------------------------- /build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | BUILD_BASE="/opt/buildhome/repo" 4 | INPUT_BASE="https://raw.githubusercontent.com/phalcon/assets/master/phalcon" 5 | 6 | echo "Updating Sponsors" 7 | wget -O "$BUILD_BASE/_includes/sponsors.html" "$INPUT_BASE/sponsors-fragment.html" 8 | 9 | echo "Updating Fan Art" 10 | wget -O "$BUILD_BASE/_includes/fanart.html" "$INPUT_BASE/fanart-fragment.html" 11 | 12 | echo "Updating Footer" 13 | wget -O "$BUILD_BASE/_includes/footer.html" "$INPUT_BASE/footer-fragment.html" 14 | 15 | echo "Building Site" 16 | jekyll build 17 | 18 | echo "Copying Redirects" 19 | cp _redirects _site/_redirects 20 | -------------------------------------------------------------------------------- /humans.txt: -------------------------------------------------------------------------------- 1 | /* TEAM */ 2 | 3 | Chef: Nikolaos (Nikos) Dimopoulos 4 | Contact: nikos [at] phalcon.io 5 | GitHub: @niden 6 | From: Charles Town, WV, USA 7 | 8 | Developer: Serghei (klay) Iakovlev 9 | Contact: serghei [at] phalcon.io 10 | GitHub: @sergeyklay 11 | From: Kyiv, Ukraine 12 | 13 | /* THANKS */ 14 | 15 | Thanks to all our contributors and users! 16 | 17 | Now that you're here, why not start contributing as well? :) 18 | 19 | https://github.com/phalcon/cphalcon 20 | 21 | /* SITE */ 22 | 23 | Last update: 2019/01/05 24 | Framework: Phalcon 25 | Language: Jekyll 26 | Doctype: HTML5 27 | Standards: HTML5, CSS3 28 | Components: Twitter Bootstrap, jQuery, Google Fonts, highlight.js, Jekyll, Netlify 29 | 30 | -------------------------------------------------------------------------------- /robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | -------------------------------------------------------------------------------- /serve: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | bundle exec jekyll serve --host 0.0.0.0 --port 4000 --verbose 4 | -------------------------------------------------------------------------------- /tags.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | title: Tags 4 | permalink: /tags 5 | --- 6 |
7 | 8 |

{{ page.title }}

9 |
10 |
11 | {% assign tags = site.tags | sort %} 12 | {% for tag in tags %} 13 | {% if tag[0] != '' %} 14 | 15 |
{{ tag[0] }}
16 |

17 |

23 |

24 | {% endif %} 25 | {% endfor %} 26 |
27 |
28 | 29 | 30 | -------------------------------------------------------------------------------- /updateData.php: -------------------------------------------------------------------------------- 1 |