Tag Archive
The following is a list of all entries tagged with php:
YII framework configuration
Filed in tutorials, 20/12/2009, 23:47I’m toying with the Yii Framework for some time now and even if i cost me a lot of anger and frustration in the beginning I’m starting to like it more and more, alas I do have to say that the documentation isn’t always that clear and for someone who begins or who’ll write some [...]
Yii framework very first findings
Filed in Technology, 07/09/2009, 22:46Yii framework (yiiframework.com) is a very fast php5 framework. At first it seems like a jungle in the code, everything is put into motion to make the framework very fast. It’s been really a steep lurning curve, even if you seen oop programming, alas seen it in a totally different way that corresponds to nothing [...]
Symfony php framework
Filed in Uncategorized, 27/07/2009, 20:15I’m attached to codeigniter, I know my way around but codeigniter as a a easy to use but now I want something more darring and so this is it, Symfony framework, I think I’ll be doing that in my vacation that starts in about a week Share on Facebook
Codeigniter Redirect
Filed in Technology,tutorials, 30/06/2009, 20:45redirect() Does a “header redirect” to the local URI specified. Just like other functions in this helper, this one is designed to redirect to a local URL within your site. You will not specify the full site URL, but rather simply the URI segments to the controller you want to direct to. The function will [...]
Agile Application with php & mySQL
Filed in tutorials, 28/03/2009, 20:35I’m working on a website system an facing this problem where and how to store my configurations in the database.
CodeIgniter the views and .htaccess
Filed in General,tutorials, 14/03/2009, 21:23I must admit that I not a huge fan of Frameworks and Patterns because: A) They make things complicated B) Subject you to some nasty code stuff and rules C) Because templating and Frameworks can be water and fire. Codeigniter on the opposite has some advantage on it side for the templating stuff. This is [...]
MVC again
Filed in General, 09/03/2009, 22:49I’ve grew bored of having to deal with some irritating PHP issues so I’ve turned my back to those and began testing codeIgniter. It seems strait forward but templating already has me intrigued with problems and mod_rewrite needs a look too I think :p . Share on Facebook