PHP Function Return New Object

Through our years of programming, we have optimized and re-optimized our code in attempt to make things easier for us, and to reduce redundant code. During our endeavours, we implemented an abstract class containing a function that returns a new object instance: abstract class i_object {     final public static function i() {         return count(func_get_args()) ? […]

Connecting to cPanel via SSH/SFTP

Please note that access via FTP is no longer permitted, as at March 7th, 2017 @ 12:01am EST. The following describes how to configure SFTP access for a cPanel user. Aside from logging into cPanel and using the File Manager tool to manage your website files, you can also connect via SFTP, not to be […]

Upcoming Projects in 2017

Hosting This year we will be upgrading our hosting services by more than doubling speed, ram and space, which is expected to occur early March. formDO We will be releasing our flagship project, formDO, late April! flokah (ubudget) We have some really awesome updates prepared for this project, which will be released shortly after the […]