Categories:
Tag Archives: CodeIgniter
Objects in frameworks – those who get the work done – CodeIgniter notes
I’ve been working with CodeIgniter quite a bit lately, so I thought I’d record what I learn and share some of it too. Most of all I’ve been using a lot of objects. CodeIgniter 2 is very interesting in that … Continue reading
Posted in CodeIgniter, frameworks, tutorials
Tagged CodeIgniter, frameworks, object oriented programming, OOP, patterns, php5, programming patterns, singleton
2 Comments
Django, CakePHP and CodeIgniter, part 4: the Model-View-Controller or Model-Template-View interactions
I’m back in the world of frameworks. So, I’m continuing the series, restarting from the very basics, and that would clearly be the model-view-controller pattern. This post is not a brilliant triple tutorial which explains in great synthesis everything you … Continue reading
Posted in frameworks
Tagged CakePHP, CodeIgniter, django, model view controller, mvc, web frameworks
Leave a comment
Frameworks part 2: server talks to framework – mod_php, mod_wsgi and friends
What happens behind the scenes when you unpack the web framework, like Django, CakePHP or CodeIgniter, which we did in this previous post, and you see the welcome message in your browser? How does the server get the framework to … Continue reading
Posted in frameworks, tutorials
Tagged Apache, CakePHP, CodeIgniter, django, frameworks, mod_php, mod_wsgi, PHP, postaweek2011, Python, tutorial
2 Comments
Django vs. CakePHP vs. CodeIgniter part 1 : downloading – planting the framework tree
I’m studying and comparing web frameworks (Django for Python and CakePHP and CodeIgniter for PHP). This series of posts describes what I learn from it. http://www.djangoproject.com/ | http://cakephp.org/ | http://codeigniter.com/ In part 1, I’ll be writing about tutorials and initial … Continue reading
Posted in frameworks, tutorials
Tagged CakePHP, CodeIgniter, django, frameworks, postaweek2011
10 Comments