RSS Feed

More php / mySQL | html | css | js

     Notes: PHP / MYSQL | HTML | CSS | JS
free-php-scripts
free-joomla-extensions
Category >>

Feb 22
2011

Pure PHP MYSQL with PHP Frameworks

Posted by kelchuk in Untagged 

When you use a PHP framework like Codeigniter to speed up web development, it is a good idea to beware of its strengths and weaknesses.

[...]


Feb 20
2011

Multiple Codeigniter Applications

Posted by bohemia in Untagged 

By default, Codeigniter is setup to run a single application. Since each controller can reference views located in organized, separate folders, an entire website could look like it uses multiple applications. For example, a controller called blog.php could access view files in the views/blog folder. With a single application that requires one database this could work just fine.

[...]


Feb 17
2011

Codeigniter Blog

Posted by kelchuk in Untagged 

Codeigniter comes with all sorts of classes to make a custom blog. Once a blog is built with appropriate styling, there could come a time when the view file needs altering in order to display the blog title in the page title(for order and SEO).

[...]


Feb 13
2011

Integrating Codeigniter into Wordpress

Posted by bohemia in Untagged 

Codeigniter applications can be integrated into various content management systems; such as Wordpress, Joomla and Expression Engine.

[...]


Feb 11
2011

Codeigniter vs Joomla

Posted by kelchuk in Untagged 

[...]


Feb 02
2011

Using CodeIgniter with Joomla

Posted by kelchuk in Untagged 

[...]


Jan 31
2011

Codigniter Forms

Posted by kelchuk in Untagged 

[...]


Jan 26
2011

Codeigniter CRUD

Posted by kelchuk in Untagged 

[...]


Jan 26
2011

Codeigniter CSS Stylesheets

Posted by bohemia in Untagged 

[...]


Jan 11
2011

PHP Framework Advantages

Posted by kelchuk in Untagged 

When it comes to building websites with various forms of content, the road often leads to 3 choices;
  • Pure PHP/mySQL
  • PHP Framework
  • Content Management
<< Start < Prev 1 2 Next > End >>