Wednesday, May 31 2017
In this post explains, how to implement CRUD operations in CakepPHP 2.x version. we are using Cakephp 2.9.3v. First download the cakephp 2.9.3v source files from Github here. Its useful for a beginner to start cakephp.
We aren’t implement jquery validations and datatable too. We use only default cakephp libraries to validate the user’s input with bootstrap 3. We use most of form fields and cover all possible cases to validate it.
See our demo video on Youtube:
Friday, May 05 2017
After long time we have posted article about installing theme of AdminLTE for backend in Yii2 Framework. Adminlte theme integration in Yii2 useful for beginners.
If you don’t have composer in your machine, download composer from Composer-Setup.exe. for Windows users.
For linux or Mac osx users please do following commands
curl -sS https://getcomposer.org/installer | php mv composer.phar /usr/local/bin/composer