By this article “resize an image without stretching in CodeIgniter” I’m going to show you the mathematics and logic of resizing an…
Query Builder Class¶ CodeIgniter gives you access to a Query Builder class. This pattern allows information to be retrieved, inserted,…
[crayon-67a5b68002e50171263204/] or [crayon-67a5b68002e58491261919/] or [crayon-67a5b68002e59993075955/] also(much better) [crayon-67a5b68002e5a404213250/] A better solution I've found is to manage the difference between an…
To remove index.php from URL using .htaccess file in CodeIgniter. htaccess is the shortened used for Hypertext Access, which is…
SOLUTION ONE [crayon-67a5b68003447463465859/] SOLUTION TWO [crayon-67a5b6800344c572570797/] SOLUTION THREE [crayon-67a5b6800344f594625271/] SOLUTION FOUR (NO ACTIVE RECORD) [crayon-67a5b68003450006121369/] you can use row() instead…
[crayon-67a5b680035ca192809438/]