ZENDFRAMEWORK ARTICLES

A Tutorial on Arrays in PHP

A Tutorial on Arrays in PHP Arrays in all languages whether Java, C++, Python, C etc are the same. Definition, Arrays are complex variables that store a group of values under a single variable name.

Naked JavaScript - Function Basics

Naked JavaScript - Function Basics After talking about the basics of objects in the previous article, in part 2 of this series - Naked Javascript, we will discuss a little more about objects, their properties and take a sneak peak at functions in javascript.

Forcing UTF8 connections and character set in MySQL

Forcing UTF8 connections and character set in MySQL In some situations, it may be neccesar to force MySQL server collation and character set to UTF8. As you can’t control all scripts that are connecting to your database( for instance: mysql command line, or mysqldump) For that , open …...

Bible Search Script

Bible Search Script

Composer with CodeIgniter

Composer with CodeIgniter Composer is the best thing for PHP since sliced arrays and using it in your applications means you have easy access to a large selection of well written PHP packages that plug and play with any framework that supports PSR-0 namespacing. This is...

Creating a Custom ACL in PHP

Creating a Custom ACL in PHP An ACL (access control list) is a list that controls object permissions, determining which user can execute a certain task. It can be further extended to contain not only users, but also user groups. This is an important aspect of PHP security and...

Which PHP Framework To Learn?

Which PHP Framework To Learn? This argument comes up on blogs, on mailing lists, at SIGs. "Which PHP framework is best?" "Which PHP framework should I learn?"

How to Optimize and Repair MySQL tables

How to Optimize and Repair MySQL tables Very Often when we deal with large amount of data in MySQl table, we need to Optimize and repair MySQL tables. Here are the MySQL Queries to do the same:

Simple Content Management System

Simple Content Management System

Magic Methods and Predefined Constants in PHP

Magic Methods and Predefined Constants in PHP PHP provides a set of special predefined constants and magic methods to your programs. Unlike the constants you would set using define(), the value of the constants depend on where they are used in your code and are used to access read-only...

Why Modules?

Why Modules?

CSS Tricks: How to Speed Up CSS Rendering

CSS Tricks: How to Speed Up CSS Rendering When coding CSS, one of the best ways to ensure your code runs smoothly on older browsers and slow computers is to write your CSS efficiently for browser rendering, this way your site takes less resource and memory from the user’s computer and...

Moobile : MooTools Mobile Application Framework

Moobile : MooTools Mobile Application Framework Moobile is a new mobile application framework built on MooTools. Currently, it is focused on providing a iOS-like experience on WebKit browsers and comes with many controls like bar, button, image, list, activity indicator, slider and more. It also...

CSS Menu Generator

CSS Menu Generator The CSS Menu Generator tool was written for creating a pure CSS menu in an easy and convenient way, without compromising on quality.

Unit testing Zend Framework 1

Unit testing Zend Framework 1 As part of our release process for Zend Framework 1.12, I've been working through the unit tests and running them on PHP 5.2.4 as it seems that recent changes weren't being tested with that version. This isn't totally surprising as Open Source...
 4 
 5 
 6 
 7 
 8 
9
RSS RSS RSS