Archive for the ‘PHP Framework’ Category

A friend and I have been working on different projects together. We recently decided to share one of our script to the open source community.
The name of the tool is the Autoload Manager.
The AutoLoad Manager is a generic autoloader that can be used with any PHP framework or library. Using the PHP tokenizer mechanism, it [...]

YII is a PHP framework, with a lot of goodies such as :

MVC
Multiple DB
ORM
DB Objects
Templates
Caching
Validation
Ajax
Auth Module

As any other good framework, it comes with a bunch of tools, scripts to auto-generate skeleton code or classes.
I have watched the screencast, and it seems fairly good. I have added YII to my list of things to test. Expect [...]


Who am I?

My name is Bashar Al-Fallouji and this is my Blog. I currently work at Nstein as a Senior Solution Architect & Business Analyst. Nstein Technologies develops and markets multilingual solutions that power digital publishing for the most prestigious newspapers, magazines, and content-driven organizations.

I am particularly interested in Web applications, Open Source Development, Software Engineering, Information Architecture, Unit Testing, XP/Agile development, etc.

On this blog, you will find mostly technical articles and thoughts around PHP, OOP, OOD, Unit Testing, etc. I am also sharing a few open source tools and scripts.

  • Apprendre a utiliser Git | Anis Berejeb: [...] chez github. essayons de « checkouter»  un projet. Je choisis le projet [...]
  • Sheila: BAF rocks! [...]
  • anis berejeb: I think that there is no ambiguity because what is passed in the : $res = changeObj($obj = new StdC [...]
  • Pascal G.: In C#, as soon as you define a parameter as an output parameter, the compiler will force you to pass [...]
  • Bashar: Indeed, since PHP5, objects are always passed by reference. Pascal, isn't the behavior you are [...]