Cherokee Installation Notes

Cherokee is a high-performance web server. It is very fast, flexible

2016-10-16 09:48:21
Reading Configurations

Phalcon\Config is a component used to convert configuration files of various formats

2016-10-16 09:56:21
Images

Phalcon\Image is the component that allows you to manipulate image files. Multiple

2016-10-16 09:51:39
Dependency Injection Explained

The following example is a bit lengthy, but it attempts to explain why Phalcon uses service location and dependency injection. First, let’s pretend we are developing a component

2016-10-16 09:49:57
Forms

Phalcon\Forms is a component that aids you in the creation and maintenance of forms in web applications

2016-10-16 09:50:33
Security

This component aids the developer in common security tasks such as password hashing and Cross-Site Request Forgery protection (CSRF). Password

2016-10-16 09:56:25
Installation on WAMP

WampServer is a Windows web development environment. It allows you to

2016-10-16 09:51:48
Tutorial 6: Vökuró

Vökuró is another sample application you can use to learn more about Phalcon. Vökuró is a small website that shows how to implement a security features and management of users

2016-10-16 09:57:10
Filtering and Sanitizing

Sanitizing user input is a critical part of software development. Trusting or neglecting to sanitize user input could lead to unauthorized access to the content of your application

2016-10-16 09:50:26
Database Abstraction Layer

Phalcon\Db is the component behind

2016-10-16 09:48:43