Categories:
Tag Archives: frameworks
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
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
No More Static Web Sites (learning from mistakes #1)
I’ve said it to my nephew, I can say it to myself as well: one must learn from one’s mistakes. And in this case my mistake was to think that it makes sense to try to make a static website … Continue reading
Posted in learn-from-mistakes, musings
Tagged CakePHP, django, frameworks, mistakes, PHP, postaweek2011, Python, Web, websites
4 Comments