by Donatas Kairys | Jun 19, 2009 | CakePHP Development
We are releasing our RSS datasource to CakePHP developers for CakePHP Development. We know there are others out there, but what we like about ours is that it supports the following: Built-in Pagination Sorting Content filtering Download rss_source.php here Steps to...
by Donatas Kairys | May 1, 2009 | CakePHP Development
We created this cakephp ajax helper so we could easily replace Scriptaculous with jQuery without changing the code and still have built-in functionality like pagination working properly. The helper could still be improved, but we have decided to publicly release it...
by Lee Forkenbrock | Nov 6, 2008 | Business, CakePHP Development
Loadsys has been in business a long while. Building and designing web applications using PHP. We initially started building site management systems using our own developed file structure. No templates, no smarty, just straight mixed up, stirred, PHP and html. That...
by Donatas Kairys | May 2, 2008 | CakePHP Development
When designing a system for multiuser environment, it is always important to know who created and who modified a record. When using proper field names, such as created and modified, CakePHP automatically sets the proper dates values. We wanted to use the same...
by Lee Forkenbrock | Mar 19, 2008 | CakePHP Development
Loadsys creates a lot of larger web applications for clients that have many user types with many privileges. The ACL tables out of the box, ACOS and AROS, do not contain indexes except for the PRIMARY KEY on id. Since the ACL uses Binary Search Trees, a lot of...
by Lee Forkenbrock | Mar 10, 2008 | CakePHP Development
There is little web developers can do to get high rankings in search engines because most rankings are because of backlinks to your site, however we can better the possibility by utilizing fundamental rules that make more pages of your website indexed. A very popular...