Cargando…

CodeIgniter 1.7 : improve your PHP coding productivity with the free compact open-source MVC CodeIgniter framework! /

"This book explains how to work with CodeIgniter in a clear logical way. It is not a detailed guide to the syntax of CodeIgniter, but makes an ideal complement to the existing online CodeIgniter user guide, helping you grasp the bigger picture and bringing together many ideas to get your applic...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Blanco, Jose Argudo
Otros Autores: Upton, David
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, U.K. : Packt Pub., ©2009.
Colección:From technologies to solutions.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000Ia 4500
001 EBSCO_ocn659781028
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 100831s2009 enka ob 001 0 eng d
040 |a UMI  |b eng  |e pn  |c UMI  |d IDEBK  |d CEF  |d N$T  |d E7B  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d YDXCP  |d OCLCQ  |d OCLCF  |d OCLCQ  |d AZK  |d LOA  |d JBG  |d AGLDB  |d COCUF  |d MOR  |d PIFAG  |d OCLCQ  |d U3W  |d STF  |d OCLCO  |d WRM  |d VTS  |d NLE  |d INT  |d VT2  |d UKMGB  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d UAB  |d AU@  |d M8D  |d UKAHL  |d HS0  |d OCLCQ  |d K6U  |d UKCRE  |d OCLCO  |d OCLCQ  |d INARC  |d OCLCO 
016 7 |a 018011855  |2 Uk 
019 |a 667042920  |a 698588051  |a 702115923  |a 764546727  |a 961561265  |a 962624546  |a 966201386  |a 988496941  |a 991974613  |a 1037711356  |a 1038629684  |a 1153462380 
020 |a 9781847199492  |q (electronic bk.) 
020 |a 1847199496  |q (electronic bk.) 
020 |z 9781847199485 
020 |z 1847199488 
029 1 |a AU@  |b 000051356006 
029 1 |a AU@  |b 000053269795 
029 1 |a DEBBG  |b BV043154722 
029 1 |a DEBSZ  |b 35544979X 
029 1 |a DEBSZ  |b 372741428 
029 1 |a DEBSZ  |b 42164754X 
029 1 |a HEBIS  |b 291519725 
029 1 |a NZ1  |b 13869178 
029 1 |a UKMGB  |b 018011855 
029 1 |a UNITY  |b 139537732 
035 |a (OCoLC)659781028  |z (OCoLC)667042920  |z (OCoLC)698588051  |z (OCoLC)702115923  |z (OCoLC)764546727  |z (OCoLC)961561265  |z (OCoLC)962624546  |z (OCoLC)966201386  |z (OCoLC)988496941  |z (OCoLC)991974613  |z (OCoLC)1037711356  |z (OCoLC)1038629684  |z (OCoLC)1153462380 
037 |a CL0500000074  |b Safari Books Online 
050 4 |a TK5105.888  |b .B523 2009 
072 7 |a COM  |x 060060  |2 bisacsh 
072 7 |a COM  |x 034000  |2 bisacsh 
082 0 4 |a 006.78  |2 22 
049 |a UAMI 
100 1 |a Blanco, Jose Argudo. 
245 1 0 |a CodeIgniter 1.7 :  |b improve your PHP coding productivity with the free compact open-source MVC CodeIgniter framework! /  |c Jose Argudo Blanco, David Upton. 
260 |a Birmingham, U.K. :  |b Packt Pub.,  |c ©2009. 
300 |a 1 online resource (v, 282 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file  |2 rda 
490 1 |a From technologies to solutions 
504 |a Includes bibliographical references and index. 
520 |a "This book explains how to work with CodeIgniter in a clear logical way. It is not a detailed guide to the syntax of CodeIgniter, but makes an ideal complement to the existing online CodeIgniter user guide, helping you grasp the bigger picture and bringing together many ideas to get your application development started as smoothly as possible. If you are new to CodeIgniter, this book will guide you from bottom to top. If you are an experienced developer or already know about CodeIgniter, here you will find ideas and code examples to compare to your own"--Resource description page. 
588 0 |a Print version record. 
505 0 |a Cover; Copyright; Credits; About the Authors; About the Reviewer; Table of Contents; Preface; Chapter 1: Introduction to CodeIgniter; What can CodeIgniter do for you?; Save time; Make your site more robust; Keep your links up-to-date automatically; Preventing database SQL injection attacks and form prepping; Protect your site from XSS attacks; Make your code bolder; Send email attachments without hassles; Save bandwidth by zipping files that users need to download; What CI doesn't do; Yes, but ... what is CodeIgniter? What are frameworks? 
505 8 |a Comparing CI to other open source solutions (CakePHP and Joomla!)What to choose; License; Summary; Chapter 2: Setting up a CodeIgniter Site; Prerequisites; Installing CodeIgniter; Exploring the file structure; Does it work?-checking our CI installation; The configuration file; Autoloading libraries, helpers, and so on; Mod rewrite and apache .htaccess to achieve nice URL rewrites; Moving the application directory and the system directory-benefits; Summary; Chapter 3: Navigating Your Site; MVC: Model-View-Controller; But how does all this work?; The welcome controller; Working with views 
505 8 |a The default controllerCodeIgniter syntax rules; Controller; View; Types of files or classes on a CI site; Designing a better view; Designing a better controller; Getting parameters to a function; Passing data to a view; How CI classes pass information and control to each other; Calling views; Calling functions directly; Interacting with controllers; An example of a CI helper-the URL helper; A simple library example-creating a menu; Summary; Chapter 4: Using CI to Simplify Databases; Configuration settings; Designing the database for our site; Active Record 
505 8 |a Advantages of using the Active Record classSaving time; Automatic functionality; Read queries; Displaying query results; Create and update queries; Delete queries; Mixing Active Record and ""classic"" styles; Dealing with complex queries; Summary; Chapter appendix: MySQL query to set up the website's database; Chapter 5: Simplifying HTML Pages and Forms; Writing a view; Long and short PHP syntax and other CodeIgniter style guidelines; File format; PHP closing tag; Nesting views; Practical issues of site architecture; CI's form helper-entering data; Form helper advantage one: Clarity 
505 8 |a Form helper advantage two: AutomationMy display model; CI's form validation class: Checking data easily; Setting up validation; Setting up the controller; Setting up forms; Let's pack it all together; Summary; Chapter 6: Simplifying Sessions and Security; Continuing with our practical site using CI; Moving around the site; Security/Sessions: Using another CI library class; Turning sessions into security; But what about logout?; Isn't there anything already built?; Security; Summary; Chapter 7: CodeIgniter and Objects; Object-oriented programming; The CI super-object; Copying by reference 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a CodeIgniter (Computer file) 
630 0 7 |a CodeIgniter (Computer file)  |2 blmlsh 
630 0 7 |a CodeIgniter (Computer file)  |2 fast 
650 0 |a Application software  |x Development. 
650 0 |a Internet programming. 
650 0 |a PHP (Computer program language) 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a Programmation Internet. 
650 6 |a PHP (Langage de programmation) 
650 7 |a COMPUTERS  |x Internet  |x Web Page Design.  |2 bisacsh 
650 7 |a COMPUTERS  |x Interactive & Multimedia.  |2 bisacsh 
650 7 |a Application software  |x Development.  |2 blmlsh 
650 7 |a Internet programming.  |2 blmlsh 
650 7 |a PHP (Computer program language)  |2 blmlsh 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a Internet programming  |2 fast 
650 7 |a PHP (Computer program language)  |2 fast 
700 1 |a Upton, David. 
776 0 8 |i Print version:  |a Blanco, Jose Argudo.  |t CodeIgniter 1.7.  |d Birmingham, U.K. : Packt Publishing Ltd., 2009  |z 9781847199485  |w (OCoLC)556505486 
830 0 |a From technologies to solutions. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781847199485/?ar  |z Texto completo 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=350877  |z Texto completo 
938 |a Internet Archive  |b INAR  |n codeigniter17imp0000blan 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26943126 
938 |a ebrary  |b EBRY  |n ebr10430431 
938 |a EBSCOhost  |b EBSC  |n 350877 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 239715 
938 |a YBP Library Services  |b YANK  |n 3601841 
994 |a 92  |b IZTAP