Mohammad Towhidul Islam

    04-Feb-16 12:23:13 pm

    Pagination in CodeIgniter from multiple table

    department table +--------------+----------------+ | DepartmentID | DepartmentName | +--------------+----------------+ | 1 | Admin | | 2 | Accounts | | 3 | Software | | 4 | Support | +--------------+----------------+ emp tab...

    Read More


    Mohammad Towhidul Islam

    19-Nov-15 11:48:19 am

    Make user registration application by CodeIgniter

    Create required database table for your application usermodel.sql use test; drop table if exists user; create table user( id int(10) primary key auto_increment, username varchar(20) not null, email varchar(20), password varchar(50) ); Create User Model user.php <?php class User...

    Read More


    Mohammad Towhidul Islam

    25-Apr-15 10:11:28 am

    Descriptive questions and answers on Wordpress IDB-BISEW

    1. Why Wordpress for CMS? 2. Difference between post and page in Wordpress. pg-66 3. Name some features of Wordpress. 4. Discuss theme, plugin and widget in Wordpress. 5. Discuss the business benefits of Wordpress. 6. Discuss dashboard in Wordpress. 7. Discuss quickpress in Wordpress. 8. N...

    Read More


    Zia Uddin Muhammad Tarek

    01-Apr-15 03:33:45 am

    Upload problem in CodeIgnitor

    Sometime you want to upload anything in any form you see the Warning: escapeshellarg() has been disabled for security reasons message on your site. What can you do to fix this if you use codeignitor framework? Here is the full warning: A PHP Error was encountered Severity: Warning ...

    Read More


    Mohammad Towhidul Islam

    09-Aug-14 03:53:12 pm

    IDB-BISEW CodeIgniter Descriptive Questions

    1. Write down CodeIgniter features? 2. What is the function of MVC (Model,View, Controller) in CodeIgniter? 3. Why we use _remap() ? 4.What is the difference between helper and plugin? How can you loadmultiple helper? 5. What do you mean by web service?How many ways we build webservice? 6...

    Read More


First1Last
1 of 1 pages
Copyright © 2024. Powered by Intellect Software Ltd