Tiplite

Main menu

Skip to content
  • CakePHP
  • Netbeans
  • System Administration
  • Ruby

Category: CakePHP

CakePHP 1.3 helper auto-complete in netbeans

30/01/2012

CakePHP 1.3 introduced a new way to use helpers. This was added to prevent confusion between helper variables and local variables added to the view file. You can access helper methods in a view by using $this->Helper->method(). This way make … Continue reading →

Posted in CakePHP, netbeans, PHP | Reply

Quick tip: Get element content within the controller in CakePHP

01/11/2011

This is an easy quick tip to able able to get an element’s content from within a controller in CakePHP 1.2 or 1.3. The trick is simple you just need an instance from View class to be able to use … Continue reading →

Posted in CakePHP, PHP | Replies: 3

CakePHP debug in NetBeans

30/08/2010

Debugging code can be the most vital task a developer required to do. Debugging makes it easy to find logical errors in code. NetBeans supports PHP debug using xdebug, but in CakePHP it is hard to make this work straight. … Continue reading →

Posted in CakePHP, netbeans, PHP | Replies: 13

CakePHP support in NetBeans

12/02/2010

NetBeans is a very powerful development environment for many languages including PHP. With the release of its latest version, NetBeans announced full support for symfony PHP framework. NetBeans can also support many other PHP frameworks and libraries although it is not … Continue reading →

Posted in CakePHP, netbeans, PHP | Replies: 43

Easy HTTP Authentication using CakePHP 1.2

01/12/2009

CakePHP 1.2 has HTTP basic authentication added to Security component which can be added to the controller using the following line in code in the following line of code var $components = array(‘Security’,); To use the HTTP basic authentication you … Continue reading →

Posted in CakePHP | Replies: 2
Google

Categories

  • CakePHP
  • Javascript
  • jQuery how to start
  • netbeans
  • PHP
  • Ruby
  • System Administration
Powered by WordPress and Foghorn