With Textmate bundle for CodeIgniter lagging behind the fast paced devlopment cycle that CodeIgniter is taking I thought is was time to release the updated version of the Textmate / E-TextEditor bundle and bring it into line with the current releases.
DBForge, Input and ActiveRecord libraries as well as some other fixes
Archive for Posts Tagged CodeIgniter:
3 Comments »
CodeIgniter Textmate Bundle 1.6.1 Update
As CodeIgniter 1.6.1 is released I thought is was a good time to update the Textmate bundle and release it ready to keep it inline with the latest release.I’ve been adding the extra funtionality as it was added to the framework and would appreciate any feedback from users. The main difference between this version and [...]
Using the Code Igniter Validation Class to set default form values
Quite often when your using CodeIgniter Validation Class you require forms that have validation and default values for example a users profile. Unfortunately this is cannot be handled by this class but with extending the validation class can resolve this issue simply and effectively.
By extending the the validation class it is possible to set [...]